3v4l.org

run code in 300+ PHP versions simultaneously
<?php $class = 'Concrete5_Controller_Name'; // Let's warm up $i = 0; while(++$i < 100) { if(0) {} } // Test 'else if' $i = 0; $start = microtime(true); while(++$i < 100) { preg_match('/^Concrete5_Model_(.*)/i', $class); preg_match('/^Concrete5_Helper_(.*)/i', $class); preg_match('/^Concrete5_Controller_(.*)/i', $class); } $end = microtime(true); echo "preg_match: ".($end - $start)."\n"; unset($start, $end); // Test 'elseif' $i = 0; $start = microtime(true); while(++$i < 100) { stripos($class, 'Concrete5_Model_'); stripos($class, 'Concrete5_Helper_'); stripos($class, 'Concrete5_Controller_'); } $end = microtime(true); echo "stripos: ".($end - $start);
Output for 7.4.1
preg_match: 0.00020194053649902 stripos: 7.4863433837891E-5
Output for 7.4.0
preg_match: 0.00021696090698242 stripos: 7.7009201049805E-5
Output for 7.3.13
preg_match: 0.00019192695617676 stripos: 6.5088272094727E-5
Output for 7.3.12
preg_match: 0.00019693374633789 stripos: 6.6041946411133E-5
Output for 7.3.11
preg_match: 0.00012397766113281 stripos: 5.1021575927734E-5
Output for 7.3.10
preg_match: 0.00015091896057129 stripos: 7.5101852416992E-5
Output for 7.3.9
preg_match: 0.00014185905456543 stripos: 5.8889389038086E-5
Output for 7.3.8
preg_match: 0.00016999244689941 stripos: 4.1961669921875E-5
Output for 7.3.7
preg_match: 0.00024604797363281 stripos: 6.103515625E-5
Output for 7.3.6
preg_match: 0.00019311904907227 stripos: 8.4877014160156E-5
Output for 7.3.5
preg_match: 0.00018620491027832 stripos: 5.2928924560547E-5
Output for 7.3.4
preg_match: 0.00011396408081055 stripos: 4.1961669921875E-5
Output for 7.3.3
preg_match: 0.00013589859008789 stripos: 4.0054321289062E-5
Output for 7.3.2
preg_match: 0.00017499923706055 stripos: 6.6995620727539E-5
Output for 7.3.1
preg_match: 0.00018692016601562 stripos: 8.1777572631836E-5
Output for 7.3.0
preg_match: 0.00011587142944336 stripos: 4.2915344238281E-5
Output for 7.2.26
preg_match: 0.00019598007202148 stripos: 6.9141387939453E-5
Output for 7.2.25
preg_match: 0.0001828670501709 stripos: 7.1048736572266E-5
Output for 7.2.24
preg_match: 0.00013589859008789 stripos: 4.1961669921875E-5
Output for 7.2.23
preg_match: 0.00011515617370605 stripos: 4.1961669921875E-5
Output for 7.2.22
preg_match: 0.00016999244689941 stripos: 6.2942504882812E-5
Output for 7.2.21
preg_match: 0.00022315979003906 stripos: 0.00010108947753906
Output for 7.2.20
preg_match: 0.00012803077697754 stripos: 5.6982040405273E-5
Output for 7.2.19
preg_match: 0.00011777877807617 stripos: 4.0054321289062E-5
Output for 7.2.13, 7.2.18
preg_match: 0.00011706352233887 stripos: 4.1007995605469E-5
Output for 7.2.17
preg_match: 0.00026416778564453 stripos: 0.00011396408081055
Output for 7.2.16
preg_match: 0.00020599365234375 stripos: 8.6069107055664E-5
Output for 7.2.15
preg_match: 0.00028300285339355 stripos: 0.00011491775512695
Output for 7.2.14
preg_match: 0.00016903877258301 stripos: 8.2969665527344E-5
Output for 7.2.12
preg_match: 0.0001828670501709 stripos: 7.5817108154297E-5
Output for 7.2.11
preg_match: 0.00013303756713867 stripos: 4.7922134399414E-5
Output for 7.2.10
preg_match: 0.00013494491577148 stripos: 5.0067901611328E-5
Output for 7.2.9
preg_match: 0.0001671314239502 stripos: 6.6995620727539E-5
Output for 7.2.8
preg_match: 0.00014305114746094 stripos: 4.2200088500977E-5
Output for 7.2.7
preg_match: 0.00011301040649414 stripos: 4.2915344238281E-5
Output for 7.2.6
preg_match: 0.00011992454528809 stripos: 4.0769577026367E-5
Output for 7.2.5
preg_match: 0.00014209747314453 stripos: 5.2928924560547E-5
Output for 7.2.4
preg_match: 0.00015401840209961 stripos: 5.8889389038086E-5
Output for 7.2.3
preg_match: 0.00018000602722168 stripos: 7.2956085205078E-5
Output for 7.2.2
preg_match: 0.00017809867858887 stripos: 6.6995620727539E-5
Output for 7.2.1
preg_match: 0.00015401840209961 stripos: 6.2942504882812E-5
Output for 7.2.0
preg_match: 0.00017595291137695 stripos: 7.2002410888672E-5
Output for 7.1.33
preg_match: 0.0001370906829834 stripos: 6.7949295043945E-5
Output for 7.1.32
preg_match: 0.0002899169921875 stripos: 0.00016903877258301
Output for 7.1.31
preg_match: 0.00023484230041504 stripos: 0.00013399124145508
Output for 7.1.30
preg_match: 0.0001370906829834 stripos: 6.5803527832031E-5
Output for 7.1.29
preg_match: 0.00014805793762207 stripos: 6.9856643676758E-5
Output for 7.1.28
preg_match: 0.0001678466796875 stripos: 9.3221664428711E-5
Output for 7.1.27
preg_match: 0.00014114379882812 stripos: 6.6995620727539E-5
Output for 7.1.26
preg_match: 0.00021982192993164 stripos: 0.00010299682617188
Output for 7.1.25
preg_match: 0.00025320053100586 stripos: 0.00014090538024902
Output for 7.1.24
preg_match: 0.00027203559875488 stripos: 9.2029571533203E-5
Output for 7.1.23
preg_match: 0.00021100044250488 stripos: 0.00012087821960449
Output for 7.1.22
preg_match: 0.00025200843811035 stripos: 0.00019407272338867
Output for 7.1.21
preg_match: 0.00021791458129883 stripos: 0.00010108947753906
Output for 7.1.20
preg_match: 0.0001530647277832 stripos: 7.319450378418E-5
Output for 7.1.19
preg_match: 0.00013303756713867 stripos: 6.6995620727539E-5
Output for 7.1.18
preg_match: 0.00026607513427734 stripos: 0.00015807151794434
Output for 7.1.17
preg_match: 0.0001530647277832 stripos: 9.8943710327148E-5
Output for 7.1.16
preg_match: 0.00013589859008789 stripos: 7.2002410888672E-5
Output for 7.1.15
preg_match: 0.00023102760314941 stripos: 0.00013494491577148
Output for 7.1.14
preg_match: 0.00015616416931152 stripos: 8.9883804321289E-5
Output for 7.1.13
preg_match: 0.0001521110534668 stripos: 7.8916549682617E-5
Output for 7.1.12
preg_match: 0.00031781196594238 stripos: 0.00017714500427246
Output for 7.1.11
preg_match: 0.0001518726348877 stripos: 7.9870223999023E-5
Output for 7.1.10
preg_match: 0.00021719932556152 stripos: 0.00011181831359863
Output for 7.1.9
preg_match: 0.00016403198242188 stripos: 7.5101852416992E-5
Output for 7.1.8
preg_match: 0.00014090538024902 stripos: 6.6995620727539E-5
Output for 7.1.7
preg_match: 0.00026082992553711 stripos: 0.00013899803161621
Output for 7.1.6
preg_match: 0.00014114379882812 stripos: 6.9856643676758E-5
Output for 7.1.5
preg_match: 0.00024199485778809 stripos: 0.00012707710266113
Output for 7.1.4
preg_match: 0.00017690658569336 stripos: 8.7976455688477E-5
Output for 7.0.4, 7.1.3
preg_match: 0.00014901161193848 stripos: 7.2002410888672E-5
Output for 7.1.2
preg_match: 0.00014281272888184 stripos: 7.0095062255859E-5
Output for 7.1.1
preg_match: 0.00031208992004395 stripos: 0.00018620491027832
Output for 7.1.0
preg_match: 0.00014495849609375 stripos: 7.3909759521484E-5
Output for 7.0.33
preg_match: 0.00030398368835449 stripos: 0.00021219253540039
Output for 7.0.32
preg_match: 0.00026798248291016 stripos: 0.00016999244689941
Output for 7.0.31
preg_match: 0.00014019012451172 stripos: 7.1048736572266E-5
Output for 7.0.30
preg_match: 0.00017189979553223 stripos: 7.2002410888672E-5
Output for 7.0.29
preg_match: 0.00019001960754395 stripos: 0.00011014938354492
Output for 7.0.28
preg_match: 0.00014209747314453 stripos: 7.1048736572266E-5
Output for 7.0.27
preg_match: 0.00022602081298828 stripos: 0.00011301040649414
Output for 7.0.26
preg_match: 0.00020503997802734 stripos: 0.00011706352233887
Output for 7.0.25
preg_match: 0.00021004676818848 stripos: 0.00014686584472656
Output for 7.0.24
preg_match: 0.00025796890258789 stripos: 0.00012493133544922
Output for 7.0.23
preg_match: 0.00014495849609375 stripos: 7.2002410888672E-5
Output for 7.0.22
preg_match: 0.00019598007202148 stripos: 0.00011610984802246
Output for 7.0.21
preg_match: 0.00021481513977051 stripos: 0.00014305114746094
Output for 7.0.20
preg_match: 0.00020813941955566 stripos: 0.00011801719665527
Output for 7.0.19
preg_match: 0.00014781951904297 stripos: 7.4863433837891E-5
Output for 7.0.18
preg_match: 0.00019693374633789 stripos: 0.00011587142944336
Output for 7.0.17
preg_match: 0.00012993812561035 stripos: 7.4863433837891E-5
Output for 7.0.16
preg_match: 0.00022602081298828 stripos: 0.00015401840209961
Output for 7.0.15
preg_match: 0.00023221969604492 stripos: 0.00015902519226074
Output for 7.0.14
preg_match: 0.00026106834411621 stripos: 0.00015592575073242
Output for 7.0.13
preg_match: 0.00019097328186035 stripos: 0.0001060962677002
Output for 7.0.12
preg_match: 0.00014495849609375 stripos: 7.0810317993164E-5
Output for 7.0.11
preg_match: 0.00020313262939453 stripos: 0.00012302398681641
Output for 7.0.10
preg_match: 0.00029921531677246 stripos: 0.00021600723266602
Output for 7.0.9
preg_match: 0.0001380443572998 stripos: 7.7009201049805E-5
Output for 7.0.8
preg_match: 0.00018787384033203 stripos: 0.00010991096496582
Output for 7.0.7
preg_match: 0.00013899803161621 stripos: 7.2956085205078E-5
Output for 7.0.6
preg_match: 0.00015902519226074 stripos: 9.5129013061523E-5
Output for 7.0.5
preg_match: 0.00016999244689941 stripos: 0.00010991096496582
Output for 7.0.3
preg_match: 0.00032496452331543 stripos: 0.00019693374633789
Output for 7.0.2
preg_match: 0.00023603439331055 stripos: 0.00015592575073242
Output for 7.0.1
preg_match: 0.00014185905456543 stripos: 7.1048736572266E-5
Output for 7.0.0
preg_match: 0.00028896331787109 stripos: 0.00016498565673828
Output for 5.6.40
preg_match: 0.00018906593322754 stripos: 0.00010204315185547
Output for 5.6.39
preg_match: 0.00034809112548828 stripos: 0.0001990795135498
Output for 5.6.38
preg_match: 0.00023984909057617 stripos: 0.00012493133544922
Output for 5.6.37
preg_match: 0.00019097328186035 stripos: 0.00010204315185547
Output for 5.6.36
preg_match: 0.00032401084899902 stripos: 0.00018692016601562
Output for 5.6.35
preg_match: 0.00037503242492676 stripos: 0.00019097328186035
Output for 5.6.34
preg_match: 0.00036787986755371 stripos: 0.00018811225891113
Output for 5.6.33
preg_match: 0.00030279159545898 stripos: 0.00018191337585449
Output for 5.6.32
preg_match: 0.00019598007202148 stripos: 9.7036361694336E-5
Output for 5.6.31
preg_match: 0.00019216537475586 stripos: 0.00011205673217773
Output for 5.6.30
preg_match: 0.00035905838012695 stripos: 0.00018882751464844
Output for 5.6.29
preg_match: 0.00032210350036621 stripos: 0.00016403198242188
Output for 5.6.28
preg_match: 0.00019693374633789 stripos: 9.7990036010742E-5
Output for 5.6.27
preg_match: 0.00046300888061523 stripos: 0.00025105476379395
Output for 5.6.26
preg_match: 0.00032305717468262 stripos: 0.00018405914306641
Output for 5.6.25
preg_match: 0.0001981258392334 stripos: 0.00011515617370605
Output for 5.6.24
preg_match: 0.00033187866210938 stripos: 0.00017690658569336
Output for 5.6.23
preg_match: 0.00022101402282715 stripos: 0.00011420249938965
Output for 5.6.22
preg_match: 0.00020813941955566 stripos: 0.0001070499420166
Output for 5.6.21
preg_match: 0.00019407272338867 stripos: 0.00010204315185547
Output for 5.6.20
preg_match: 0.00028300285339355 stripos: 0.0001518726348877
Output for 5.6.19
preg_match: 0.00019216537475586 stripos: 0.00010013580322266
Output for 5.6.18
preg_match: 0.00019502639770508 stripos: 0.00010013580322266
Output for 5.6.17
preg_match: 0.00038003921508789 stripos: 0.00021910667419434
Output for 5.6.16
preg_match: 0.00026416778564453 stripos: 0.00011992454528809
Output for 5.6.15
preg_match: 0.00039410591125488 stripos: 0.00022006034851074
Output for 5.6.14
preg_match: 0.00031805038452148 stripos: 0.00015902519226074
Output for 5.6.13
preg_match: 0.00021481513977051 stripos: 0.00011205673217773
Output for 5.6.12
preg_match: 0.00019693374633789 stripos: 0.00010514259338379
Output for 5.6.11
preg_match: 0.0001978874206543 stripos: 9.7990036010742E-5
Output for 5.6.10
preg_match: 0.00021719932556152 stripos: 0.00011014938354492
Output for 5.6.9
preg_match: 0.00030016899108887 stripos: 0.00011897087097168
Output for 5.6.8
preg_match: 0.00042104721069336 stripos: 0.00023698806762695
Output for 5.6.7
preg_match: 0.00023388862609863 stripos: 0.00012111663818359
Output for 5.6.6
preg_match: 0.00025415420532227 stripos: 0.00015091896057129
Output for 5.6.5
preg_match: 0.00030899047851562 stripos: 0.00017189979553223
Output for 5.6.4
preg_match: 0.00019121170043945 stripos: 0.00010108947753906
Output for 5.6.3
preg_match: 0.0001828670501709 stripos: 0.00010204315185547
Output for 5.6.2
preg_match: 0.00034093856811523 stripos: 0.00019407272338867
Output for 5.6.1
preg_match: 0.00018095970153809 stripos: 0.00010204315185547
Output for 5.6.0
preg_match: 0.00023007392883301 stripos: 0.00012707710266113
Output for 5.5.38
preg_match: 0.00019598007202148 stripos: 9.9897384643555E-5
Output for 5.5.37
preg_match: 0.00020909309387207 stripos: 0.00010800361633301
Output for 5.5.36
preg_match: 0.0002751350402832 stripos: 0.00012588500976562
Output for 5.5.35
preg_match: 0.0003819465637207 stripos: 0.00020694732666016
Output for 5.5.34
preg_match: 0.00019502639770508 stripos: 0.00010180473327637
Output for 5.5.33
preg_match: 0.00019311904907227 stripos: 0.00010299682617188
Output for 5.5.32
preg_match: 0.00019097328186035 stripos: 9.9897384643555E-5
Output for 5.5.31
preg_match: 0.00027585029602051 stripos: 0.00014495849609375
Output for 5.5.30
preg_match: 0.00019216537475586 stripos: 0.00010204315185547
Output for 5.5.29
preg_match: 0.00024104118347168 stripos: 0.00012493133544922
Output for 5.5.28
preg_match: 0.00020694732666016 stripos: 0.00011682510375977
Output for 5.5.27
preg_match: 0.0003819465637207 stripos: 0.00011301040649414
Output for 5.5.26
preg_match: 0.00018787384033203 stripos: 9.9897384643555E-5
Output for 5.5.25
preg_match: 0.00019192695617676 stripos: 0.00010085105895996
Output for 5.5.24
preg_match: 0.00030112266540527 stripos: 0.00016021728515625
Output for 5.5.23
preg_match: 0.00040411949157715 stripos: 0.00021696090698242
Output for 5.4.0, 5.5.22
preg_match: 0.00018310546875 stripos: 9.9897384643555E-5
Output for 5.5.21
preg_match: 0.0002140998840332 stripos: 0.00011706352233887
Output for 5.5.20
preg_match: 0.00019001960754395 stripos: 0.00010108947753906
Output for 5.5.19
preg_match: 0.00018692016601562 stripos: 0.00010895729064941
Output for 5.5.18
preg_match: 0.00030398368835449 stripos: 0.00016689300537109
Output for 5.5.17
preg_match: 0.0003659725189209 stripos: 0.00020217895507812
Output for 5.5.16
preg_match: 0.00023794174194336 stripos: 0.00012707710266113
Output for 5.5.15
preg_match: 0.00018692016601562 stripos: 9.7036361694336E-5
Output for 5.5.14
preg_match: 0.00018095970153809 stripos: 9.6797943115234E-5
Output for 5.5.13
preg_match: 0.00023889541625977 stripos: 0.00013089179992676
Output for 5.5.12
preg_match: 0.00029993057250977 stripos: 0.00017285346984863
Output for 5.5.11
preg_match: 0.00031304359436035 stripos: 0.0001678466796875
Output for 5.5.10
preg_match: 0.00034117698669434 stripos: 0.00019598007202148
Output for 5.5.9
preg_match: 0.00019097328186035 stripos: 0.00010490417480469
Output for 5.5.8
preg_match: 0.00043201446533203 stripos: 0.00022506713867188
Output for 5.5.7
preg_match: 0.00022101402282715 stripos: 9.2983245849609E-5
Output for 5.5.6
preg_match: 0.00032806396484375 stripos: 0.00016498565673828
Output for 5.5.5
preg_match: 0.00027298927307129 stripos: 0.00017404556274414
Output for 5.5.4
preg_match: 0.00022315979003906 stripos: 0.0001060962677002
Output for 5.5.3
preg_match: 0.00019097328186035 stripos: 9.8943710327148E-5
Output for 5.5.2
preg_match: 0.0002598762512207 stripos: 0.00014996528625488
Output for 5.5.1
preg_match: 0.00038814544677734 stripos: 0.00019216537475586
Output for 5.5.0
preg_match: 0.00036501884460449 stripos: 9.7036361694336E-5
Output for 5.4.45
preg_match: 0.00053787231445312 stripos: 0.00010395050048828
Output for 5.4.44
preg_match: 0.00026297569274902 stripos: 0.00014305114746094
Output for 5.4.43
preg_match: 0.00033783912658691 stripos: 0.00010299682617188
Output for 5.4.42
preg_match: 0.00045990943908691 stripos: 0.0002601146697998
Output for 5.4.41
preg_match: 0.00052618980407715 stripos: 0.00028800964355469
Output for 5.4.40
preg_match: 0.00040793418884277 stripos: 0.00021505355834961
Output for 5.4.39
preg_match: 0.00037312507629395 stripos: 0.00021219253540039
Output for 5.4.38
preg_match: 0.00040817260742188 stripos: 0.00022697448730469
Output for 5.4.37
preg_match: 0.00019192695617676 stripos: 9.7036361694336E-5
Output for 5.4.36
preg_match: 0.00030398368835449 stripos: 0.00016212463378906
Output for 5.4.35
preg_match: 0.00019407272338867 stripos: 0.00010108947753906
Output for 5.4.34
preg_match: 0.00030398368835449 stripos: 0.00017499923706055
Output for 5.4.33
preg_match: 0.00051093101501465 stripos: 0.0002739429473877
Output for 5.4.32
preg_match: 0.00023484230041504 stripos: 0.00012612342834473
Output for 5.4.31
preg_match: 0.00022792816162109 stripos: 0.00011706352233887
Output for 5.4.30
preg_match: 0.00045609474182129 stripos: 0.00025296211242676
Output for 5.4.29
preg_match: 0.00024294853210449 stripos: 0.00013208389282227
Output for 5.4.28
preg_match: 0.00023508071899414 stripos: 9.7036361694336E-5
Output for 5.4.27
preg_match: 0.00034999847412109 stripos: 0.00019216537475586
Output for 5.4.26
preg_match: 0.00024604797363281 stripos: 0.00015902519226074
Output for 5.4.25
preg_match: 0.00020194053649902 stripos: 0.00010895729064941
Output for 5.4.24
preg_match: 0.0003199577331543 stripos: 0.00017690658569336
Output for 5.4.23
preg_match: 0.00046300888061523 stripos: 0.0002751350402832
Output for 5.4.22
preg_match: 0.00045680999755859 stripos: 0.00025105476379395
Output for 5.4.21
preg_match: 0.00026702880859375 stripos: 0.0001680850982666
Output for 5.4.20
preg_match: 0.00042319297790527 stripos: 0.0002288818359375
Output for 5.4.19
preg_match: 0.00028586387634277 stripos: 0.00015711784362793
Output for 5.4.18
preg_match: 0.00034308433532715 stripos: 0.00021004676818848
Output for 5.4.17
preg_match: 0.00049901008605957 stripos: 0.00029492378234863
Output for 5.4.16
preg_match: 0.00034284591674805 stripos: 0.00017094612121582
Output for 5.4.15
preg_match: 0.00045394897460938 stripos: 0.00010204315185547
Output for 5.4.14
preg_match: 0.00019001960754395 stripos: 0.00010204315185547
Output for 5.4.13
preg_match: 0.00049901008605957 stripos: 0.00028491020202637
Output for 5.4.12
preg_match: 0.00019502639770508 stripos: 0.00011610984802246
Output for 5.4.11
preg_match: 0.00036787986755371 stripos: 0.00020694732666016
Output for 5.4.10
preg_match: 0.00043916702270508 stripos: 0.00024604797363281
Output for 5.4.9
preg_match: 0.00027108192443848 stripos: 0.00014805793762207
Output for 5.4.8
preg_match: 0.0004889965057373 stripos: 0.0002751350402832
Output for 5.4.7
preg_match: 0.00018405914306641 stripos: 0.00010299682617188
Output for 5.4.6
preg_match: 0.00027108192443848 stripos: 0.00015807151794434
Output for 5.4.5
preg_match: 0.00027608871459961 stripos: 0.00014781951904297
Output for 5.4.4
preg_match: 0.00026893615722656 stripos: 0.00019598007202148
Output for 5.4.3
preg_match: 0.00028204917907715 stripos: 0.00016093254089355
Output for 5.4.2
preg_match: 0.00044488906860352 stripos: 0.00030803680419922
Output for 5.4.1
preg_match: 0.00031304359436035 stripos: 0.00021505355834961
Output for 5.3.29
preg_match: 0.00016117095947266 stripos: 0.00015783309936523
Output for 5.3.28
preg_match: 0.00014019012451172 stripos: 0.0001380443572998
Output for 5.3.27
preg_match: 0.00066399574279785 stripos: 0.00032901763916016
Output for 5.3.26
preg_match: 0.0003821849822998 stripos: 0.00028896331787109
Output for 5.3.25
preg_match: 0.00040102005004883 stripos: 0.00011992454528809
Output for 5.3.24
preg_match: 0.00013017654418945 stripos: 0.0001370906829834
Output for 5.3.23
preg_match: 0.0002281665802002 stripos: 0.00019693374633789
Output for 5.3.22
preg_match: 0.00042510032653809 stripos: 0.00043201446533203
Output for 5.3.21
preg_match: 0.00060820579528809 stripos: 0.00040102005004883
Output for 5.3.20
preg_match: 0.00015521049499512 stripos: 0.0001521110534668
Output for 5.3.19
preg_match: 0.00026106834411621 stripos: 0.00022506713867188
Output for 5.3.18
preg_match: 0.00034618377685547 stripos: 0.00026297569274902
Output for 5.3.17
preg_match: 0.00011110305786133 stripos: 0.00012302398681641
Output for 5.3.16
preg_match: 0.00030016899108887 stripos: 0.00020694732666016
Output for 5.3.15
preg_match: 0.00023818016052246 stripos: 0.00020003318786621
Output for 5.3.14
preg_match: 0.00040102005004883 stripos: 0.00031709671020508
Output for 5.3.13
preg_match: 0.00037217140197754 stripos: 0.00030899047851562
Output for 5.3.12
preg_match: 0.00023913383483887 stripos: 0.00015401840209961
Output for 5.3.11
preg_match: 0.00046110153198242 stripos: 0.00033283233642578
Output for 5.3.10
preg_match: 0.00021219253540039 stripos: 0.00019598007202148
Output for 5.3.9
preg_match: 0.00027298927307129 stripos: 0.00022292137145996
Output for 5.3.8
preg_match: 0.00030016899108887 stripos: 0.00023198127746582
Output for 5.3.7
preg_match: 0.00014209747314453 stripos: 0.00014114379882812
Output for 5.3.6
preg_match: 0.00043606758117676 stripos: 0.00030708312988281
Output for 5.3.5
preg_match: 0.0001220703125 stripos: 0.00012993812561035
Output for 5.3.4
preg_match: 0.00020909309387207 stripos: 0.00022101402282715
Output for 5.3.3
preg_match: 0.00025701522827148 stripos: 0.0001521110534668
Output for 5.3.2
preg_match: 0.00032615661621094 stripos: 0.00022387504577637
Output for 5.3.1
preg_match: 0.00021815299987793 stripos: 0.00019598007202148
Output for 5.3.0
preg_match: 0.00029301643371582 stripos: 0.00022006034851074
Output for 5.2.17
preg_match: 0.00018501281738281 stripos: 9.608268737793E-5
Output for 5.2.16
preg_match: 0.00015807151794434 stripos: 8.702278137207E-5
Output for 5.2.15
preg_match: 0.00013184547424316 stripos: 6.7949295043945E-5
Output for 5.2.14
preg_match: 0.00021815299987793 stripos: 0.00012707710266113
Output for 5.2.13
preg_match: 0.00023913383483887 stripos: 0.00010895729064941
Output for 5.2.12
preg_match: 0.00020503997802734 stripos: 0.00010991096496582
Output for 5.2.11
preg_match: 0.00015616416931152 stripos: 8.0108642578125E-5
Output for 5.2.10
preg_match: 0.00015091896057129 stripos: 7.7009201049805E-5
Output for 5.2.9
preg_match: 0.00017189979553223 stripos: 8.702278137207E-5
Output for 5.2.8
preg_match: 0.00020503997802734 stripos: 0.0001070499420166
Output for 5.2.7
preg_match: 0.00014495849609375 stripos: 7.0095062255859E-5
Output for 5.2.6
preg_match: 0.00020503997802734 stripos: 0.00010395050048828
Output for 5.2.5
preg_match: 0.00019502639770508 stripos: 0.0001218318939209
Output for 5.2.4
preg_match: 0.00028610229492188 stripos: 0.00016593933105469
Output for 5.2.3
preg_match: 0.00013184547424316 stripos: 6.5088272094727E-5
Output for 5.2.2
preg_match: 0.00016593933105469 stripos: 8.5830688476562E-5
Output for 5.2.1
preg_match: 0.00012707710266113 stripos: 6.6995620727539E-05
Output for 5.2.0
preg_match: 0.00011301040649414 stripos: 5.9843063354492E-05
Output for 5.1.6
preg_match: 0.00021195411682129 stripos: 0.00011610984802246
Output for 5.1.5
preg_match: 0.00018787384033203 stripos: 9.7036361694336E-05
Output for 5.1.4
preg_match: 0.00019693374633789 stripos: 0.00011301040649414
Output for 5.1.3
preg_match: 0.00019192695617676 stripos: 0.00010204315185547
Output for 5.1.2
preg_match: 0.00015807151794434 stripos: 9.4890594482422E-05
Output for 5.1.1
preg_match: 0.00012898445129395 stripos: 6.7949295043945E-05
Output for 5.1.0
preg_match: 0.0001828670501709 stripos: 9.6797943115234E-05
Output for 5.0.5
preg_match: 0.00024104118347168 stripos: 0.00014305114746094
Output for 5.0.4
preg_match: 0.00022196769714355 stripos: 0.00014901161193848
Output for 5.0.3
preg_match: 0.0001368522644043 stripos: 0.00010204315185547
Output for 5.0.2
preg_match: 0.00023388862609863 stripos: 0.00017595291137695
Output for 5.0.1
preg_match: 0.00014495849609375 stripos: 9.918212890625E-05
Output for 5.0.0
preg_match: 0.00014209747314453 stripos: 9.608268737793E-05
Output for 4.4.9
preg_match: 0.00036999999999998 Fatal error: Call to undefined function: stripos() in /in/ACQ4g on line 16
Process exited with code 255.
Output for 4.4.8
preg_match: 0.000282 Fatal error: Call to undefined function: stripos() in /in/ACQ4g on line 16
Process exited with code 255.
Output for 4.4.7
preg_match: 0.000195 Fatal error: Call to undefined function: stripos() in /in/ACQ4g on line 16
Process exited with code 255.
Output for 4.4.6
preg_match: 0.00026300000000001 Fatal error: Call to undefined function: stripos() in /in/ACQ4g on line 16
Process exited with code 255.
Output for 4.4.5
preg_match: 0.00024900000000005 Fatal error: Call to undefined function: stripos() in /in/ACQ4g on line 16
Process exited with code 255.
Output for 4.4.4
preg_match: 0.00020999999999999 Fatal error: Call to undefined function: stripos() in /in/ACQ4g on line 16
Process exited with code 255.
Output for 4.4.3
preg_match: 0.00015100000000001 Fatal error: Call to undefined function: stripos() in /in/ACQ4g on line 16
Process exited with code 255.
Output for 4.4.2
preg_match: 0.00017300000000001 Fatal error: Call to undefined function: stripos() in /in/ACQ4g on line 16
Process exited with code 255.
Output for 4.4.1
preg_match: 0.000226 Fatal error: Call to undefined function: stripos() in /in/ACQ4g on line 16
Process exited with code 255.
Output for 4.4.0
preg_match: 0.00021899999999997 Fatal error: Call to undefined function: stripos() in /in/ACQ4g on line 16
Process exited with code 255.
Output for 4.3.11
preg_match: 0.000166 Fatal error: Call to undefined function: stripos() in /in/ACQ4g on line 16
Process exited with code 255.
Output for 4.3.10
preg_match: 0.000303 Fatal error: Call to undefined function: stripos() in /in/ACQ4g on line 16
Process exited with code 255.
Output for 4.3.9
preg_match: 0.00018200000000002 Fatal error: Call to undefined function: stripos() in /in/ACQ4g on line 16
Process exited with code 255.
Output for 4.3.8
preg_match: 0.00016099999999997 Fatal error: Call to undefined function: stripos() in /in/ACQ4g on line 16
Process exited with code 255.
Output for 4.3.7
preg_match: 0.00012200000000001 Fatal error: Call to undefined function: stripos() in /in/ACQ4g on line 16
Process exited with code 255.
Output for 4.3.6
preg_match: 0.00012899999999999 Fatal error: Call to undefined function: stripos() in /in/ACQ4g on line 16
Process exited with code 255.
Output for 4.3.5
preg_match: 0.00012600000000001 Fatal error: Call to undefined function: stripos() in /in/ACQ4g on line 16
Process exited with code 255.
Output for 4.3.4
preg_match: 0.00020300000000001 Fatal error: Call to undefined function: stripos() in /in/ACQ4g on line 16
Process exited with code 255.
Output for 4.3.3
preg_match: 0.00020999999999993 Fatal error: Call to undefined function: stripos() in /in/ACQ4g on line 16
Process exited with code 255.
Output for 4.3.2
preg_match: 0.00016799999999995 Fatal error: Call to undefined function: stripos() in /in/ACQ4g on line 16
Process exited with code 255.
Output for 4.3.1
preg_match: 0.00015700000000007 Fatal error: Call to undefined function: stripos() in /in/ACQ4g on line 16
Output for 4.3.0
preg_match: 0.000202 Fatal error: Call to undefined function: stripos() in /in/ACQ4g on line 16

preferences:
230.72 ms | 401 KiB | 325 Q