ID:               34519
 User updated by:  douglas at gcoders dot net
 Reported By:      douglas at gcoders dot net
 Status:           Open
 Bug Type:         Date/time related
 Operating System: FreeBSD
 PHP Version:      5.1.0RC1
 New Comment:

Sorry, expect result is bool(FALSE) not bool(NULL)


Previous Comments:
------------------------------------------------------------------------

[2005-09-16 01:53:25] douglas at gcoders dot net

Description:
------------
When using mktime(0, 0, 0, 0, 0, 0), the returned value is different of
expected.

ONLY after update to 5.1RC1, before, it's ok.

Reproduce code:
---------------
<?php

$ts = mktime(0, 0, 0, 0, 0, 0);
var_dump($ts);


Expected result:
----------------
bool(NULL)

Actual result:
--------------
int(943920000)


------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=34519&edit=1

Reply via email to