|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2013-07-10 10:35 UTC] me at rudi dot xxx
[2013-07-10 15:54 UTC] ab@php.net
-Status: Open
+Status: Not a bug
[2013-07-10 15:54 UTC] ab@php.net
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Tue Oct 28 22:00:01 2025 UTC |
Description: ------------ There is a parse error occurring if the "else" condition is placed in a new block. Is this the intended behavior. I was unable to locate documentation that describes this behavior. <?php if (true) { ?> Foo <?php } ?> <?php else { ?> Bar <?php } ?>