From:             [EMAIL PROTECTED]
Operating system: solaris
PHP version:      4.2.0
PHP Bug Type:     Variables related
Bug description:  boolean 'label' false not evaluating properly

if i invoke a .php prog like this

<a href="myProg.php?setFlag=false">

$setFlag is always evaluated in myProg.php as true

the problem disappears if i use

<a href="myProg.php?setFlag=0">
-- 
Edit bug report at http://bugs.php.net/?id=20790&edit=1
-- 
Try a CVS snapshot:         http://bugs.php.net/fix.php?id=20790&r=trysnapshot
Fixed in CVS:               http://bugs.php.net/fix.php?id=20790&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=20790&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=20790&r=needtrace
Try newer version:          http://bugs.php.net/fix.php?id=20790&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=20790&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=20790&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=20790&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=20790&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=20790&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=20790&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=20790&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=20790&r=isapi

Reply via email to