|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[1998-03-18 04:38 UTC] zeev
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sat Nov 01 05:00:01 2025 UTC |
The following code generate parse error: <? if ( true ) { for ($i = 0; $i < 10; $i++) if ( true ) echo "$i"; } ?> Without first or second 'if' statement everything is ok. Also there are no any errors without braces.