summaryrefslogtreecommitdiff
path: root/Zend/tests/array_self_add_globals.phpt
blob: 78dd3bf9a37e2278cbb9dcfecef9ce4b5b134fcc (plain)
1
2
3
4
5
6
7
8
9
--TEST--
Add $GLOBALS to itself
--FILE--
<?php
$x = $GLOBALS + $GLOBALS;
?>
===DONE===
--EXPECT--
===DONE===