|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2004-02-17 03:51 UTC] sniper@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Fri Nov 21 15:00:01 2025 UTC |
Description: ------------ Hi, I think that behavior of the following scripts is a bug. $ php -r "define('TRUE', false); var_dump(TRUE);" bool(false) To others FALSE/NULL is behaved similarly. I want you to carry out a re-definition by the ability not doing like the usual constant. I checked folloing version. PHP 5.0.0RC1-dev (cli) (built: Feb 5 2004 15:18:40) PHP 4.3.4 (cli) (built: Feb 3 2004 10:01:36)