|
|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2006-04-05 02:30 UTC] [email protected]
|
|||||||||||||||||||||||||||
|
All rights reserved. |
Last updated: Wed Jan 28 05:00:01 2026 UTC |
Description: ------------ <?php $x = $GLOBALS; print serialize($GLOBALS); ?> <?php $x = $GLOBALS; print serialize($x); ?> Starts eating memory and never ends. Expected result: ---------------- Serialized $GLOBALS array, with some {RECURSION} reference