DEBSOURCES
Skip Quicknav
sources / php8.4 / 8.4.11-1 / Zend / tests / array_self_add_globals.phpt
123456789
--TEST-- Add $GLOBALS to itself --FILE-- <?php $x = $GLOBALS + $GLOBALS; ?> ===DONE=== --EXPECT-- ===DONE===