|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[1998-03-27 06:05 UTC] zeev
|
|||||||||||||||||||||||||||
Copyright © 2001-2026 The PHP GroupAll rights reserved. |
Last updated: Wed Jan 07 16:00:02 2026 UTC |
<? if ( true ) for($i = 0; $i < 1; $i++) echo $i; else echo "aa"; ?> The example cause parse error in line with 'else' statement.