summaryrefslogtreecommitdiff
path: root/Zend/tests/restrict_globals/invalid_assign_op.phpt
blob: a9b36853ea580268ec4c32ca3a375e7795b3ef02 (plain)
1
2
3
4
5
6
7
8
9
10
--TEST--
Cannot compound assign to $GLOBALS
--FILE--
<?php

$GLOBALS += [];

?>
--EXPECTF--
Fatal error: $GLOBALS can only be modified using the $GLOBALS[$name] = $value syntax in %s on line %d