|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2008-05-15 15:56 UTC] pajoye@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Thu Dec 04 02:00:02 2025 UTC |
Description: ------------ crashes when I run the following code Reproduce code: --------------- <? foreach($i=0;$>-100;$i++){ print "something"; } ?> Expected result: ---------------- print sometimg 100 timez Actual result: -------------- CRASH :(!