|
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]
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Mon Nov 03 11:00:02 2025 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