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