|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2000-10-03 08:39 UTC] waldschrott@php.net
[2000-10-03 08:43 UTC] waldschrott@php.net
[2000-10-04 01:16 UTC] david@php.net
[2000-10-04 01:30 UTC] waldschrott@php.net
[2000-10-10 08:39 UTC] stas@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2026 The PHP GroupAll rights reserved. |
Last updated: Sat Jun 13 02:00:02 2026 UTC |
The text string "NULL" compares equal to 0. This is rubbish. The string is not empty. NULL may compare equal to 0. The string containing NULL should not. [david@serena php4]$ ./php <? if ("NULL" == 0) echo "This is not good."; ?> X-Powered-By: PHP/4.0.3RC1 Content-type: text/html This is not good. ./configure --with-config-file-path=`pwd`