ID:               34519
 Updated by:       [EMAIL PROTECTED]
 Reported By:      douglas at gcoders dot net
-Status:           Open
+Status:           Bogus
 Bug Type:         Date/time related
 Operating System: FreeBSD
 PHP Version:      5.1.0RC1
 New Comment:

The behavior is correct, although it is different from < PHP 5.1.0.


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

[2005-09-16 01:56:18] douglas at gcoders dot net

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

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

[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