|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2002-07-25 19:59 UTC] sniper@php.net
[2002-09-05 14:52 UTC] phpsurf at ifrance dot com
[2002-09-19 10:53 UTC] zeev@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2026 The PHP GroupAll rights reserved. |
Last updated: Fri May 22 17:00:01 2026 UTC |
In PHP 4.3-DEV with Zend2, the constants True and False are undefined, so if you do: $x=0; if ($x!=True) { echo "It must be True then..."; } It evaluates the expression as true, and you see no error unless you increase the error reporting level.