ID:               38381
 Updated by:       [EMAIL PROTECTED]
 Reported By:      box at neting dot ru
-Status:           Open
+Status:           Bogus
 Bug Type:         Date/time related
 Operating System: Windows XP SP2
 PHP Version:      5.2.0RC1
 New Comment:

Thank you for taking the time to write to us, but this is not
a bug. Please double-check the documentation available at
http://www.php.net/manual/ and the instructions on how to report
a bug at http://bugs.php.net/how-to-report.php

http://php.net/exit
"If status is an integer, that value will also be used as the exit
status."


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

[2006-08-08 15:03:47] box at neting dot ru

Description:
------------
exit and time() function

Reproduce code:
---------------
Bug Code:
<?php
$time = time();
exit($time);
?>

Working:
<?php
$time = time();
$string = "Time is: ";
exit($string . $time);
?>



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


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

Reply via email to