Ask a Question related to PHP Bugs, Design and Development.
-
noah at rave dot ca #1
#40702 [Opn->Bgs]: Microtime Not Working Properly
ID: 40702
User updated by: noah at rave dot ca
Reported By: noah at rave dot ca
-Status: Open
+Status: Bogus
Bug Type: Unknown/Other Function
Operating System: Windows
PHP Version: 5.2.1
New Comment:
Sorry my mistake...
Previous Comments:
------------------------------------------------------------------------
[2007-03-03 06:02:17] noah at rave dot ca
Description:
------------
When subtracting endtime from start time gets a negative number...
Reproduce code:
---------------
<?
$start_time = microtime();
$end_time = microtime();
$run_time = $time_end - $start_time;
echo '[' . $end_time . '] - [' . $start_time . '] = [' . $run_time .
']';
?>
Expected result:
----------------
A positive number...
Actual result:
--------------
[0.13353900 1172901538] - [0.13351700 1172901538] = [-0.133517]
------------------------------------------------------------------------
--
Edit this bug report at [url]http://bugs.php.net/?id=40702&edit=1[/url]
noah at rave dot ca Guest
-
#40702 [NEW]: Microtime Not Working Properly
From: noah at rave dot ca Operating system: Windows PHP version: 5.2.1 PHP Bug Type: Unknown/Other Function Bug description:... -
Help! Behaviors not working properly!
Hello I'm developing a layer-heavy page that has interaction which allows the user to jump form layer to layer. Here's a semi-working page... -
Macromedia Flash Player installed and working properly suddenlys stops working..
No idea what has caused the Flash player to stop working. This is not my machine but a relatives who has asked for help over the T'giving... -
Not working properly...
For some reason the playing has whited out some images ont he flash games I play. For example walls will be white, or sometimes the entire... -
AI8.0 not working properly with new mac. HELP!
I just installed AI 8.0 on my new emac with os 10.2 and the tools don't all show up in the tool box. I can't draw rectangles or any other shape. I...



Reply With Quote

