From:             hd dot php at aimail dot de
Operating system: linux
PHP version:      4.3.7
PHP Bug Type:     Feature/Change Request
Bug description:  bool cast of "0000000000000"

Description:
------------
* PHP Version 4.3.4 *

bool cast of "0000000000000" should be false, not true.

A "0000000000000" is returned from mysql timestamp fields.

(bool)"0000000000000"
should be consistent with
(bool)(int)"0000000000000"

At this point it is not.



Reproduce code:
---------------
<?
echo((bool)"0000000000000"?"true":"false");
?>

Expected result:
----------------
false

Actual result:
--------------
true

-- 
Edit bug report at http://bugs.php.net/?id=29977&edit=1
-- 
Try a CVS snapshot (php4):   http://bugs.php.net/fix.php?id=29977&r=trysnapshot4
Try a CVS snapshot (php5.0): http://bugs.php.net/fix.php?id=29977&r=trysnapshot50
Try a CVS snapshot (php5.1): http://bugs.php.net/fix.php?id=29977&r=trysnapshot51
Fixed in CVS:                http://bugs.php.net/fix.php?id=29977&r=fixedcvs
Fixed in release:            http://bugs.php.net/fix.php?id=29977&r=alreadyfixed
Need backtrace:              http://bugs.php.net/fix.php?id=29977&r=needtrace
Need Reproduce Script:       http://bugs.php.net/fix.php?id=29977&r=needscript
Try newer version:           http://bugs.php.net/fix.php?id=29977&r=oldversion
Not developer issue:         http://bugs.php.net/fix.php?id=29977&r=support
Expected behavior:           http://bugs.php.net/fix.php?id=29977&r=notwrong
Not enough info:             http://bugs.php.net/fix.php?id=29977&r=notenoughinfo
Submitted twice:             http://bugs.php.net/fix.php?id=29977&r=submittedtwice
register_globals:            http://bugs.php.net/fix.php?id=29977&r=globals
PHP 3 support discontinued:  http://bugs.php.net/fix.php?id=29977&r=php3
Daylight Savings:            http://bugs.php.net/fix.php?id=29977&r=dst
IIS Stability:               http://bugs.php.net/fix.php?id=29977&r=isapi
Install GNU Sed:             http://bugs.php.net/fix.php?id=29977&r=gnused
Floating point limitations:  http://bugs.php.net/fix.php?id=29977&r=float

Reply via email to