3v4l.org

run code in 300+ PHP versions simultaneously
<?php $v1 = 5; $v2 = '5-4'; $class = 'Concrete5_Controller_Name'; // Let's warm up $i = 0; while(++$i < 100000) { if(0) {} } // Test 'else if' $i = 0; $start = microtime(true); while(++$i < 1000000) { preg_match('/^Concrete5_Model_(.*)/i', $class); preg_match('/^Concrete5_Helper_(.*)/i', $class); preg_match('/^Concrete5_Controller_Block_(.*)/i', $class); } $end = microtime(true); echo "preg_match: ".($end - $start)."\n"; unset($start, $end); // Test 'elseif' $i = 0; $start = microtime(true); while(++$i < 1000000) { stripos($class, 'Concrete5_Model_'); stripos($class, 'Concrete5_Helper_'); stripos($class, 'Concrete5_Controller_Block_'); } $end = microtime(true); echo "stripos: ".($end - $start);
Output for 7.3.0
preg_match: 0.24755191802979 stripos: 0.31165885925293
Output for 7.2.13
preg_match: 0.34960603713989 stripos: 0.31693387031555
Output for 7.2.12
preg_match: 0.3488130569458 stripos: 0.34410095214844
Output for 7.2.11
preg_match: 0.38190507888794 stripos: 0.32768797874451
Output for 7.2.10
preg_match: 0.41636896133423 stripos: 0.30203413963318
Output for 7.2.9
preg_match: 0.35408806800842 stripos: 0.30524492263794
Output for 7.2.8
preg_match: 0.34564709663391 stripos: 0.30035305023193
Output for 7.2.7
preg_match: 0.41022491455078 stripos: 0.29742193222046
Output for 7.2.6
preg_match: 0.37382483482361 stripos: 0.28498983383179
Output for 7.2.5
preg_match: 0.37948894500732 stripos: 0.2911810874939
Output for 7.2.4
preg_match: 0.36514186859131 stripos: 0.29503989219666
Output for 7.2.3
preg_match: 0.35042095184326 stripos: 0.30262398719788
Output for 7.2.2
preg_match: 0.3340470790863 stripos: 0.32670187950134
Output for 7.2.1
preg_match: 0.35737204551697 stripos: 0.30563807487488
Output for 7.2.0
preg_match: 0.3293080329895 stripos: 0.29280400276184
Output for 7.1.25
preg_match: 0.51424193382263 stripos: 0.59813594818115
Output for 7.1.24
preg_match: 0.46719288825989 stripos: 0.56035304069519
Output for 7.1.23
preg_match: 0.48950695991516 stripos: 0.58209800720215
Output for 7.1.22
preg_match: 0.48021006584167 stripos: 0.60533213615417
Output for 7.1.21
preg_match: 0.50679397583008 stripos: 0.58955502510071
Output for 7.1.20
preg_match: 0.47296500205994 stripos: 0.59408116340637
Output for 7.1.19
preg_match: 0.45173096656799 stripos: 0.59769082069397
Output for 7.1.18
preg_match: 0.48013997077942 stripos: 0.56329488754272
Output for 7.1.17
preg_match: 0.46977400779724 stripos: 0.59781098365784
Output for 7.1.16
preg_match: 0.4607560634613 stripos: 0.54914999008179
Output for 7.1.15
preg_match: 0.53056716918945 stripos: 0.6339418888092
Output for 7.1.14
preg_match: 0.45621085166931 stripos: 0.6109471321106
Output for 7.1.13
preg_match: 0.46582102775574 stripos: 0.58897185325623
Output for 7.1.12
preg_match: 0.49136114120483 stripos: 0.54735994338989
Output for 7.1.11
preg_match: 0.46650791168213 stripos: 0.57572793960571
Output for 7.1.10
preg_match: 0.49617195129395 stripos: 0.61110591888428
Output for 7.1.9
preg_match: 0.43792510032654 stripos: 0.54988884925842
Output for 7.1.8
preg_match: 0.44633197784424 stripos: 0.55431795120239
Output for 7.1.7
preg_match: 0.46327018737793 stripos: 0.58598399162292
Output for 7.1.6
preg_match: 0.51397705078125 stripos: 0.56879806518555
Output for 7.1.5
preg_match: 0.54301691055298 stripos: 0.60028910636902
Output for 7.1.4
preg_match: 0.51411509513855 stripos: 0.5511589050293
Output for 7.1.3
preg_match: 0.47773694992065 stripos: 0.60402393341064
Output for 7.1.2
preg_match: 0.4625039100647 stripos: 0.64239501953125
Output for 7.1.1
preg_match: 0.46832609176636 stripos: 0.57209801673889
Output for 7.1.0
preg_match: 0.51379489898682 stripos: 0.69762110710144
Output for 7.0.33
preg_match: 0.47969508171082 stripos: 0.65219616889954
Output for 7.0.32
preg_match: 0.53312087059021 stripos: 0.64571905136108
Output for 7.0.31
preg_match: 0.45791888237 stripos: 0.59090304374695
Output for 7.0.30
preg_match: 0.46692299842834 stripos: 0.57473301887512
Output for 7.0.29
preg_match: 0.46723079681396 stripos: 0.66107797622681
Output for 7.0.28
preg_match: 0.46707892417908 stripos: 0.59586095809937
Output for 7.0.27
preg_match: 0.45581698417664 stripos: 0.63356280326843
Output for 7.0.26
preg_match: 0.55510592460632 stripos: 0.64479899406433
Output for 7.0.25
preg_match: 0.45824909210205 stripos: 0.62330913543701
Output for 7.0.24
preg_match: 0.486172914505 stripos: 0.63232898712158
Output for 7.0.23
preg_match: 0.50271201133728 stripos: 0.65008020401001
Output for 7.0.22
preg_match: 0.42912006378174 stripos: 0.61658215522766
Output for 7.0.21
preg_match: 0.49620008468628 stripos: 0.59808278083801
Output for 7.0.20
preg_match: 0.52075409889221 stripos: 0.65016198158264
Output for 7.0.19
preg_match: 0.4764039516449 stripos: 0.65032505989075
Output for 7.0.18
preg_match: 0.49940609931946 stripos: 0.65308117866516
Output for 7.0.17
preg_match: 0.50133299827576 stripos: 0.65035104751587
Output for 7.0.16
preg_match: 0.43872404098511 stripos: 0.63737893104553
Output for 7.0.15
preg_match: 0.45281291007996 stripos: 0.64802598953247
Output for 7.0.14
preg_match: 0.48946690559387 stripos: 0.64404797554016
Output for 7.0.13
preg_match: 0.6331799030304 stripos: 0.74285507202148
Output for 7.0.12
preg_match: 0.59603214263916 stripos: 0.66182112693787
Output for 7.0.11
preg_match: 0.49005889892578 stripos: 0.66167783737183
Output for 7.0.10
preg_match: 0.49423623085022 stripos: 0.62785792350769
Output for 7.0.9
preg_match: 0.52494692802429 stripos: 0.69216203689575
Output for 7.0.8
preg_match: 0.47139286994934 stripos: 0.61947512626648
Output for 7.0.7
preg_match: 0.50681900978088 stripos: 0.65800189971924
Output for 7.0.6
preg_match: 0.48107481002808 stripos: 0.62623310089111
Output for 7.0.5
preg_match: 0.50829815864563 stripos: 0.61636209487915
Output for 7.0.4
preg_match: 0.49161005020142 stripos: 0.59536814689636
Output for 7.0.3
preg_match: 0.51578497886658 stripos: 0.66077303886414
Output for 7.0.2
preg_match: 0.48670983314514 stripos: 0.62782311439514
Output for 7.0.1
preg_match: 0.48855519294739 stripos: 0.63313007354736
Output for 7.0.0
preg_match: 0.54577612876892 stripos: 0.58942294120789
Output for 5.6.38
preg_match: 1.608815908432
Process exited with code 137.
Output for 5.6.37
preg_match: 1.7167880535126
Process exited with code 137.
Output for 5.6.36
preg_match: 1.5848670005798
Process exited with code 137.
Output for 5.6.35
preg_match: 1.5960381031036
Process exited with code 137.
Output for 5.6.34
preg_match: 1.7190499305725
Process exited with code 137.
Output for 5.6.33
preg_match: 1.6472029685974
Process exited with code 137.
Output for 5.6.32
preg_match: 1.6040620803833
Process exited with code 137.
Output for 5.6.31
preg_match: 1.6581830978394
Process exited with code 137.
Output for 5.6.30
preg_match: 1.7459390163422
Process exited with code 137.
Output for 5.6.29
preg_match: 1.7670469284058
Process exited with code 137.
Output for 5.6.28
preg_match: 1.8670239448547
Process exited with code 137.
Output for 5.6.27
preg_match: 1.7942118644714
Process exited with code 137.
Output for 5.6.26
preg_match: 1.8443450927734
Process exited with code 137.
Output for 5.6.25
preg_match: 1.7599241733551
Process exited with code 137.
Output for 5.6.24
preg_match: 1.7508969306946
Process exited with code 137.
Output for 5.6.23
preg_match: 1.6858150959015
Process exited with code 137.
Output for 5.6.22
preg_match: 1.6377401351929
Process exited with code 137.
Output for 5.6.21
preg_match: 1.6730859279633
Process exited with code 137.
Output for 5.6.20
preg_match: 1.6952259540558
Process exited with code 137.
Output for 5.6.19
preg_match: 1.6489698886871
Process exited with code 137.
Output for 5.6.18
preg_match: 1.6934900283813
Process exited with code 137.
Output for 5.6.17
preg_match: 1.6976251602173
Process exited with code 137.
Output for 5.6.16
preg_match: 1.6954529285431
Process exited with code 137.
Output for 5.6.15
preg_match: 1.7295999526978
Process exited with code 137.
Output for 5.6.14
preg_match: 1.6470110416412
Process exited with code 137.
Output for 5.6.13
preg_match: 1.6541278362274
Process exited with code 137.
Output for 5.6.12
preg_match: 1.6488981246948
Process exited with code 137.
Output for 5.6.11
preg_match: 1.6272509098053
Process exited with code 137.
Output for 5.6.10
preg_match: 1.6179800033569
Process exited with code 137.
Output for 5.6.9
preg_match: 1.7508800029755
Process exited with code 137.
Output for 5.6.8
preg_match: 1.7023031711578
Process exited with code 137.
Output for 5.6.7
preg_match: 1.6250648498535
Process exited with code 137.
Output for 5.6.6
preg_match: 1.7286190986633
Process exited with code 137.
Output for 5.6.5
preg_match: 1.7483351230621
Process exited with code 137.
Output for 5.6.4
preg_match: 1.6669948101044
Process exited with code 137.
Output for 5.6.3
preg_match: 1.6778190135956
Process exited with code 137.
Output for 5.6.2
preg_match: 1.6936810016632
Process exited with code 137.
Output for 5.6.1
preg_match: 1.802827835083
Process exited with code 137.
Output for 5.6.0
preg_match: 1.7732281684875
Process exited with code 137.
Output for 5.5.38
preg_match: 1.7625761032104
Process exited with code 137.
Output for 5.5.37
preg_match: 1.814877986908
Process exited with code 137.
Output for 5.5.36
preg_match: 1.6568958759308
Process exited with code 137.
Output for 5.5.35
preg_match: 1.6854898929596
Process exited with code 137.
Output for 5.5.34
preg_match: 1.8118491172791
Process exited with code 137.
Output for 5.5.33
preg_match: 1.6528940200806
Process exited with code 137.
Output for 5.5.32
preg_match: 1.8002638816833
Process exited with code 137.
Output for 5.5.31
preg_match: 1.7985999584198
Process exited with code 137.
Output for 5.5.30
preg_match: 1.6357131004333
Process exited with code 137.
Output for 5.5.29
preg_match: 1.6392178535461
Process exited with code 137.
Output for 5.5.28
preg_match: 1.6766250133514
Process exited with code 137.
Output for 5.5.27
preg_match: 1.6664290428162
Process exited with code 137.
Output for 5.5.26
preg_match: 1.6571688652039
Process exited with code 137.
Output for 5.5.25
preg_match: 1.6549890041351
Process exited with code 137.
Output for 5.5.24
preg_match: 1.6200349330902
Process exited with code 137.
Output for 5.5.23
preg_match: 1.6076400279999
Process exited with code 137.
Output for 5.5.22
preg_match: 1.7408380508423
Process exited with code 137.
Output for 5.5.21
preg_match: 1.7331719398499
Process exited with code 137.
Output for 5.5.20
preg_match: 1.7503550052643
Process exited with code 137.
Output for 5.5.19
preg_match: 1.7278990745544
Process exited with code 137.
Output for 5.5.18
preg_match: 1.7391021251678
Process exited with code 137.
Output for 5.5.17
preg_match: 1.748871088028
Process exited with code 137.
Output for 5.5.16
preg_match: 1.6507267951965
Process exited with code 137.
Output for 5.5.15
preg_match: 1.7817070484161
Process exited with code 137.
Output for 5.5.14
preg_match: 1.7542490959167
Process exited with code 137.
Output for 5.5.13
preg_match: 1.6643779277802
Process exited with code 137.
Output for 5.5.12
preg_match: 1.7446351051331
Process exited with code 137.
Output for 5.5.11
preg_match: 1.6931869983673
Process exited with code 137.
Output for 5.5.10
preg_match: 1.7329390048981
Process exited with code 137.
Output for 5.5.9
preg_match: 1.668603181839
Process exited with code 137.
Output for 5.5.8
preg_match: 1.5926699638367
Process exited with code 137.
Output for 5.5.7
preg_match: 1.7451848983765
Process exited with code 137.
Output for 5.5.6
preg_match: 1.6194109916687
Process exited with code 137.
Output for 5.5.5
preg_match: 1.6115400791168
Process exited with code 137.
Output for 5.5.4
preg_match: 1.6642520427704
Process exited with code 137.
Output for 5.5.3
preg_match: 1.6141939163208
Process exited with code 137.
Output for 5.5.2
preg_match: 1.6526908874512
Process exited with code 137.
Output for 5.5.1
preg_match: 1.6030921936035
Process exited with code 137.
Output for 5.5.0
preg_match: 1.6443891525269
Process exited with code 137.
Output for 5.4.45
preg_match: 1.6951351165771
Process exited with code 137.
Output for 5.4.44
preg_match: 1.6431159973145
Process exited with code 137.
Output for 5.4.43
preg_match: 1.7945110797882
Process exited with code 137.
Output for 5.4.42
preg_match: 1.7014598846436
Process exited with code 137.
Output for 5.4.41
preg_match: 1.7080049514771
Process exited with code 137.
Output for 5.4.40
preg_match: 1.6305727958679
Process exited with code 137.
Output for 5.4.39
preg_match: 1.8270828723907
Process exited with code 137.
Output for 5.4.38
preg_match: 1.7070751190186
Process exited with code 137.
Output for 5.4.37
preg_match: 1.7849869728088
Process exited with code 137.
Output for 5.4.36
preg_match: 1.8506708145142
Process exited with code 137.
Output for 5.4.35
preg_match: 1.7651829719543
Process exited with code 137.
Output for 5.4.34
preg_match: 1.6555848121643
Process exited with code 137.
Output for 5.4.33
preg_match: 1.7410550117493
Process exited with code 137.
Output for 5.4.32
preg_match: 1.6483738422394
Process exited with code 137.
Output for 5.4.31
preg_match: 1.7364640235901
Process exited with code 137.
Output for 5.4.30
preg_match: 1.7325720787048
Process exited with code 137.
Output for 5.4.29
preg_match: 1.6477761268616
Process exited with code 137.
Output for 5.4.28
preg_match: 1.7077021598816
Process exited with code 137.
Output for 5.4.27
preg_match: 1.6715321540833
Process exited with code 137.
Output for 5.4.26
preg_match: 1.7067949771881
Process exited with code 137.
Output for 5.4.25
preg_match: 1.8029470443726
Process exited with code 137.
Output for 5.4.24
preg_match: 1.6848509311676
Process exited with code 137.
Output for 5.4.23
preg_match: 1.688933134079
Process exited with code 137.
Output for 5.4.22
preg_match: 1.6589708328247
Process exited with code 137.
Output for 5.4.21
preg_match: 1.6264400482178
Process exited with code 137.
Output for 5.4.20
preg_match: 1.7509379386902
Process exited with code 137.
Output for 5.4.19
preg_match: 1.5777969360352
Process exited with code 137.
Output for 5.4.18
preg_match: 1.6797890663147
Process exited with code 137.
Output for 5.4.17
preg_match: 1.5819289684296
Process exited with code 137.
Output for 5.4.16
preg_match: 1.7572131156921
Process exited with code 137.
Output for 5.4.15
preg_match: 1.6813070774078
Process exited with code 137.
Output for 5.4.14
preg_match: 1.7120549678802
Process exited with code 137.
Output for 5.4.13
preg_match: 1.8317360877991
Process exited with code 137.
Output for 5.4.12
preg_match: 1.7221081256866
Process exited with code 137.
Output for 5.4.11
preg_match: 1.7487540245056
Process exited with code 137.
Output for 5.4.10
preg_match: 1.6877880096436
Process exited with code 137.
Output for 5.4.9
preg_match: 1.6510181427002
Process exited with code 137.
Output for 5.4.8
preg_match: 1.7008018493652
Process exited with code 137.
Output for 5.4.7
preg_match: 1.7489609718323
Process exited with code 137.
Output for 5.4.6
preg_match: 1.6288239955902
Process exited with code 137.
Output for 5.4.5
preg_match: 1.6766300201416
Process exited with code 137.
Output for 5.4.4
preg_match: 1.6853151321411
Process exited with code 137.
Output for 5.4.3
preg_match: 1.8253700733185
Process exited with code 137.
Output for 5.4.2
preg_match: 1.6807901859283
Process exited with code 137.
Output for 5.4.1
preg_match: 1.5690128803253
Process exited with code 137.
Output for 5.4.0
preg_match: 1.6356220245361
Process exited with code 137.
Output for 5.3.29
preg_match: 1.7705872058868
Process exited with code 137.
Output for 5.3.28
preg_match: 1.8048720359802
Process exited with code 137.
Output for 5.3.27
preg_match: 1.8423311710358
Process exited with code 137.
Output for 5.3.26
preg_match: 1.9352149963379
Process exited with code 137.
Output for 5.3.25
preg_match: 1.8653931617737
Process exited with code 137.
Output for 5.3.24
preg_match: 1.8973340988159
Process exited with code 137.
Output for 5.3.23
preg_match: 1.7961091995239
Process exited with code 137.
Output for 5.3.22
preg_match: 1.9012541770935
Process exited with code 137.
Output for 5.3.21
preg_match: 2.0245010852814
Process exited with code 137.
Output for 5.3.20
preg_match: 1.9099450111389
Process exited with code 137.
Output for 5.3.19
preg_match: 2.0096790790558
Process exited with code 137.
Output for 5.3.18
preg_match: 1.9848930835724
Process exited with code 137.
Output for 5.3.17
preg_match: 1.9333980083466
Process exited with code 137.
Output for 5.3.16
preg_match: 1.8873550891876
Process exited with code 137.
Output for 5.3.15
preg_match: 1.9605331420898
Process exited with code 137.
Output for 5.3.14
preg_match: 2.0169072151184
Process exited with code 137.
Output for 5.3.13
preg_match: 1.9903461933136
Process exited with code 137.
Output for 5.3.12
preg_match: 1.8361229896545
Process exited with code 137.
Output for 5.3.11
preg_match: 1.8947820663452
Process exited with code 137.
Output for 5.3.10
preg_match: 1.9894230365753
Process exited with code 137.
Output for 5.3.9
preg_match: 2.0052402019501
Process exited with code 137.
Output for 5.3.8
preg_match: 2.0539782047272
Process exited with code 137.
Output for 5.3.7
preg_match: 1.9755671024323
Process exited with code 137.
Output for 5.3.6
preg_match: 1.8718111515045
Process exited with code 137.
Output for 5.3.5
preg_match: 1.9622089862823
Process exited with code 137.
Output for 5.3.4
preg_match: 2.0761370658875
Process exited with code 137.
Output for 5.3.3
preg_match: 1.9090421199799
Process exited with code 137.
Output for 5.3.2
preg_match: 1.9040651321411
Process exited with code 137.
Output for 5.3.1
preg_match: 1.865159034729
Process exited with code 137.
Output for 5.3.0
preg_match: 1.7682790756226
Process exited with code 137.
Output for 5.2.17
preg_match: 1.8968060016632
Process exited with code 137.
Output for 5.2.16
preg_match: 1.9831290245056
Process exited with code 137.
Output for 5.2.15
preg_match: 1.849457025528
Process exited with code 137.
Output for 5.2.14
preg_match: 1.91872215271
Process exited with code 137.
Output for 5.2.13
preg_match: 1.7905991077423
Process exited with code 137.
Output for 5.2.12
preg_match: 1.7568800449371
Process exited with code 137.
Output for 5.2.11
preg_match: 1.7857840061188
Process exited with code 137.
Output for 5.2.10
preg_match: 1.9485991001129
Process exited with code 137.
Output for 5.2.9
preg_match: 2.0238480567932
Process exited with code 137.
Output for 5.2.8
preg_match: 1.9630270004272
Process exited with code 137.
Output for 5.2.7
preg_match: 2.0640580654144
Process exited with code 137.
Output for 5.2.6
preg_match: 1.8460590839386
Process exited with code 137.
Output for 5.2.5
preg_match: 1.8032431602478
Process exited with code 137.
Output for 5.2.4
preg_match: 1.8759660720825
Process exited with code 137.
Output for 5.2.3
preg_match: 1.9173381328583
Process exited with code 137.
Output for 5.2.2
preg_match: 1.7813589572906
Process exited with code 137.
Output for 5.2.1
preg_match: 1.8213088512421
Process exited with code 137.
Output for 5.2.0
preg_match: 1.8886768817902
Process exited with code 137.
Output for 5.1.6
preg_match: 1.8089039325714
Process exited with code 137.
Output for 5.1.5
preg_match: 1.9453210830688
Process exited with code 137.
Output for 5.1.4
preg_match: 1.8147430419922
Process exited with code 137.
Output for 5.1.3
preg_match: 1.8884751796722
Process exited with code 137.
Output for 5.1.2
preg_match: 1.7410259246826
Process exited with code 137.
Output for 5.1.1
preg_match: 1.7830471992493
Process exited with code 137.
Output for 5.1.0
preg_match: 1.8917739391327
Process exited with code 137.
Output for 5.0.5
preg_match: 2.1952109336853
Process exited with code 137.
Output for 5.0.4
preg_match: 2.0174248218536
Process exited with code 137.
Output for 5.0.3
preg_match: 1.8814351558685
Process exited with code 137.
Output for 5.0.2
preg_match: 1.8998699188232
Process exited with code 137.
Output for 5.0.1
preg_match: 1.9929130077362
Process exited with code 137.
Output for 5.0.0
preg_match: 2.1081759929657
Process exited with code 137.
Output for 4.4.9
preg_match: 0.18004 Fatal error: Call to undefined function: stripos() in /in/kng1m on line 19
Process exited with code 255.
Output for 4.4.8
preg_match: 0.19708 Fatal error: Call to undefined function: stripos() in /in/kng1m on line 19
Process exited with code 255.
Output for 4.4.7
preg_match: 0.260639 Fatal error: Call to undefined function: stripos() in /in/kng1m on line 19
Process exited with code 255.
Output for 4.4.6
preg_match: 0.339149 Fatal error: Call to undefined function: stripos() in /in/kng1m on line 19
Process exited with code 255.
Output for 4.4.5
preg_match: 0.196226 Fatal error: Call to undefined function: stripos() in /in/kng1m on line 19
Process exited with code 255.
Output for 4.4.4
preg_match: 0.273641 Fatal error: Call to undefined function: stripos() in /in/kng1m on line 19
Process exited with code 255.
Output for 4.4.3
preg_match: 0.216353 Fatal error: Call to undefined function: stripos() in /in/kng1m on line 19
Process exited with code 255.
Output for 4.4.2
preg_match: 0.093432 Fatal error: Call to undefined function: stripos() in /in/kng1m on line 19
Process exited with code 255.
Output for 4.4.1
preg_match: 0.077363 Fatal error: Call to undefined function: stripos() in /in/kng1m on line 19
Process exited with code 255.
Output for 4.4.0
preg_match: 0.104817 Fatal error: Call to undefined function: stripos() in /in/kng1m on line 19
Process exited with code 255.
Output for 4.3.11
preg_match: 0.054352 Fatal error: Call to undefined function: stripos() in /in/kng1m on line 19
Process exited with code 255.
Output for 4.3.10
preg_match: 0.906674 Fatal error: Call to undefined function: stripos() in /in/kng1m on line 19
Process exited with code 255.
Output for 4.3.9
preg_match: 0.952432 Fatal error: Call to undefined function: stripos() in /in/kng1m on line 19
Process exited with code 255.
Output for 4.3.8
preg_match: 0.197926 Fatal error: Call to undefined function: stripos() in /in/kng1m on line 19
Process exited with code 255.
Output for 4.3.7
preg_match: 0.120442 Fatal error: Call to undefined function: stripos() in /in/kng1m on line 19
Process exited with code 255.
Output for 4.3.6
preg_match: 0.95167 Fatal error: Call to undefined function: stripos() in /in/kng1m on line 19
Process exited with code 255.
Output for 4.3.5
preg_match: 0.886338 Fatal error: Call to undefined function: stripos() in /in/kng1m on line 19
Process exited with code 255.
Output for 4.3.4
preg_match: 0.966761 Fatal error: Call to undefined function: stripos() in /in/kng1m on line 19
Process exited with code 255.
Output for 4.3.3
preg_match: 0.828156 Fatal error: Call to undefined function: stripos() in /in/kng1m on line 19
Process exited with code 255.
Output for 4.3.2
preg_match: 0.600764 Fatal error: Call to undefined function: stripos() in /in/kng1m on line 19
Process exited with code 255.
Output for 4.3.1
preg_match: 0.56718 Fatal error: Call to undefined function: stripos() in /in/kng1m on line 19
Output for 4.3.0
preg_match: 0.590121 Fatal error: Call to undefined function: stripos() in /in/kng1m on line 19

preferences:
193.26 ms | 401 KiB | 287 Q