php-8.0.30-src/Zend/tests/array_self_add_globals.phpt

11 lines
131 B
PHP

--TEST--
Add $GLOBALS to itself
--FILE--
<?php
$GLOBALS += $GLOBALS;
$x = $GLOBALS + $GLOBALS;
?>
===DONE===
--EXPECT--
===DONE===