|
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: Sat Mar 14 02:00:01 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.