| Description | Every now and then I see a time value that is clearly wrong. An example is shown below (this always happens in this example): 
Execution Time Profile (sorted by line numbers)
Time Taken    Number of Calls    Function Name    Location
0.0686280727    1    {main}()    C:\eclipse\workspace\techdesk\index.php:0 
0.0001518726    1    {require_once}()    C:\eclipse\workspace\techdesk\index.php:11 
0.0000431538    1    {require_once}()    C:\eclipse\workspace\techdesk\index.php:12 
0.0040271282    1    {require_once}()    C:\eclipse\workspace\techdesk\index.php:13 
1084458736.6989560000    1    {require}()    C:\eclipse\workspace\techdesk\index.php:18 
0.0006370544    1    session_start()    C:\eclipse\workspace\techdesk\login.php:20 
0.0000278950    1    iscookieset()    C:\eclipse\workspace\techdesk\login.php:70
Opcode Compiling:                             0.0573382378 
Function Execution:     1084458736.7031782000 
Ambient Code Execution: -1084458736.6345501000 
Total Execution:                              0.0686280727
Total Processing:                             0.1259663105
End of function profiler  | 
|---|