Dreamweaver is wrong - this is a perfectly valid shorthand for the ternary operator. It’s equivalent to this ternary operator:
$system_path = $system_path ? $system_path : __DIR__;
Packet Tide owns and develops ExpressionEngine. © Packet Tide, All Rights Reserved.