3v4l.org

run code in 300+ PHP versions simultaneously
<?php header('Content-Type: text/plain'); //print_r($_SERVER); function on_shutdown(){ echo "<!--\n"; echo "\n\tTime Taken:"; echo "\n\t\t".number_format(microtime(true) - PM_INIT_TIME, 8)."s"; echo "\n\tHeaders Sent:"; $file = $line = null; headers_sent($file, $line); echo "\n\t\t$file: $line"; echo "\n\tLast Error:"; if(function_exists('error_get_last') && error_get_last()) foreach(error_get_last() as $k=>$v) echo "\n\t\t$k: $v"; elseif($php_errormsg) echo "\n\t\tError: $php_errormsg"; else echo "\n\t\tnone"; echo "\n\tIncluded Files:"; echo "\n\t\t".implode("\n\t\t", get_included_files()); echo "\n-->"; } define('PM_INIT_TIME', microtime(true)); register_shutdown_function('on_shutdown'); while(ob_get_level())ob_end_flush(); ob_implicit_flush(true); $a = 100; $b = 3; for($i=0; $i<999999; $i++)$c = $a / $b; /*$dir = $_SERVER['SCRIPT_FILENAME']; while($dir = rtrim(dirname($dir), '/')){ echo $dir.PHP_EOL; foreach(glob($dir.'/*') as $file)echo chr(9).$file.PHP_EOL; }*/ ?>
Output for 7.3.1
<!-- Time Taken: 0.07185888s Headers Sent: /in/E34cR: 7 Last Error: Notice: Undefined variable: php_errormsg in /in/E34cR on line 18 none Included Files: /in/E34cR -->
Output for 7.3.0
<!-- Time Taken: 0.02896190s Headers Sent: /in/E34cR: 7 Last Error: Notice: Undefined variable: php_errormsg in /in/E34cR on line 18 none Included Files: /in/E34cR -->
Output for 7.2.13
<!-- Time Taken: 0.02864885s Headers Sent: /in/E34cR: 7 Last Error: Notice: Undefined variable: php_errormsg in /in/E34cR on line 18 none Included Files: /in/E34cR -->
Output for 7.2.12
<!-- Time Taken: 0.03170800s Headers Sent: /in/E34cR: 7 Last Error: Notice: Undefined variable: php_errormsg in /in/E34cR on line 18 none Included Files: /in/E34cR -->
Output for 7.2.11
<!-- Time Taken: 0.02770686s Headers Sent: /in/E34cR: 7 Last Error: Notice: Undefined variable: php_errormsg in /in/E34cR on line 18 none Included Files: /in/E34cR -->
Output for 7.2.10
<!-- Time Taken: 0.02912807s Headers Sent: /in/E34cR: 7 Last Error: Notice: Undefined variable: php_errormsg in /in/E34cR on line 18 none Included Files: /in/E34cR -->
Output for 7.2.9
<!-- Time Taken: 0.02903080s Headers Sent: /in/E34cR: 7 Last Error: Notice: Undefined variable: php_errormsg in /in/E34cR on line 18 none Included Files: /in/E34cR -->
Output for 7.2.8
<!-- Time Taken: 0.03380394s Headers Sent: /in/E34cR: 7 Last Error: Notice: Undefined variable: php_errormsg in /in/E34cR on line 18 none Included Files: /in/E34cR -->
Output for 7.2.7
<!-- Time Taken: 0.02857280s Headers Sent: /in/E34cR: 7 Last Error: Notice: Undefined variable: php_errormsg in /in/E34cR on line 18 none Included Files: /in/E34cR -->
Output for 7.2.6
<!-- Time Taken: 0.02756810s Headers Sent: /in/E34cR: 7 Last Error: Notice: Undefined variable: php_errormsg in /in/E34cR on line 18 none Included Files: /in/E34cR -->
Output for 7.2.5
<!-- Time Taken: 0.03245497s Headers Sent: /in/E34cR: 7 Last Error: Notice: Undefined variable: php_errormsg in /in/E34cR on line 18 none Included Files: /in/E34cR -->
Output for 7.2.4
<!-- Time Taken: 0.03203106s Headers Sent: /in/E34cR: 7 Last Error: Notice: Undefined variable: php_errormsg in /in/E34cR on line 18 none Included Files: /in/E34cR -->
Output for 7.2.3
<!-- Time Taken: 0.02962089s Headers Sent: /in/E34cR: 7 Last Error: Notice: Undefined variable: php_errormsg in /in/E34cR on line 18 none Included Files: /in/E34cR -->
Output for 7.2.2
<!-- Time Taken: 0.02763510s Headers Sent: /in/E34cR: 7 Last Error: Notice: Undefined variable: php_errormsg in /in/E34cR on line 18 none Included Files: /in/E34cR -->
Output for 7.2.1
<!-- Time Taken: 0.02645707s Headers Sent: /in/E34cR: 7 Last Error: Notice: Undefined variable: php_errormsg in /in/E34cR on line 18 none Included Files: /in/E34cR -->
Output for 7.2.0
<!-- Time Taken: 0.03078699s Headers Sent: /in/E34cR: 7 Last Error: Notice: Undefined variable: php_errormsg in /in/E34cR on line 18 none Included Files: /in/E34cR -->
Output for 7.1.25
<!-- Time Taken: 0.05836606s Headers Sent: /in/E34cR: 7 Last Error: Notice: Undefined variable: php_errormsg in /in/E34cR on line 18 none Included Files: /in/E34cR -->
Output for 7.1.7
<!-- Time Taken: 0.03975201s Headers Sent: /in/E34cR: 7 Last Error: Notice: Undefined variable: php_errormsg in /in/E34cR on line 18 none Included Files: /in/E34cR -->
Output for 7.1.6
<!-- Time Taken: 0.05433202s Headers Sent: /in/E34cR: 7 Last Error: Notice: Undefined variable: php_errormsg in /in/E34cR on line 18 none Included Files: /in/E34cR -->
Output for 7.1.5
<!-- Time Taken: 0.05308509s Headers Sent: /in/E34cR: 7 Last Error: Notice: Undefined variable: php_errormsg in /in/E34cR on line 18 none Included Files: /in/E34cR -->
Output for 7.1.0
<!-- Time Taken: 0.04101205s Headers Sent: /in/E34cR: 7 Last Error: Notice: Undefined variable: php_errormsg in /in/E34cR on line 18 none Included Files: /in/E34cR -->
Output for 7.0.20
<!-- Time Taken: 0.02972412s Headers Sent: /in/E34cR: 7 Last Error: Notice: Undefined variable: php_errormsg in /in/E34cR on line 18 none Included Files: /in/E34cR -->
Output for 7.0.14
<!-- Time Taken: 0.05763602s Headers Sent: /in/E34cR: 7 Last Error: Notice: Undefined variable: php_errormsg in /in/E34cR on line 18 none Included Files: /in/E34cR -->
Output for 7.0.12
<!-- Time Taken: 0.03905582s Headers Sent: /in/E34cR: 7 Last Error: Notice: Undefined variable: php_errormsg in /in/E34cR on line 18 none Included Files: /in/E34cR -->
Output for 7.0.6
<!-- Time Taken: 0.03162789s Headers Sent: /in/E34cR: 7 Last Error: Notice: Undefined variable: php_errormsg in /in/E34cR on line 18 none Included Files: /in/E34cR -->
Output for 7.0.5
<!-- Time Taken: 0.02919412s Headers Sent: /in/E34cR: 7 Last Error: Notice: Undefined variable: php_errormsg in /in/E34cR on line 18 none Included Files: /in/E34cR -->
Output for 7.0.4
<!-- Time Taken: 0.03441000s Headers Sent: /in/E34cR: 7 Last Error: Notice: Undefined variable: php_errormsg in /in/E34cR on line 18 none Included Files: /in/E34cR -->
Output for 7.0.3
<!-- Time Taken: 0.02487993s Headers Sent: /in/E34cR: 7 Last Error: Notice: Undefined variable: php_errormsg in /in/E34cR on line 18 none Included Files: /in/E34cR -->
Output for 7.0.2
<!-- Time Taken: 0.03285098s Headers Sent: /in/E34cR: 7 Last Error: Notice: Undefined variable: php_errormsg in /in/E34cR on line 18 none Included Files: /in/E34cR -->
Output for 7.0.1
<!-- Time Taken: 0.03900599s Headers Sent: /in/E34cR: 7 Last Error: Notice: Undefined variable: php_errormsg in /in/E34cR on line 18 none Included Files: /in/E34cR -->
Output for 7.0.0
<!-- Time Taken: 0.03325105s Headers Sent: /in/E34cR: 7 Last Error: Notice: Undefined variable: php_errormsg in /in/E34cR on line 18 none Included Files: /in/E34cR -->
Output for 5.6.28
<!-- Time Taken: 0.10871506s Headers Sent: /in/E34cR: 7 Last Error: Notice: Undefined variable: php_errormsg in /in/E34cR on line 18 none Included Files: /in/E34cR -->
Output for 5.6.21
<!-- Time Taken: 0.04357791s Headers Sent: /in/E34cR: 7 Last Error: Notice: Undefined variable: php_errormsg in /in/E34cR on line 18 none Included Files: /in/E34cR -->
Output for 5.6.20
<!-- Time Taken: 0.06227803s Headers Sent: /in/E34cR: 7 Last Error: Notice: Undefined variable: php_errormsg in /in/E34cR on line 18 none Included Files: /in/E34cR -->
Output for 5.6.19
<!-- Time Taken: 0.04342604s Headers Sent: /in/E34cR: 7 Last Error: Notice: Undefined variable: php_errormsg in /in/E34cR on line 18 none Included Files: /in/E34cR -->
Output for 5.6.18
<!-- Time Taken: 0.05377293s Headers Sent: /in/E34cR: 7 Last Error: Notice: Undefined variable: php_errormsg in /in/E34cR on line 18 none Included Files: /in/E34cR -->
Output for 5.6.17
<!-- Time Taken: 0.05701709s Headers Sent: /in/E34cR: 7 Last Error: Notice: Undefined variable: php_errormsg in /in/E34cR on line 18 none Included Files: /in/E34cR -->
Output for 5.6.16
<!-- Time Taken: 0.06194305s Headers Sent: /in/E34cR: 7 Last Error: Notice: Undefined variable: php_errormsg in /in/E34cR on line 18 none Included Files: /in/E34cR -->
Output for 5.6.15
<!-- Time Taken: 0.04374599s Headers Sent: /in/E34cR: 7 Last Error: Notice: Undefined variable: php_errormsg in /in/E34cR on line 18 none Included Files: /in/E34cR -->
Output for 5.6.14
<!-- Time Taken: 0.05981898s Headers Sent: /in/E34cR: 7 Last Error: Notice: Undefined variable: php_errormsg in /in/E34cR on line 18 none Included Files: /in/E34cR -->
Output for 5.6.13
<!-- Time Taken: 0.05349088s Headers Sent: /in/E34cR: 7 Last Error: Notice: Undefined variable: php_errormsg in /in/E34cR on line 18 none Included Files: /in/E34cR -->
Output for 5.6.12
<!-- Time Taken: 0.05354095s Headers Sent: /in/E34cR: 7 Last Error: Notice: Undefined variable: php_errormsg in /in/E34cR on line 18 none Included Files: /in/E34cR -->
Output for 5.6.11
<!-- Time Taken: 0.06060696s Headers Sent: /in/E34cR: 7 Last Error: Notice: Undefined variable: php_errormsg in /in/E34cR on line 18 none Included Files: /in/E34cR -->
Output for 5.6.10
<!-- Time Taken: 0.05783415s Headers Sent: /in/E34cR: 7 Last Error: Notice: Undefined variable: php_errormsg in /in/E34cR on line 18 none Included Files: /in/E34cR -->
Output for 5.6.9
<!-- Time Taken: 0.04218817s Headers Sent: /in/E34cR: 7 Last Error: Notice: Undefined variable: php_errormsg in /in/E34cR on line 18 none Included Files: /in/E34cR -->
Output for 5.6.8
<!-- Time Taken: 0.06035089s Headers Sent: /in/E34cR: 7 Last Error: Notice: Undefined variable: php_errormsg in /in/E34cR on line 18 none Included Files: /in/E34cR -->
Output for 5.6.7
<!-- Time Taken: 0.04168010s Headers Sent: /in/E34cR: 7 Last Error: Notice: Undefined variable: php_errormsg in /in/E34cR on line 18 none Included Files: /in/E34cR -->
Output for 5.5.35
<!-- Time Taken: 0.05688190s Headers Sent: /in/E34cR: 7 Last Error: Notice: Undefined variable: php_errormsg in /in/E34cR on line 18 none Included Files: /in/E34cR -->
Output for 5.5.34
<!-- Time Taken: 0.05493999s Headers Sent: /in/E34cR: 7 Last Error: Notice: Undefined variable: php_errormsg in /in/E34cR on line 18 none Included Files: /in/E34cR -->
Output for 5.5.33
<!-- Time Taken: 0.04359293s Headers Sent: /in/E34cR: 7 Last Error: Notice: Undefined variable: php_errormsg in /in/E34cR on line 18 none Included Files: /in/E34cR -->
Output for 5.5.32
<!-- Time Taken: 0.04840088s Headers Sent: /in/E34cR: 7 Last Error: Notice: Undefined variable: php_errormsg in /in/E34cR on line 18 none Included Files: /in/E34cR -->
Output for 5.5.31
<!-- Time Taken: 0.05033112s Headers Sent: /in/E34cR: 7 Last Error: Notice: Undefined variable: php_errormsg in /in/E34cR on line 18 none Included Files: /in/E34cR -->
Output for 5.5.30
<!-- Time Taken: 0.04967213s Headers Sent: /in/E34cR: 7 Last Error: Notice: Undefined variable: php_errormsg in /in/E34cR on line 18 none Included Files: /in/E34cR -->
Output for 5.5.29
<!-- Time Taken: 0.06348610s Headers Sent: /in/E34cR: 7 Last Error: Notice: Undefined variable: php_errormsg in /in/E34cR on line 18 none Included Files: /in/E34cR -->
Output for 5.5.28
<!-- Time Taken: 0.04397178s Headers Sent: /in/E34cR: 7 Last Error: Notice: Undefined variable: php_errormsg in /in/E34cR on line 18 none Included Files: /in/E34cR -->
Output for 5.5.27
<!-- Time Taken: 0.04583597s Headers Sent: /in/E34cR: 7 Last Error: Notice: Undefined variable: php_errormsg in /in/E34cR on line 18 none Included Files: /in/E34cR -->
Output for 5.5.26
<!-- Time Taken: 0.05928493s Headers Sent: /in/E34cR: 7 Last Error: Notice: Undefined variable: php_errormsg in /in/E34cR on line 18 none Included Files: /in/E34cR -->
Output for 5.5.25
<!-- Time Taken: 0.06150103s Headers Sent: /in/E34cR: 7 Last Error: Notice: Undefined variable: php_errormsg in /in/E34cR on line 18 none Included Files: /in/E34cR -->
Output for 5.5.24
<!-- Time Taken: 0.05773878s Headers Sent: /in/E34cR: 7 Last Error: Notice: Undefined variable: php_errormsg in /in/E34cR on line 18 none Included Files: /in/E34cR -->
Output for 5.4.45
<!-- Time Taken: 0.06054807s Headers Sent: /in/E34cR: 7 Last Error: Notice: Undefined variable: php_errormsg in /in/E34cR on line 18 none Included Files: /in/E34cR -->
Output for 5.4.44
<!-- Time Taken: 0.05531478s Headers Sent: /in/E34cR: 7 Last Error: Notice: Undefined variable: php_errormsg in /in/E34cR on line 18 none Included Files: /in/E34cR -->
Output for 5.4.43
<!-- Time Taken: 0.06129408s Headers Sent: /in/E34cR: 7 Last Error: Notice: Undefined variable: php_errormsg in /in/E34cR on line 18 none Included Files: /in/E34cR -->
Output for 5.4.42
<!-- Time Taken: 0.06495285s Headers Sent: /in/E34cR: 7 Last Error: Notice: Undefined variable: php_errormsg in /in/E34cR on line 18 none Included Files: /in/E34cR -->
Output for 5.4.41
<!-- Time Taken: 0.04489803s Headers Sent: /in/E34cR: 7 Last Error: Notice: Undefined variable: php_errormsg in /in/E34cR on line 18 none Included Files: /in/E34cR -->
Output for 5.4.40
<!-- Time Taken: 0.04386306s Headers Sent: /in/E34cR: 7 Last Error: Notice: Undefined variable: php_errormsg in /in/E34cR on line 18 none Included Files: /in/E34cR -->
Output for 5.4.39
<!-- Time Taken: 0.05835080s Headers Sent: /in/E34cR: 7 Last Error: Notice: Undefined variable: php_errormsg in /in/E34cR on line 18 none Included Files: /in/E34cR -->
Output for 5.4.38
<!-- Time Taken: 0.06291509s Headers Sent: /in/E34cR: 7 Last Error: Notice: Undefined variable: php_errormsg in /in/E34cR on line 18 none Included Files: /in/E34cR -->
Output for 5.4.37
<!-- Time Taken: 0.04682112s Headers Sent: /in/E34cR: 7 Last Error: Notice: Undefined variable: php_errormsg in /in/E34cR on line 18 none Included Files: /in/E34cR -->
Output for 5.4.36
<!-- Time Taken: 0.06321192s Headers Sent: /in/E34cR: 7 Last Error: Notice: Undefined variable: php_errormsg in /in/E34cR on line 18 none Included Files: /in/E34cR -->
Output for 5.4.35
<!-- Time Taken: 0.04781413s Headers Sent: /in/E34cR: 7 Last Error: Notice: Undefined variable: php_errormsg in /in/E34cR on line 18 none Included Files: /in/E34cR -->
Output for 5.4.34
<!-- Time Taken: 0.06146121s Headers Sent: /in/E34cR: 7 Last Error: Notice: Undefined variable: php_errormsg in /in/E34cR on line 18 none Included Files: /in/E34cR -->
Output for 5.4.32
<!-- Time Taken: 0.06070900s Headers Sent: /in/E34cR: 7 Last Error: Notice: Undefined variable: php_errormsg in /in/E34cR on line 18 none Included Files: /in/E34cR -->
Output for 5.4.31
<!-- Time Taken: 0.04728007s Headers Sent: /in/E34cR: 7 Last Error: Notice: Undefined variable: php_errormsg in /in/E34cR on line 18 none Included Files: /in/E34cR -->
Output for 5.4.30
<!-- Time Taken: 0.06384206s Headers Sent: /in/E34cR: 7 Last Error: Notice: Undefined variable: php_errormsg in /in/E34cR on line 18 none Included Files: /in/E34cR -->
Output for 5.4.29
<!-- Time Taken: 0.06396508s Headers Sent: /in/E34cR: 7 Last Error: Notice: Undefined variable: php_errormsg in /in/E34cR on line 18 none Included Files: /in/E34cR -->
Output for 5.4.28
<!-- Time Taken: 0.04256988s Headers Sent: /in/E34cR: 7 Last Error: Notice: Undefined variable: php_errormsg in /in/E34cR on line 18 none Included Files: /in/E34cR -->
Output for 5.4.27
<!-- Time Taken: 0.04554415s Headers Sent: /in/E34cR: 7 Last Error: Notice: Undefined variable: php_errormsg in /in/E34cR on line 18 none Included Files: /in/E34cR -->
Output for 5.4.26
<!-- Time Taken: 0.04245710s Headers Sent: /in/E34cR: 7 Last Error: Notice: Undefined variable: php_errormsg in /in/E34cR on line 18 none Included Files: /in/E34cR -->
Output for 5.4.25
<!-- Time Taken: 0.04455900s Headers Sent: /in/E34cR: 7 Last Error: Notice: Undefined variable: php_errormsg in /in/E34cR on line 18 none Included Files: /in/E34cR -->
Output for 5.4.24
<!-- Time Taken: 0.04249096s Headers Sent: /in/E34cR: 7 Last Error: Notice: Undefined variable: php_errormsg in /in/E34cR on line 18 none Included Files: /in/E34cR -->
Output for 5.4.23
<!-- Time Taken: 0.04270411s Headers Sent: /in/E34cR: 7 Last Error: Notice: Undefined variable: php_errormsg in /in/E34cR on line 18 none Included Files: /in/E34cR -->
Output for 5.4.22
<!-- Time Taken: 0.04972410s Headers Sent: /in/E34cR: 7 Last Error: Notice: Undefined variable: php_errormsg in /in/E34cR on line 18 none Included Files: /in/E34cR -->
Output for 5.4.21
<!-- Time Taken: 0.04257798s Headers Sent: /in/E34cR: 7 Last Error: Notice: Undefined variable: php_errormsg in /in/E34cR on line 18 none Included Files: /in/E34cR -->
Output for 5.4.20
<!-- Time Taken: 0.04335809s Headers Sent: /in/E34cR: 7 Last Error: Notice: Undefined variable: php_errormsg in /in/E34cR on line 18 none Included Files: /in/E34cR -->
Output for 5.4.19
<!-- Time Taken: 0.04324007s Headers Sent: /in/E34cR: 7 Last Error: Notice: Undefined variable: php_errormsg in /in/E34cR on line 18 none Included Files: /in/E34cR -->
Output for 5.4.18
<!-- Time Taken: 0.04350400s Headers Sent: /in/E34cR: 7 Last Error: Notice: Undefined variable: php_errormsg in /in/E34cR on line 18 none Included Files: /in/E34cR -->
Output for 5.4.17
<!-- Time Taken: 0.04755616s Headers Sent: /in/E34cR: 7 Last Error: Notice: Undefined variable: php_errormsg in /in/E34cR on line 18 none Included Files: /in/E34cR -->
Output for 5.4.16
<!-- Time Taken: 0.04237103s Headers Sent: /in/E34cR: 7 Last Error: Notice: Undefined variable: php_errormsg in /in/E34cR on line 18 none Included Files: /in/E34cR -->
Output for 5.4.15
<!-- Time Taken: 0.04249692s Headers Sent: /in/E34cR: 7 Last Error: Notice: Undefined variable: php_errormsg in /in/E34cR on line 18 none Included Files: /in/E34cR -->
Output for 5.4.14
<!-- Time Taken: 0.04250407s Headers Sent: /in/E34cR: 7 Last Error: Notice: Undefined variable: php_errormsg in /in/E34cR on line 18 none Included Files: /in/E34cR -->
Output for 5.4.13
<!-- Time Taken: 0.04381800s Headers Sent: /in/E34cR: 7 Last Error: Notice: Undefined variable: php_errormsg in /in/E34cR on line 18 none Included Files: /in/E34cR -->
Output for 5.4.12
<!-- Time Taken: 0.05666518s Headers Sent: /in/E34cR: 7 Last Error: Notice: Undefined variable: php_errormsg in /in/E34cR on line 18 none Included Files: /in/E34cR -->
Output for 5.4.11
<!-- Time Taken: 0.06213498s Headers Sent: /in/E34cR: 7 Last Error: Notice: Undefined variable: php_errormsg in /in/E34cR on line 18 none Included Files: /in/E34cR -->
Output for 5.4.10
<!-- Time Taken: 0.05686998s Headers Sent: /in/E34cR: 7 Last Error: Notice: Undefined variable: php_errormsg in /in/E34cR on line 18 none Included Files: /in/E34cR -->
Output for 5.4.9
<!-- Time Taken: 0.06323314s Headers Sent: /in/E34cR: 7 Last Error: Notice: Undefined variable: php_errormsg in /in/E34cR on line 18 none Included Files: /in/E34cR -->
Output for 5.4.8
<!-- Time Taken: 0.04377913s Headers Sent: /in/E34cR: 7 Last Error: Notice: Undefined variable: php_errormsg in /in/E34cR on line 18 none Included Files: /in/E34cR -->
Output for 5.4.7
<!-- Time Taken: 0.06281495s Headers Sent: /in/E34cR: 7 Last Error: Notice: Undefined variable: php_errormsg in /in/E34cR on line 18 none Included Files: /in/E34cR -->
Output for 5.4.6
<!-- Time Taken: 0.05160689s Headers Sent: /in/E34cR: 7 Last Error: Notice: Undefined variable: php_errormsg in /in/E34cR on line 18 none Included Files: /in/E34cR -->
Output for 5.4.5
<!-- Time Taken: 0.06550789s Headers Sent: /in/E34cR: 7 Last Error: Notice: Undefined variable: php_errormsg in /in/E34cR on line 18 none Included Files: /in/E34cR -->
Output for 5.4.4
<!-- Time Taken: 0.06179190s Headers Sent: /in/E34cR: 7 Last Error: Notice: Undefined variable: php_errormsg in /in/E34cR on line 18 none Included Files: /in/E34cR -->
Output for 5.4.3
<!-- Time Taken: 0.06011915s Headers Sent: /in/E34cR: 7 Last Error: Notice: Undefined variable: php_errormsg in /in/E34cR on line 18 none Included Files: /in/E34cR -->
Output for 5.4.2
<!-- Time Taken: 0.05952191s Headers Sent: /in/E34cR: 7 Last Error: Notice: Undefined variable: php_errormsg in /in/E34cR on line 18 none Included Files: /in/E34cR -->
Output for 5.4.1
<!-- Time Taken: 0.05856109s Headers Sent: /in/E34cR: 7 Last Error: Notice: Undefined variable: php_errormsg in /in/E34cR on line 18 none Included Files: /in/E34cR -->
Output for 5.4.0
<!-- Time Taken: 0.05319500s Headers Sent: /in/E34cR: 7 Last Error: Notice: Undefined variable: php_errormsg in /in/E34cR on line 18 none Included Files: /in/E34cR -->
Output for 5.3.29
<!-- Time Taken: 0.05853391s Headers Sent: /in/E34cR: 7 Last Error: Notice: Undefined variable: php_errormsg in /in/E34cR on line 18 none Included Files: /in/E34cR -->
Output for 5.3.28
<!-- Time Taken: 0.05451298s Headers Sent: /in/E34cR: 7 Last Error: Notice: Undefined variable: php_errormsg in /in/E34cR on line 18 none Included Files: /in/E34cR -->
Output for 5.3.27
<!-- Time Taken: 0.05252004s Headers Sent: /in/E34cR: 7 Last Error: Notice: Undefined variable: php_errormsg in /in/E34cR on line 18 none Included Files: /in/E34cR -->
Output for 5.3.26
<!-- Time Taken: 0.05558085s Headers Sent: /in/E34cR: 7 Last Error: Notice: Undefined variable: php_errormsg in /in/E34cR on line 18 none Included Files: /in/E34cR -->
Output for 5.3.25
<!-- Time Taken: 0.06364512s Headers Sent: /in/E34cR: 7 Last Error: Notice: Undefined variable: php_errormsg in /in/E34cR on line 18 none Included Files: /in/E34cR -->
Output for 5.3.24
<!-- Time Taken: 0.05280399s Headers Sent: /in/E34cR: 7 Last Error: Notice: Undefined variable: php_errormsg in /in/E34cR on line 18 none Included Files: /in/E34cR -->
Output for 5.3.23
<!-- Time Taken: 0.07844090s Headers Sent: /in/E34cR: 7 Last Error: Notice: Undefined variable: php_errormsg in /in/E34cR on line 18 none Included Files: /in/E34cR -->
Output for 5.3.22
<!-- Time Taken: 0.07696891s Headers Sent: /in/E34cR: 7 Last Error: Notice: Undefined variable: php_errormsg in /in/E34cR on line 18 none Included Files: /in/E34cR -->
Output for 5.3.21
<!-- Time Taken: 0.07333112s Headers Sent: /in/E34cR: 7 Last Error: Notice: Undefined variable: php_errormsg in /in/E34cR on line 18 none Included Files: /in/E34cR -->
Output for 5.3.20
<!-- Time Taken: 0.05670094s Headers Sent: /in/E34cR: 7 Last Error: Notice: Undefined variable: php_errormsg in /in/E34cR on line 18 none Included Files: /in/E34cR -->
Output for 5.3.19
<!-- Time Taken: 0.08705091s Headers Sent: /in/E34cR: 7 Last Error: Notice: Undefined variable: php_errormsg in /in/E34cR on line 18 none Included Files: /in/E34cR -->
Output for 5.3.18
<!-- Time Taken: 0.07005596s Headers Sent: /in/E34cR: 7 Last Error: Notice: Undefined variable: php_errormsg in /in/E34cR on line 18 none Included Files: /in/E34cR -->
Output for 5.3.17
<!-- Time Taken: 0.05904198s Headers Sent: /in/E34cR: 7 Last Error: Notice: Undefined variable: php_errormsg in /in/E34cR on line 18 none Included Files: /in/E34cR -->
Output for 5.3.16
<!-- Time Taken: 0.06777596s Headers Sent: /in/E34cR: 7 Last Error: Notice: Undefined variable: php_errormsg in /in/E34cR on line 18 none Included Files: /in/E34cR -->
Output for 5.3.15
<!-- Time Taken: 0.07546616s Headers Sent: /in/E34cR: 7 Last Error: Notice: Undefined variable: php_errormsg in /in/E34cR on line 18 none Included Files: /in/E34cR -->
Output for 5.3.14
<!-- Time Taken: 0.07475400s Headers Sent: /in/E34cR: 7 Last Error: Notice: Undefined variable: php_errormsg in /in/E34cR on line 18 none Included Files: /in/E34cR -->
Output for 5.3.13
<!-- Time Taken: 0.05505490s Headers Sent: /in/E34cR: 7 Last Error: Notice: Undefined variable: php_errormsg in /in/E34cR on line 18 none Included Files: /in/E34cR -->
Output for 5.3.12
<!-- Time Taken: 0.07307100s Headers Sent: /in/E34cR: 7 Last Error: Notice: Undefined variable: php_errormsg in /in/E34cR on line 18 none Included Files: /in/E34cR -->
Output for 5.3.11
<!-- Time Taken: 0.06817508s Headers Sent: /in/E34cR: 7 Last Error: Notice: Undefined variable: php_errormsg in /in/E34cR on line 18 none Included Files: /in/E34cR -->
Output for 5.3.10
<!-- Time Taken: 0.07339907s Headers Sent: /in/E34cR: 7 Last Error: Notice: Undefined variable: php_errormsg in /in/E34cR on line 18 none Included Files: /in/E34cR -->
Output for 5.3.9
<!-- Time Taken: 0.06165910s Headers Sent: /in/E34cR: 7 Last Error: Notice: Undefined variable: php_errormsg in /in/E34cR on line 18 none Included Files: /in/E34cR -->
Output for 5.3.8
<!-- Time Taken: 0.05709219s Headers Sent: /in/E34cR: 7 Last Error: Notice: Undefined variable: php_errormsg in /in/E34cR on line 18 none Included Files: /in/E34cR -->
Output for 5.3.7
<!-- Time Taken: 0.07545590s Headers Sent: /in/E34cR: 7 Last Error: Notice: Undefined variable: php_errormsg in /in/E34cR on line 18 none Included Files: /in/E34cR -->
Output for 5.3.6
<!-- Time Taken: 0.05419803s Headers Sent: /in/E34cR: 7 Last Error: Notice: Undefined variable: php_errormsg in /in/E34cR on line 18 none Included Files: /in/E34cR -->
Output for 5.3.5
<!-- Time Taken: 0.07362700s Headers Sent: /in/E34cR: 7 Last Error: Notice: Undefined variable: php_errormsg in /in/E34cR on line 18 none Included Files: /in/E34cR -->
Output for 5.3.4
<!-- Time Taken: 0.06082392s Headers Sent: /in/E34cR: 7 Last Error: Notice: Undefined variable: php_errormsg in /in/E34cR on line 18 none Included Files: /in/E34cR -->
Output for 5.3.3
<!-- Time Taken: 0.05890203s Headers Sent: /in/E34cR: 7 Last Error: Notice: Undefined variable: php_errormsg in /in/E34cR on line 18 none Included Files: /in/E34cR -->
Output for 5.3.2
<!-- Time Taken: 0.05736184s Headers Sent: /in/E34cR: 7 Last Error: Notice: Undefined variable: php_errormsg in /in/E34cR on line 18 none Included Files: /in/E34cR -->
Output for 5.3.1
<!-- Time Taken: 0.05569005s Headers Sent: /in/E34cR: 7 Last Error: Notice: Undefined variable: php_errormsg in /in/E34cR on line 18 none Included Files: /in/E34cR -->
Output for 5.3.0
<!-- Time Taken: 0.05478978s Headers Sent: /in/E34cR: 7 Last Error: Notice: Undefined variable: php_errormsg in /in/E34cR on line 18 none Included Files: /in/E34cR -->
Output for 5.2.17
<!-- Time Taken: 0.09641004s Headers Sent: /in/E34cR: 7 Last Error: Notice: Undefined variable: php_errormsg in /in/E34cR on line 18 none Included Files: /in/E34cR -->
Output for 5.2.16
<!-- Time Taken: 0.09326887s Headers Sent: /in/E34cR: 7 Last Error: Notice: Undefined variable: php_errormsg in /in/E34cR on line 18 none Included Files: /in/E34cR -->
Output for 5.2.15
<!-- Time Taken: 0.06859779s Headers Sent: /in/E34cR: 7 Last Error: Notice: Undefined variable: php_errormsg in /in/E34cR on line 18 none Included Files: /in/E34cR -->
Output for 5.2.14
<!-- Time Taken: 0.08043694s Headers Sent: /in/E34cR: 7 Last Error: Notice: Undefined variable: php_errormsg in /in/E34cR on line 18 none Included Files: /in/E34cR -->
Output for 5.2.13
<!-- Time Taken: 0.08115196s Headers Sent: /in/E34cR: 7 Last Error: Notice: Undefined variable: php_errormsg in /in/E34cR on line 18 none Included Files: /in/E34cR -->
Output for 5.2.12
<!-- Time Taken: 0.07392192s Headers Sent: /in/E34cR: 7 Last Error: Notice: Undefined variable: php_errormsg in /in/E34cR on line 18 none Included Files: /in/E34cR -->
Output for 5.2.11
<!-- Time Taken: 0.09601903s Headers Sent: /in/E34cR: 7 Last Error: Notice: Undefined variable: php_errormsg in /in/E34cR on line 18 none Included Files: /in/E34cR -->
Output for 5.2.10
<!-- Time Taken: 0.09403205s Headers Sent: /in/E34cR: 7 Last Error: Notice: Undefined variable: php_errormsg in /in/E34cR on line 18 none Included Files: /in/E34cR -->
Output for 5.2.9
<!-- Time Taken: 0.10039115s Headers Sent: /in/E34cR: 7 Last Error: Notice: Undefined variable: php_errormsg in /in/E34cR on line 18 none Included Files: /in/E34cR -->
Output for 5.2.8
<!-- Time Taken: 0.06920195s Headers Sent: /in/E34cR: 7 Last Error: Notice: Undefined variable: php_errormsg in /in/E34cR on line 18 none Included Files: /in/E34cR -->
Output for 5.2.7
<!-- Time Taken: 0.06961894s Headers Sent: /in/E34cR: 7 Last Error: Notice: Undefined variable: php_errormsg in /in/E34cR on line 18 none Included Files: /in/E34cR -->
Output for 5.2.6
<!-- Time Taken: 0.09625912s Headers Sent: /in/E34cR: 7 Last Error: Notice: Undefined variable: php_errormsg in /in/E34cR on line 18 none Included Files: /in/E34cR -->
Output for 5.2.5
<!-- Time Taken: 0.09988999s Headers Sent: /in/E34cR: 7 Last Error: Notice: Undefined variable: php_errormsg in /in/E34cR on line 18 none Included Files: /in/E34cR -->
Output for 5.2.4
<!-- Time Taken: 0.09649086s Headers Sent: /in/E34cR: 7 Last Error: Notice: Undefined variable: php_errormsg in /in/E34cR on line 18 none Included Files: /in/E34cR -->
Output for 5.2.3
<!-- Time Taken: 0.06939292s Headers Sent: /in/E34cR: 7 Last Error: Notice: Undefined variable: php_errormsg in /in/E34cR on line 18 none Included Files: /in/E34cR -->
Output for 5.2.2
<!-- Time Taken: 0.08887601s Headers Sent: /in/E34cR: 7 Last Error: Notice: Undefined variable: php_errormsg in /in/E34cR on line 18 none Included Files: /in/E34cR -->
Output for 5.2.1
<!-- Time Taken: 0.07459402s Headers Sent: /in/E34cR: 7 Last Error: Notice: Undefined variable: php_errormsg in /in/E34cR on line 18 none Included Files: /in/E34cR -->
Output for 5.2.0
<!-- Time Taken: 0.09884214s Headers Sent: /in/E34cR: 7 Last Error: Notice: Undefined variable: php_errormsg in /in/E34cR on line 18 none Included Files: /in/E34cR -->
Output for 5.1.6
<!-- Time Taken: 0.10198808s Headers Sent: /in/E34cR: 7 Last Error: Notice: Undefined variable: php_errormsg in /in/E34cR on line 18 none Included Files: /in/E34cR -->
Output for 5.1.5
<!-- Time Taken: 0.09958386s Headers Sent: /in/E34cR: 7 Last Error: Notice: Undefined variable: php_errormsg in /in/E34cR on line 18 none Included Files: /in/E34cR -->
Output for 5.1.4
<!-- Time Taken: 0.08942890s Headers Sent: /in/E34cR: 7 Last Error: Notice: Undefined variable: php_errormsg in /in/E34cR on line 18 none Included Files: /in/E34cR -->
Output for 5.1.3
<!-- Time Taken: 0.09346199s Headers Sent: /in/E34cR: 7 Last Error: Notice: Undefined variable: php_errormsg in /in/E34cR on line 18 none Included Files: /in/E34cR -->
Output for 5.1.2
<!-- Time Taken: 0.09407592s Headers Sent: /in/E34cR: 7 Last Error: Notice: Undefined variable: php_errormsg in /in/E34cR on line 18 none Included Files: /in/E34cR -->
Output for 5.1.1
<!-- Time Taken: 0.07250714s Headers Sent: /in/E34cR: 7 Last Error: Notice: Undefined variable: php_errormsg in /in/E34cR on line 18 none Included Files: /in/E34cR -->
Output for 5.1.0
<!-- Time Taken: 0.09256101s Headers Sent: /in/E34cR: 7 Last Error: Notice: Undefined variable: php_errormsg in /in/E34cR on line 18 none Included Files: /in/E34cR -->
Output for 5.0.5
<!-- Time Taken: 0.17934799s Headers Sent: /in/E34cR: 7 Last Error: Notice: Undefined variable: php_errormsg in /in/E34cR on line 18 none Included Files: /in/E34cR -->
Output for 5.0.4
<!-- Time Taken: 0.21132493s Headers Sent: /in/E34cR: 7 Last Error: Notice: Undefined variable: php_errormsg in /in/E34cR on line 18 none Included Files: /in/E34cR -->
Output for 5.0.3
<!-- Time Taken: 0.18148303s Headers Sent: /in/E34cR: 7 Last Error: Notice: Undefined variable: php_errormsg in /in/E34cR on line 18 none Included Files: /in/E34cR -->
Output for 5.0.2
<!-- Time Taken: 0.17086387s Headers Sent: /in/E34cR: 7 Last Error: Notice: Undefined variable: php_errormsg in /in/E34cR on line 18 none Included Files: /in/E34cR -->
Output for 5.0.1
<!-- Time Taken: 0.16004682s Headers Sent: /in/E34cR: 7 Last Error: Notice: Undefined variable: php_errormsg in /in/E34cR on line 18 none Included Files: /in/E34cR -->
Output for 5.0.0
<!-- Time Taken: 0.17956710s Headers Sent: /in/E34cR: 7 Last Error: Notice: Undefined variable: php_errormsg in /in/E34cR on line 18 none Included Files: /in/E34cR -->
Output for 4.4.9
<!-- Time Taken: 0.21269100s Headers Sent: /in/E34cR: 7 Last Error: Notice: Undefined variable: php_errormsg in /in/E34cR on line 18 none Included Files: /in/E34cR -->
Output for 4.4.8
<!-- Time Taken: 0.20502300s Headers Sent: /in/E34cR: 7 Last Error: Notice: Undefined variable: php_errormsg in /in/E34cR on line 18 none Included Files: /in/E34cR -->
Output for 4.4.7
<!-- Time Taken: 0.20377900s Headers Sent: /in/E34cR: 7 Last Error: Notice: Undefined variable: php_errormsg in /in/E34cR on line 18 none Included Files: /in/E34cR -->
Output for 4.4.6
<!-- Time Taken: 0.16562100s Headers Sent: /in/E34cR: 7 Last Error: Notice: Undefined variable: php_errormsg in /in/E34cR on line 18 none Included Files: /in/E34cR -->
Output for 4.4.5
<!-- Time Taken: 0.20533100s Headers Sent: /in/E34cR: 7 Last Error: Notice: Undefined variable: php_errormsg in /in/E34cR on line 18 none Included Files: /in/E34cR -->
Output for 4.4.4
<!-- Time Taken: 0.19130100s Headers Sent: /in/E34cR: 7 Last Error: Notice: Undefined variable: php_errormsg in /in/E34cR on line 18 none Included Files: /in/E34cR -->
Output for 4.4.3
<!-- Time Taken: 0.18823100s Headers Sent: /in/E34cR: 7 Last Error: Notice: Undefined variable: php_errormsg in /in/E34cR on line 18 none Included Files: /in/E34cR -->
Output for 4.4.2
<!-- Time Taken: 0.16867700s Headers Sent: /in/E34cR: 7 Last Error: Notice: Undefined variable: php_errormsg in /in/E34cR on line 18 none Included Files: /in/E34cR -->
Output for 4.4.1
<!-- Time Taken: 0.16291900s Headers Sent: /in/E34cR: 7 Last Error: Notice: Undefined variable: php_errormsg in /in/E34cR on line 18 none Included Files: /in/E34cR -->
Output for 4.4.0
<!-- Time Taken: 0.16731600s Headers Sent: /in/E34cR: 7 Last Error: Notice: Undefined variable: php_errormsg in /in/E34cR on line 18 none Included Files: /in/E34cR -->
Output for 4.3.11
<!-- Time Taken: 0.20446800s Headers Sent: /in/E34cR: 7 Last Error: Notice: Undefined variable: php_errormsg in /in/E34cR on line 18 none Included Files: /in/E34cR -->
Output for 4.3.10
<!-- Time Taken: 0.19494800s Headers Sent: /in/E34cR: 7 Last Error: Notice: Undefined variable: php_errormsg in /in/E34cR on line 18 none Included Files: /in/E34cR -->
Output for 4.3.9
<!-- Time Taken: -0.79127900s Headers Sent: /in/E34cR: 7 Last Error: Notice: Undefined variable: php_errormsg in /in/E34cR on line 18 none Included Files: /in/E34cR -->
Output for 4.3.8
<!-- Time Taken: -0.78467100s Headers Sent: /in/E34cR: 7 Last Error: Notice: Undefined variable: php_errormsg in /in/E34cR on line 18 none Included Files: /in/E34cR -->
Output for 4.3.7
<!-- Time Taken: 0.22442500s Headers Sent: /in/E34cR: 7 Last Error: Notice: Undefined variable: php_errormsg in /in/E34cR on line 18 none Included Files: /in/E34cR -->
Output for 4.3.6
<!-- Time Taken: 0.16885200s Headers Sent: /in/E34cR: 7 Last Error: Notice: Undefined variable: php_errormsg in /in/E34cR on line 18 none Included Files: /in/E34cR -->
Output for 4.3.5
<!-- Time Taken: -0.80635800s Headers Sent: /in/E34cR: 7 Last Error: Notice: Undefined variable: php_errormsg in /in/E34cR on line 18 none Included Files: /in/E34cR -->
Output for 4.3.4
<!-- Time Taken: 0.16979200s Headers Sent: /in/E34cR: 7 Last Error: Notice: Undefined variable: php_errormsg in /in/E34cR on line 18 none Included Files: /in/E34cR -->
Output for 4.3.3
<!-- Time Taken: 0.21202600s Headers Sent: /in/E34cR: 7 Last Error: Notice: Undefined variable: php_errormsg in /in/E34cR on line 18 none Included Files: /in/E34cR -->
Output for 4.3.2
<!-- Time Taken: -0.80252700s Headers Sent: /in/E34cR: 7 Last Error: Notice: Undefined variable: php_errormsg in /in/E34cR on line 18 none Included Files: /in/E34cR -->
Output for 4.3.1
<!-- Time Taken: 0.19072700s Headers Sent: /in/E34cR: 7 Last Error: Notice: Undefined variable: php_errormsg in /in/E34cR on line 18 none Included Files: /in/E34cR -->
Output for 4.3.0
<!-- Time Taken: 0.22233700s Headers Sent: /in/E34cR: 7 Last Error: Notice: Undefined variable: php_errormsg in /in/E34cR on line 18 none Included Files: /in/E34cR -->

preferences:
153.81 ms | 402 KiB | 192 Q