class Prism::GlobalVariableOperatorWriteNode

Represents assigning to a global variable using an operator that isnโ€™t =.

$target += value
^^^^^^^^^^^^^^^^

Represents assigning to a global variable using an operator that isnโ€™t =.

$target += value
^^^^^^^^^^^^^^^^