3v4l.org

run code in 300+ PHP versions simultaneously
<?php function benchmark(callable $function, $args=null, $count=1) { $time = microtime(1); for($i=0; $i<$count; $i++) { $result = is_array($args)? call_user_func_array($function, $args): call_user_func_array($function); } return array( 'total_time' => microtime(1) - $time, 'average_time' => (microtime(1) - $time)/$count, 'count' => $count ); } function p($string) { print_r($string . "<br>"); } var_dump(benchmark('p', array('test',1E4))); gc_collect_cycles(); var_dump(benchmark('p', array('test',1E3)));
Output for 7.2.0
test<br>array(3) { ["total_time"]=> float(2.1934509277344E-5) ["average_time"]=> float(2.598762512207E-5) ["count"]=> int(1) } test<br>array(3) { ["total_time"]=> float(2.8610229492188E-6) ["average_time"]=> float(2.8610229492188E-6) ["count"]=> int(1) }
Output for 7.1.7
test<br>array(3) { ["total_time"]=> float(1.2874603271484E-5) ["average_time"]=> float(1.2874603271484E-5) ["count"]=> int(1) } test<br>array(3) { ["total_time"]=> float(9.5367431640625E-7) ["average_time"]=> float(9.5367431640625E-7) ["count"]=> int(1) }
Output for 7.1.6
test<br>array(3) { ["total_time"]=> float(3.4093856811523E-5) ["average_time"]=> float(3.504753112793E-5) ["count"]=> int(1) } test<br>array(3) { ["total_time"]=> float(5.0067901611328E-6) ["average_time"]=> float(5.0067901611328E-6) ["count"]=> int(1) }
Output for 7.1.5
test<br>array(3) { ["total_time"]=> float(3.1948089599609E-5) ["average_time"]=> float(3.3140182495117E-5) ["count"]=> int(1) } test<br>array(3) { ["total_time"]=> float(1.9073486328125E-6) ["average_time"]=> float(2.8610229492188E-6) ["count"]=> int(1) }
Output for 7.1.0
test<br>array(3) { ["total_time"]=> float(2.0027160644531E-5) ["average_time"]=> float(2.0980834960938E-5) ["count"]=> int(1) } test<br>array(3) { ["total_time"]=> float(8.8214874267578E-6) ["average_time"]=> float(1.0013580322266E-5) ["count"]=> int(1) }
Output for 7.0.20
test<br>array(3) { ["total_time"]=> float(2.2172927856445E-5) ["average_time"]=> float(2.3126602172852E-5) ["count"]=> int(1) } test<br>array(3) { ["total_time"]=> float(2.1457672119141E-6) ["average_time"]=> float(2.1457672119141E-6) ["count"]=> int(1) }
Output for 7.0.14
test<br>array(3) { ["total_time"]=> float(1.8835067749023E-5) ["average_time"]=> float(2.0027160644531E-5) ["count"]=> int(1) } test<br>array(3) { ["total_time"]=> float(1.0013580322266E-5) ["average_time"]=> float(1.0013580322266E-5) ["count"]=> int(1) }
Output for 7.0.6
test<br>array(3) { ["total_time"]=> float(1.7166137695312E-5) ["average_time"]=> float(1.8119812011719E-5) ["count"]=> int(1) } test<br>array(3) { ["total_time"]=> float(9.5367431640625E-7) ["average_time"]=> float(9.5367431640625E-7) ["count"]=> int(1) }
Output for 7.0.5
test<br>array(3) { ["total_time"]=> float(1.5020370483398E-5) ["average_time"]=> float(1.5974044799805E-5) ["count"]=> int(1) } test<br>array(3) { ["total_time"]=> float(9.5367431640625E-7) ["average_time"]=> float(9.5367431640625E-7) ["count"]=> int(1) }
Output for 7.0.4
test<br>array(3) { ["total_time"]=> float(1.9073486328125E-5) ["average_time"]=> float(2.0027160644531E-5) ["count"]=> int(1) } test<br>array(3) { ["total_time"]=> float(2.1457672119141E-6) ["average_time"]=> float(2.1457672119141E-6) ["count"]=> int(1) }
Output for 7.0.3
test<br>array(3) { ["total_time"]=> float(1.4066696166992E-5) ["average_time"]=> float(1.5020370483398E-5) ["count"]=> int(1) } test<br>array(3) { ["total_time"]=> float(9.5367431640625E-7) ["average_time"]=> float(9.5367431640625E-7) ["count"]=> int(1) }
Output for 7.0.2
test<br>array(3) { ["total_time"]=> float(2.3126602172852E-5) ["average_time"]=> float(2.4080276489258E-5) ["count"]=> int(1) } test<br>array(3) { ["total_time"]=> float(9.5367431640625E-7) ["average_time"]=> float(1.9073486328125E-6) ["count"]=> int(1) }
Output for 5.6.19, 7.0.1
test<br>array(3) { ["total_time"]=> float(1.9073486328125E-5) ["average_time"]=> float(2.0027160644531E-5) ["count"]=> int(1) } test<br>array(3) { ["total_time"]=> float(3.0994415283203E-6) ["average_time"]=> float(3.0994415283203E-6) ["count"]=> int(1) }
Output for 7.0.0
test<br>array(3) { ["total_time"]=> float(1.8835067749023E-5) ["average_time"]=> float(1.978874206543E-5) ["count"]=> int(1) } test<br>array(3) { ["total_time"]=> float(1.9073486328125E-6) ["average_time"]=> float(1.9073486328125E-6) ["count"]=> int(1) }
Output for 5.6.28
test<br>array(3) { ["total_time"]=> float(2.4080276489258E-5) ["average_time"]=> float(2.5033950805664E-5) ["count"]=> int(1) } test<br>array(3) { ["total_time"]=> float(4.7683715820312E-6) ["average_time"]=> float(4.7683715820312E-6) ["count"]=> int(1) }
Output for 5.6.21
test<br>array(3) { ["total_time"]=> float(2.3841857910156E-5) ["average_time"]=> float(2.4795532226562E-5) ["count"]=> int(1) } test<br>array(3) { ["total_time"]=> float(3.0994415283203E-6) ["average_time"]=> float(4.0531158447266E-6) ["count"]=> int(1) }
Output for 5.6.20
test<br>array(3) { ["total_time"]=> float(2.288818359375E-5) ["average_time"]=> float(2.3841857910156E-5) ["count"]=> int(1) } test<br>array(3) { ["total_time"]=> float(5.0067901611328E-6) ["average_time"]=> float(5.0067901611328E-6) ["count"]=> int(1) }
Output for 5.6.18
test<br>array(3) { ["total_time"]=> float(1.3113021850586E-5) ["average_time"]=> float(1.4066696166992E-5) ["count"]=> int(1) } test<br>array(3) { ["total_time"]=> float(2.1457672119141E-6) ["average_time"]=> float(3.0994415283203E-6) ["count"]=> int(1) }
Output for 5.6.17
test<br>array(3) { ["total_time"]=> float(2.288818359375E-5) ["average_time"]=> float(2.3841857910156E-5) ["count"]=> int(1) } test<br>array(3) { ["total_time"]=> float(4.0531158447266E-6) ["average_time"]=> float(4.0531158447266E-6) ["count"]=> int(1) }
Output for 5.6.16
test<br>array(3) { ["total_time"]=> float(1.5974044799805E-5) ["average_time"]=> float(1.6927719116211E-5) ["count"]=> int(1) } test<br>array(3) { ["total_time"]=> float(1.9073486328125E-6) ["average_time"]=> float(1.9073486328125E-6) ["count"]=> int(1) }
Output for 5.6.15
test<br>array(3) { ["total_time"]=> float(2.0027160644531E-5) ["average_time"]=> float(2.0980834960938E-5) ["count"]=> int(1) } test<br>array(3) { ["total_time"]=> float(2.1457672119141E-6) ["average_time"]=> float(3.0994415283203E-6) ["count"]=> int(1) }
Output for 5.4.45, 5.6.14
test<br>array(3) { ["total_time"]=> float(1.8119812011719E-5) ["average_time"]=> float(1.9073486328125E-5) ["count"]=> int(1) } test<br>array(3) { ["total_time"]=> float(1.9073486328125E-6) ["average_time"]=> float(1.9073486328125E-6) ["count"]=> int(1) }
Output for 5.6.13
test<br>array(3) { ["total_time"]=> float(2.0027160644531E-5) ["average_time"]=> float(2.0980834960938E-5) ["count"]=> int(1) } test<br>array(3) { ["total_time"]=> float(1.9073486328125E-6) ["average_time"]=> float(2.8610229492188E-6) ["count"]=> int(1) }
Output for 5.6.12
test<br>array(3) { ["total_time"]=> float(1.9073486328125E-5) ["average_time"]=> float(2.0027160644531E-5) ["count"]=> int(1) } test<br>array(3) { ["total_time"]=> float(1.9073486328125E-6) ["average_time"]=> float(2.8610229492188E-6) ["count"]=> int(1) }
Output for 5.6.11
test<br>array(3) { ["total_time"]=> float(2.0980834960938E-5) ["average_time"]=> float(2.3126602172852E-5) ["count"]=> int(1) } test<br>array(3) { ["total_time"]=> float(5.0067901611328E-6) ["average_time"]=> float(5.9604644775391E-6) ["count"]=> int(1) }
Output for 5.6.10
test<br>array(3) { ["total_time"]=> float(2.4080276489258E-5) ["average_time"]=> float(2.5033950805664E-5) ["count"]=> int(1) } test<br>array(3) { ["total_time"]=> float(5.9604644775391E-6) ["average_time"]=> float(7.1525573730469E-6) ["count"]=> int(1) }
Output for 5.6.9
test<br>array(3) { ["total_time"]=> float(2.6941299438477E-5) ["average_time"]=> float(2.9087066650391E-5) ["count"]=> int(1) } test<br>array(3) { ["total_time"]=> float(3.0994415283203E-6) ["average_time"]=> float(4.0531158447266E-6) ["count"]=> int(1) }
Output for 5.6.8
test<br>array(3) { ["total_time"]=> float(1.9073486328125E-5) ["average_time"]=> float(2.0027160644531E-5) ["count"]=> int(1) } test<br>array(3) { ["total_time"]=> float(2.1457672119141E-6) ["average_time"]=> float(3.0994415283203E-6) ["count"]=> int(1) }
Output for 5.6.7
test<br>array(3) { ["total_time"]=> float(2.0027160644531E-5) ["average_time"]=> float(2.0980834960938E-5) ["count"]=> int(1) } test<br>array(3) { ["total_time"]=> float(3.0994415283203E-6) ["average_time"]=> float(4.0531158447266E-6) ["count"]=> int(1) }
Output for 5.5.35
test<br>array(3) { ["total_time"]=> float(2.4080276489258E-5) ["average_time"]=> float(2.5033950805664E-5) ["count"]=> int(1) } test<br>array(3) { ["total_time"]=> float(5.9604644775391E-6) ["average_time"]=> float(6.9141387939453E-6) ["count"]=> int(1) }
Output for 5.5.34
test<br>array(3) { ["total_time"]=> float(1.5020370483398E-5) ["average_time"]=> float(1.5974044799805E-5) ["count"]=> int(1) } test<br>array(3) { ["total_time"]=> float(2.1457672119141E-6) ["average_time"]=> float(2.1457672119141E-6) ["count"]=> int(1) }
Output for 5.5.33
test<br>array(3) { ["total_time"]=> float(2.4080276489258E-5) ["average_time"]=> float(2.5033950805664E-5) ["count"]=> int(1) } test<br>array(3) { ["total_time"]=> float(3.0994415283203E-6) ["average_time"]=> float(3.0994415283203E-6) ["count"]=> int(1) }
Output for 5.5.32
test<br>array(3) { ["total_time"]=> float(1.8119812011719E-5) ["average_time"]=> float(1.9073486328125E-5) ["count"]=> int(1) } test<br>array(3) { ["total_time"]=> float(2.8610229492188E-6) ["average_time"]=> float(2.8610229492188E-6) ["count"]=> int(1) }
Output for 5.5.31
test<br>array(3) { ["total_time"]=> float(2.3126602172852E-5) ["average_time"]=> float(2.5033950805664E-5) ["count"]=> int(1) } test<br>array(3) { ["total_time"]=> float(3.814697265625E-6) ["average_time"]=> float(3.814697265625E-6) ["count"]=> int(1) }
Output for 5.5.30
test<br>array(3) { ["total_time"]=> float(2.3841857910156E-5) ["average_time"]=> float(2.598762512207E-5) ["count"]=> int(1) } test<br>array(3) { ["total_time"]=> float(3.0994415283203E-6) ["average_time"]=> float(4.0531158447266E-6) ["count"]=> int(1) }
Output for 5.5.29
test<br>array(3) { ["total_time"]=> float(1.6927719116211E-5) ["average_time"]=> float(1.7881393432617E-5) ["count"]=> int(1) } test<br>array(3) { ["total_time"]=> float(2.1457672119141E-6) ["average_time"]=> float(2.1457672119141E-6) ["count"]=> int(1) }
Output for 5.5.28
test<br>array(3) { ["total_time"]=> float(2.5033950805664E-5) ["average_time"]=> float(2.598762512207E-5) ["count"]=> int(1) } test<br>array(3) { ["total_time"]=> float(1.2874603271484E-5) ["average_time"]=> float(1.2874603271484E-5) ["count"]=> int(1) }
Output for 5.5.27
test<br>array(3) { ["total_time"]=> float(1.9073486328125E-5) ["average_time"]=> float(2.0027160644531E-5) ["count"]=> int(1) } test<br>array(3) { ["total_time"]=> float(2.8610229492188E-6) ["average_time"]=> float(4.0531158447266E-6) ["count"]=> int(1) }
Output for 5.5.26
test<br>array(3) { ["total_time"]=> float(1.9073486328125E-5) ["average_time"]=> float(2.0027160644531E-5) ["count"]=> int(1) } test<br>array(3) { ["total_time"]=> float(5.0067901611328E-6) ["average_time"]=> float(5.0067901611328E-6) ["count"]=> int(1) }
Output for 5.5.25
test<br>array(3) { ["total_time"]=> float(2.2172927856445E-5) ["average_time"]=> float(2.3126602172852E-5) ["count"]=> int(1) } test<br>array(3) { ["total_time"]=> float(3.0994415283203E-6) ["average_time"]=> float(4.0531158447266E-6) ["count"]=> int(1) }
Output for 5.5.24
test<br>array(3) { ["total_time"]=> float(1.6927719116211E-5) ["average_time"]=> float(1.9073486328125E-5) ["count"]=> int(1) } test<br>array(3) { ["total_time"]=> float(4.0531158447266E-6) ["average_time"]=> float(4.0531158447266E-6) ["count"]=> int(1) }
Output for 5.4.44
test<br>array(3) { ["total_time"]=> float(0.00011396408081055) ["average_time"]=> float(0.00011682510375977) ["count"]=> int(1) } test<br>array(3) { ["total_time"]=> float(4.0054321289062E-5) ["average_time"]=> float(4.1961669921875E-5) ["count"]=> int(1) }
Output for 5.4.43
test<br>array(3) { ["total_time"]=> float(0.00011301040649414) ["average_time"]=> float(0.00011706352233887) ["count"]=> int(1) } test<br>array(3) { ["total_time"]=> float(1.8119812011719E-5) ["average_time"]=> float(2.0027160644531E-5) ["count"]=> int(1) }
Output for 5.4.42
test<br>array(3) { ["total_time"]=> float(0.00012898445129395) ["average_time"]=> float(0.00013208389282227) ["count"]=> int(1) } test<br>array(3) { ["total_time"]=> float(1.8119812011719E-5) ["average_time"]=> float(1.9073486328125E-5) ["count"]=> int(1) }
Output for 5.4.41
test<br>array(3) { ["total_time"]=> float(5.1975250244141E-5) ["average_time"]=> float(5.2928924560547E-5) ["count"]=> int(1) } test<br>array(3) { ["total_time"]=> float(5.5074691772461E-5) ["average_time"]=> float(5.6028366088867E-5) ["count"]=> int(1) }
Output for 5.4.40
test<br>array(3) { ["total_time"]=> float(9.4890594482422E-5) ["average_time"]=> float(9.7990036010742E-5) ["count"]=> int(1) } test<br>array(3) { ["total_time"]=> float(1.5974044799805E-5) ["average_time"]=> float(1.6927719116211E-5) ["count"]=> int(1) }
Output for 5.4.39
test<br>array(3) { ["total_time"]=> float(4.887580871582E-5) ["average_time"]=> float(5.1021575927734E-5) ["count"]=> int(1) } test<br>array(3) { ["total_time"]=> float(5.0067901611328E-6) ["average_time"]=> float(5.0067901611328E-6) ["count"]=> int(1) }
Output for 5.4.38
test<br>array(3) { ["total_time"]=> float(0.00012707710266113) ["average_time"]=> float(0.00012993812561035) ["count"]=> int(1) } test<br>array(3) { ["total_time"]=> float(2.9087066650391E-5) ["average_time"]=> float(3.0994415283203E-5) ["count"]=> int(1) }
Output for 5.4.37
test<br>array(3) { ["total_time"]=> float(5.1975250244141E-5) ["average_time"]=> float(5.3882598876953E-5) ["count"]=> int(1) } test<br>array(3) { ["total_time"]=> float(4.0531158447266E-6) ["average_time"]=> float(5.0067901611328E-6) ["count"]=> int(1) }
Output for 5.4.36
test<br>array(3) { ["total_time"]=> float(0.00016093254089355) ["average_time"]=> float(0.00016403198242188) ["count"]=> int(1) } test<br>array(3) { ["total_time"]=> float(3.0994415283203E-5) ["average_time"]=> float(3.2901763916016E-5) ["count"]=> int(1) }
Output for 5.4.35
test<br>array(3) { ["total_time"]=> float(0.00010895729064941) ["average_time"]=> float(0.00011205673217773) ["count"]=> int(1) } test<br>array(3) { ["total_time"]=> float(1.6927719116211E-5) ["average_time"]=> float(1.9073486328125E-5) ["count"]=> int(1) }
Output for 5.4.34
test<br>array(3) { ["total_time"]=> float(0.0055611133575439) ["average_time"]=> float(0.0055651664733887) ["count"]=> int(1) } test<br>array(3) { ["total_time"]=> float(2.0027160644531E-5) ["average_time"]=> float(2.1934509277344E-5) ["count"]=> int(1) }
Output for 5.4.32
test<br>array(3) { ["total_time"]=> float(4.9114227294922E-5) ["average_time"]=> float(5.0067901611328E-5) ["count"]=> int(1) } test<br>array(3) { ["total_time"]=> float(1.0013580322266E-5) ["average_time"]=> float(1.0967254638672E-5) ["count"]=> int(1) }
Output for 5.4.31
test<br>array(3) { ["total_time"]=> float(5.1975250244141E-5) ["average_time"]=> float(5.3882598876953E-5) ["count"]=> int(1) } test<br>array(3) { ["total_time"]=> float(1.0013580322266E-5) ["average_time"]=> float(1.0967254638672E-5) ["count"]=> int(1) }
Output for 5.4.30
test<br>array(3) { ["total_time"]=> float(4.6968460083008E-5) ["average_time"]=> float(4.7922134399414E-5) ["count"]=> int(1) } test<br>array(3) { ["total_time"]=> float(1.1920928955078E-5) ["average_time"]=> float(1.1920928955078E-5) ["count"]=> int(1) }
Output for 5.4.29
test<br>array(3) { ["total_time"]=> float(5.1975250244141E-5) ["average_time"]=> float(5.2928924560547E-5) ["count"]=> int(1) } test<br>array(3) { ["total_time"]=> float(2.0980834960938E-5) ["average_time"]=> float(2.2172927856445E-5) ["count"]=> int(1) }
Output for 5.4.28
test<br>array(3) { ["total_time"]=> float(7.2002410888672E-5) ["average_time"]=> float(7.3909759521484E-5) ["count"]=> int(1) } test<br>array(3) { ["total_time"]=> float(1.3113021850586E-5) ["average_time"]=> float(1.4066696166992E-5) ["count"]=> int(1) }
Output for 5.4.27
test<br>array(3) { ["total_time"]=> float(8.2969665527344E-5) ["average_time"]=> float(8.5115432739258E-5) ["count"]=> int(1) } test<br>array(3) { ["total_time"]=> float(1.4066696166992E-5) ["average_time"]=> float(1.5020370483398E-5) ["count"]=> int(1) }
Output for 5.4.26
test<br>array(3) { ["total_time"]=> float(9.2029571533203E-5) ["average_time"]=> float(9.2983245849609E-5) ["count"]=> int(1) } test<br>array(3) { ["total_time"]=> float(1.1920928955078E-5) ["average_time"]=> float(1.3113021850586E-5) ["count"]=> int(1) }
Output for 5.4.25
test<br>array(3) { ["total_time"]=> float(6.2942504882812E-5) ["average_time"]=> float(6.3896179199219E-5) ["count"]=> int(1) } test<br>array(3) { ["total_time"]=> float(1.1920928955078E-5) ["average_time"]=> float(1.1920928955078E-5) ["count"]=> int(1) }
Output for 5.4.24
test<br>array(3) { ["total_time"]=> float(6.3896179199219E-5) ["average_time"]=> float(6.5088272094727E-5) ["count"]=> int(1) } test<br>array(3) { ["total_time"]=> float(1.3113021850586E-5) ["average_time"]=> float(1.3113021850586E-5) ["count"]=> int(1) }
Output for 5.4.23
test<br>array(3) { ["total_time"]=> float(7.1048736572266E-5) ["average_time"]=> float(7.2002410888672E-5) ["count"]=> int(1) } test<br>array(3) { ["total_time"]=> float(2.1934509277344E-5) ["average_time"]=> float(2.3126602172852E-5) ["count"]=> int(1) }
Output for 5.4.22
test<br>array(3) { ["total_time"]=> float(6.6995620727539E-5) ["average_time"]=> float(6.8187713623047E-5) ["count"]=> int(1) } test<br>array(3) { ["total_time"]=> float(1.215934753418E-5) ["average_time"]=> float(1.5974044799805E-5) ["count"]=> int(1) }
Output for 5.4.21
test<br>array(3) { ["total_time"]=> float(7.2002410888672E-5) ["average_time"]=> float(7.3909759521484E-5) ["count"]=> int(1) } test<br>array(3) { ["total_time"]=> float(2.1219253540039E-5) ["average_time"]=> float(2.2172927856445E-5) ["count"]=> int(1) }
Output for 5.4.20
test<br>array(3) { ["total_time"]=> float(6.1988830566406E-5) ["average_time"]=> float(6.2942504882812E-5) ["count"]=> int(1) } test<br>array(3) { ["total_time"]=> float(1.1920928955078E-5) ["average_time"]=> float(1.1920928955078E-5) ["count"]=> int(1) }
Output for 5.4.19
test<br>array(3) { ["total_time"]=> float(3.9100646972656E-5) ["average_time"]=> float(4.1007995605469E-5) ["count"]=> int(1) } test<br>array(3) { ["total_time"]=> float(4.0531158447266E-6) ["average_time"]=> float(4.0531158447266E-6) ["count"]=> int(1) }
Output for 5.4.18
test<br>array(3) { ["total_time"]=> float(7.2956085205078E-5) ["average_time"]=> float(7.3909759521484E-5) ["count"]=> int(1) } test<br>array(3) { ["total_time"]=> float(1.1920928955078E-5) ["average_time"]=> float(1.3113021850586E-5) ["count"]=> int(1) }
Output for 5.4.17
test<br>array(3) { ["total_time"]=> float(6.413459777832E-5) ["average_time"]=> float(6.5088272094727E-5) ["count"]=> int(1) } test<br>array(3) { ["total_time"]=> float(1.5020370483398E-5) ["average_time"]=> float(1.5020370483398E-5) ["count"]=> int(1) }
Output for 5.4.16
test<br>array(3) { ["total_time"]=> float(6.0081481933594E-5) ["average_time"]=> float(6.103515625E-5) ["count"]=> int(1) } test<br>array(3) { ["total_time"]=> float(1.8835067749023E-5) ["average_time"]=> float(2.0980834960938E-5) ["count"]=> int(1) }
Output for 5.4.15
test<br>array(3) { ["total_time"]=> float(6.2942504882812E-5) ["average_time"]=> float(6.4849853515625E-5) ["count"]=> int(1) } test<br>array(3) { ["total_time"]=> float(2.0027160644531E-5) ["average_time"]=> float(2.1219253540039E-5) ["count"]=> int(1) }
Output for 5.4.14
test<br>array(3) { ["total_time"]=> float(6.5088272094727E-5) ["average_time"]=> float(6.6041946411133E-5) ["count"]=> int(1) } test<br>array(3) { ["total_time"]=> float(1.6927719116211E-5) ["average_time"]=> float(1.8119812011719E-5) ["count"]=> int(1) }
Output for 5.4.13
test<br>array(3) { ["total_time"]=> float(7.7009201049805E-5) ["average_time"]=> float(7.7009201049805E-5) ["count"]=> int(1) } test<br>array(3) { ["total_time"]=> float(1.1920928955078E-5) ["average_time"]=> float(1.2874603271484E-5) ["count"]=> int(1) }
Output for 5.4.12
test<br>array(3) { ["total_time"]=> float(6.6995620727539E-5) ["average_time"]=> float(6.9856643676758E-5) ["count"]=> int(1) } test<br>array(3) { ["total_time"]=> float(1.3113021850586E-5) ["average_time"]=> float(1.4066696166992E-5) ["count"]=> int(1) }
Output for 5.4.11
test<br>array(3) { ["total_time"]=> float(0.00011801719665527) ["average_time"]=> float(0.00011992454528809) ["count"]=> int(1) } test<br>array(3) { ["total_time"]=> float(3.7908554077148E-5) ["average_time"]=> float(3.8862228393555E-5) ["count"]=> int(1) }
Output for 5.4.10
test<br>array(3) { ["total_time"]=> float(3.2901763916016E-5) ["average_time"]=> float(3.3855438232422E-5) ["count"]=> int(1) } test<br>array(3) { ["total_time"]=> float(3.814697265625E-6) ["average_time"]=> float(3.814697265625E-6) ["count"]=> int(1) }
Output for 5.4.9
test<br>array(3) { ["total_time"]=> float(5.9843063354492E-5) ["average_time"]=> float(6.1988830566406E-5) ["count"]=> int(1) } test<br>array(3) { ["total_time"]=> float(1.1920928955078E-5) ["average_time"]=> float(1.2874603271484E-5) ["count"]=> int(1) }
Output for 5.4.8
test<br>array(3) { ["total_time"]=> float(6.7949295043945E-5) ["average_time"]=> float(7.0095062255859E-5) ["count"]=> int(1) } test<br>array(3) { ["total_time"]=> float(1.2874603271484E-5) ["average_time"]=> float(1.2874603271484E-5) ["count"]=> int(1) }
Output for 5.4.7
test<br>array(3) { ["total_time"]=> float(3.504753112793E-5) ["average_time"]=> float(3.6954879760742E-5) ["count"]=> int(1) } test<br>array(3) { ["total_time"]=> float(3.0994415283203E-6) ["average_time"]=> float(4.0531158447266E-6) ["count"]=> int(1) }
Output for 5.4.6
test<br>array(3) { ["total_time"]=> float(6.0081481933594E-5) ["average_time"]=> float(6.1988830566406E-5) ["count"]=> int(1) } test<br>array(3) { ["total_time"]=> float(1.1920928955078E-5) ["average_time"]=> float(1.1920928955078E-5) ["count"]=> int(1) }
Output for 5.4.5
test<br>array(3) { ["total_time"]=> float(5.4836273193359E-5) ["average_time"]=> float(5.6982040405273E-5) ["count"]=> int(1) } test<br>array(3) { ["total_time"]=> float(1.215934753418E-5) ["average_time"]=> float(1.215934753418E-5) ["count"]=> int(1) }
Output for 5.4.4
test<br>array(3) { ["total_time"]=> float(7.4148178100586E-5) ["average_time"]=> float(7.4148178100586E-5) ["count"]=> int(1) } test<br>array(3) { ["total_time"]=> float(1.3113021850586E-5) ["average_time"]=> float(1.3113021850586E-5) ["count"]=> int(1) }
Output for 5.4.3
test<br>array(3) { ["total_time"]=> float(7.4863433837891E-5) ["average_time"]=> float(7.7962875366211E-5) ["count"]=> int(1) } test<br>array(3) { ["total_time"]=> float(1.5020370483398E-5) ["average_time"]=> float(1.5974044799805E-5) ["count"]=> int(1) }
Output for 5.4.2
test<br>array(3) { ["total_time"]=> float(0.00014495849609375) ["average_time"]=> float(0.00014710426330566) ["count"]=> int(1) } test<br>array(3) { ["total_time"]=> float(2.0980834960938E-5) ["average_time"]=> float(2.288818359375E-5) ["count"]=> int(1) }
Output for 5.4.1
test<br>array(3) { ["total_time"]=> float(6.1988830566406E-5) ["average_time"]=> float(6.3896179199219E-5) ["count"]=> int(1) } test<br>array(3) { ["total_time"]=> float(2.0027160644531E-5) ["average_time"]=> float(2.0980834960938E-5) ["count"]=> int(1) }
Output for 5.4.0
test<br>array(3) { ["total_time"]=> float(6.6041946411133E-5) ["average_time"]=> float(6.8187713623047E-5) ["count"]=> int(1) } test<br>array(3) { ["total_time"]=> float(1.3113021850586E-5) ["average_time"]=> float(1.4066696166992E-5) ["count"]=> int(1) }
Output for 5.2.0 - 5.2.17, 5.3.0 - 5.3.29
Catchable fatal error: Argument 1 passed to benchmark() must be an instance of callable, string given, called in /in/5kUN6 on line 22 and defined in /in/5kUN6 on line 2
Process exited with code 255.
Output for 5.1.0 - 5.1.6
Fatal error: Argument 1 passed to benchmark() must be an object of class callable, called in /in/5kUN6 on line 22 and defined in /in/5kUN6 on line 2
Process exited with code 255.
Output for 5.0.0 - 5.0.5
Fatal error: Argument 1 must be an object of class callable in /in/5kUN6 on line 2
Process exited with code 255.
Output for 4.4.2 - 4.4.9
Parse error: syntax error, unexpected T_STRING, expecting ')' in /in/5kUN6 on line 2
Process exited with code 255.
Output for 4.3.0 - 4.3.1, 4.3.5 - 4.3.11, 4.4.0 - 4.4.1
Parse error: parse error, unexpected T_STRING, expecting ')' in /in/5kUN6 on line 2
Process exited with code 255.
Output for 4.3.2 - 4.3.4
Parse error: parse error, expecting `')'' in /in/5kUN6 on line 2
Process exited with code 255.

preferences:
134.79 ms | 401 KiB | 175 Q