|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[1998-07-02 13:39 UTC] ssb
|
|||||||||||||||||||||||||||
Copyright © 2001-2026 The PHP GroupAll rights reserved. |
Last updated: Fri Apr 17 10:00:02 2026 UTC |
if ($a==5): print "a equals to 5"; print "..."; elseif ($a==6): print "a equals to 6"; print "!!!"; else print "a is not 5 nor 6"; endif; is missing the colon after the else.