|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2005-04-01 07:21 UTC] philip@php.net
[2005-04-01 09:08 UTC] vrana@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Nov 19 11:00:01 2025 UTC |
Description: ------------ PHP has the IF (boolean expression) {...} function which is not documented at all. I am searching for a logical if function since I want to compare numbers. Reproduce code: --------------- if (0<1) {echo("The world does still exist!")} Expected result: ---------------- The world does still exist! Actual result: -------------- Parse error: parse error, expecting `','' or `';'' in ...