3v4l.org

run code in 300+ PHP versions simultaneously
<?php $v1 = 5; $v2 = '5-4'; $class = 'Concrete5_Controller_Name'; // Let's warm up 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.1
Notice: Undefined variable: i in /in/mtQQ3 on line 7 preg_match: 0.25554513931274 stripos: 0.32617616653442
Output for 7.3.0
Notice: Undefined variable: i in /in/mtQQ3 on line 7 preg_match: 0.2496018409729 stripos: 0.32452511787415
Output for 7.2.13
Notice: Undefined variable: i in /in/mtQQ3 on line 7 preg_match: 0.34714698791504 stripos: 0.32906889915466
Output for 7.2.12
Notice: Undefined variable: i in /in/mtQQ3 on line 7 preg_match: 0.39576697349548 stripos: 0.3229398727417
Output for 7.2.11
Notice: Undefined variable: i in /in/mtQQ3 on line 7 preg_match: 0.36429405212402 stripos: 0.33611106872559
Output for 7.2.10
Notice: Undefined variable: i in /in/mtQQ3 on line 7 preg_match: 0.37491106987 stripos: 0.30863904953003
Output for 7.2.9
Notice: Undefined variable: i in /in/mtQQ3 on line 7 preg_match: 0.36262583732605 stripos: 0.30758285522461
Output for 7.2.8
Notice: Undefined variable: i in /in/mtQQ3 on line 7 preg_match: 0.37174892425537 stripos: 0.32043313980103
Output for 7.2.7
Notice: Undefined variable: i in /in/mtQQ3 on line 7 preg_match: 0.38364791870117 stripos: 0.31878709793091
Output for 7.2.6
Notice: Undefined variable: i in /in/mtQQ3 on line 7 preg_match: 0.36516499519348 stripos: 0.28327512741089
Output for 7.2.5
Notice: Undefined variable: i in /in/mtQQ3 on line 7 preg_match: 0.34249901771545 stripos: 0.30078196525574
Output for 7.2.4
Notice: Undefined variable: i in /in/mtQQ3 on line 7 preg_match: 0.34040999412537 stripos: 0.3181939125061
Output for 7.2.3
Notice: Undefined variable: i in /in/mtQQ3 on line 7 preg_match: 0.32559299468994 stripos: 0.34159302711487
Output for 7.2.2
Notice: Undefined variable: i in /in/mtQQ3 on line 7 preg_match: 0.34220385551453 stripos: 0.29857683181763
Output for 7.2.1
Notice: Undefined variable: i in /in/mtQQ3 on line 7 preg_match: 0.37164998054504 stripos: 0.29935097694397
Output for 7.2.0
Notice: Undefined variable: i in /in/mtQQ3 on line 7 preg_match: 0.33409905433655 stripos: 0.28863406181335
Output for 7.1.25
Notice: Undefined variable: i in /in/mtQQ3 on line 7 preg_match: 0.59198498725891 stripos: 0.61953902244568
Output for 7.1.7
Notice: Undefined variable: i in /in/mtQQ3 on line 7 preg_match: 0.25801491737366 stripos: 0.31187510490417
Output for 7.1.6
Notice: Undefined variable: i in /in/mtQQ3 on line 7 preg_match: 0.30364489555359 stripos: 0.29228401184082
Output for 7.1.5
Notice: Undefined variable: i in /in/mtQQ3 on line 7 preg_match: 0.28991103172302 stripos: 0.2910008430481
Output for 7.1.0
Notice: Undefined variable: i in /in/mtQQ3 on line 7 preg_match: 0.26693105697632 stripos: 0.27324604988098
Output for 7.0.20
Notice: Undefined variable: i in /in/mtQQ3 on line 7 preg_match: 0.27573490142822 stripos: 0.33666896820068
Output for 7.0.14
Notice: Undefined variable: i in /in/mtQQ3 on line 7 preg_match: 0.32563996315002 stripos: 0.024793148040771
Output for 7.0.10
Notice: Undefined variable: i in /in/mtQQ3 on line 7 preg_match: 0.31793999671936 stripos: 0.28221106529236
Output for 7.0.9
Notice: Undefined variable: i in /in/mtQQ3 on line 7 preg_match: 0.28973197937012 stripos: 0.26512408256531
Output for 7.0.8
Notice: Undefined variable: i in /in/mtQQ3 on line 7 preg_match: 0.27509593963623 stripos: 0.27292799949646
Output for 7.0.7
Notice: Undefined variable: i in /in/mtQQ3 on line 7 preg_match: 0.35974812507629 stripos: 0.32666707038879
Output for 7.0.6
Notice: Undefined variable: i in /in/mtQQ3 on line 7 preg_match: 0.33916711807251 stripos: 0.29746007919312
Output for 7.0.5
Notice: Undefined variable: i in /in/mtQQ3 on line 7 preg_match: 0.30057406425476 stripos: 0.3114161491394
Output for 7.0.4
Notice: Undefined variable: i in /in/mtQQ3 on line 7 preg_match: 0.23976302146912 stripos: 0.2351450920105
Output for 7.0.3
Notice: Undefined variable: i in /in/mtQQ3 on line 7 preg_match: 0.28416991233826 stripos: 0.28947305679321
Output for 7.0.2
Notice: Undefined variable: i in /in/mtQQ3 on line 7 preg_match: 0.25769710540771 stripos: 0.23688888549805
Output for 7.0.1
Notice: Undefined variable: i in /in/mtQQ3 on line 7 preg_match: 0.2789580821991 stripos: 0.28051114082336
Output for 7.0.0
Notice: Undefined variable: i in /in/mtQQ3 on line 7 preg_match: 0.30843305587769 stripos: 0.29946398735046
Output for 5.6.28
Notice: Undefined variable: i in /in/mtQQ3 on line 7 preg_match: -0.20306801795959 stripos: 1.4875800609589
Output for 5.6.25
Notice: Undefined variable: i in /in/mtQQ3 on line 7 preg_match: 1.0766611099243 stripos: 0.48550605773926
Output for 5.6.24
Notice: Undefined variable: i in /in/mtQQ3 on line 7 preg_match: 1.0522780418396 stripos: 0.56007695198059
Output for 5.6.23
Notice: Undefined variable: i in /in/mtQQ3 on line 7 preg_match: 1.0272710323334 stripos: 0.4932119846344
Output for 5.6.22
Notice: Undefined variable: i in /in/mtQQ3 on line 7 preg_match: 1.0831620693207 stripos: 0.56717705726624
Output for 5.6.21
Notice: Undefined variable: i in /in/mtQQ3 on line 7 preg_match: 1.1674871444702 stripos: 0.59873819351196
Output for 5.6.20
Notice: Undefined variable: i in /in/mtQQ3 on line 7 preg_match: 1.0323081016541 stripos: 0.49852800369263
Output for 5.6.19
Notice: Undefined variable: i in /in/mtQQ3 on line 7 preg_match: 1.22194480896 stripos: 0.61178779602051
Output for 5.6.18
Notice: Undefined variable: i in /in/mtQQ3 on line 7 preg_match: 1.0824799537659 stripos: 0.49942398071289
Output for 5.6.17
Notice: Undefined variable: i in /in/mtQQ3 on line 7 preg_match: 1.0906209945679 stripos: 0.48761820793152
Output for 5.6.16
Notice: Undefined variable: i in /in/mtQQ3 on line 7 preg_match: 1.1110620498657 stripos: 0.47344493865967
Output for 5.6.15
Notice: Undefined variable: i in /in/mtQQ3 on line 7 preg_match: 1.1500840187073 stripos: 0.49513483047485
Output for 5.6.14
Notice: Undefined variable: i in /in/mtQQ3 on line 7 preg_match: 1.000678062439 stripos: 0.56220984458923
Output for 5.6.13
Notice: Undefined variable: i in /in/mtQQ3 on line 7 preg_match: 1.1743528842926 stripos: 0.47930192947388
Output for 5.6.12
Notice: Undefined variable: i in /in/mtQQ3 on line 7 preg_match: 0.90304803848267 stripos: 0.4808931350708
Output for 5.6.11
Notice: Undefined variable: i in /in/mtQQ3 on line 7 preg_match: 0.91647696495056 stripos: 0.49036407470703
Output for 5.6.10
Notice: Undefined variable: i in /in/mtQQ3 on line 7 preg_match: 1.0580170154572 stripos: 0.49569201469421
Output for 5.6.9
Notice: Undefined variable: i in /in/mtQQ3 on line 7 preg_match: 0.98528218269348 stripos: 0.56155204772949
Output for 5.6.8
Notice: Undefined variable: i in /in/mtQQ3 on line 7 preg_match: 1.1013860702515 stripos: 0.48539400100708
Output for 5.6.7
Notice: Undefined variable: i in /in/mtQQ3 on line 7 preg_match: 1.0827720165253 stripos: 0.4847149848938
Output for 5.6.6
Notice: Undefined variable: i in /in/mtQQ3 on line 7 preg_match: 1.1877930164337 stripos: 0.54617691040039
Output for 5.6.5
Notice: Undefined variable: i in /in/mtQQ3 on line 7 preg_match: 0.94407510757446 stripos: 0.47038602828979
Output for 5.6.4
Notice: Undefined variable: i in /in/mtQQ3 on line 7 preg_match: 1.0210030078888 stripos: 0.46968102455139
Output for 5.6.3
Notice: Undefined variable: i in /in/mtQQ3 on line 7 preg_match: 1.0804789066315 stripos: 0.467609167099
Output for 5.6.2
Notice: Undefined variable: i in /in/mtQQ3 on line 7 preg_match: 0.99854612350464 stripos: 0.4834988117218
Output for 5.6.1
Notice: Undefined variable: i in /in/mtQQ3 on line 7 preg_match: 1.0758209228516 stripos: 0.48366189002991
Output for 5.6.0
Notice: Undefined variable: i in /in/mtQQ3 on line 7 preg_match: 1.117938041687 stripos: 0.48569107055664
Output for 5.5.38
Notice: Undefined variable: i in /in/mtQQ3 on line 7 preg_match: 0.99055695533752 stripos: 0.49393701553345
Output for 5.5.37
Notice: Undefined variable: i in /in/mtQQ3 on line 7 preg_match: 1.066517829895 stripos: 0.47098088264465
Output for 5.5.36
Notice: Undefined variable: i in /in/mtQQ3 on line 7 preg_match: 1.2224628925323 stripos: 0.47726511955261
Output for 5.5.35
Notice: Undefined variable: i in /in/mtQQ3 on line 7 preg_match: 1.0564649105072 stripos: 0.48084402084351
Output for 5.5.34
Notice: Undefined variable: i in /in/mtQQ3 on line 7 preg_match: 1.0078949928284 stripos: 0.54609990119934
Output for 5.5.33
Notice: Undefined variable: i in /in/mtQQ3 on line 7 preg_match: 1.1196250915527 stripos: 0.48518395423889
Output for 5.5.32
Notice: Undefined variable: i in /in/mtQQ3 on line 7 preg_match: 1.110132932663 stripos: 0.46875190734863
Output for 5.5.31
Notice: Undefined variable: i in /in/mtQQ3 on line 7 preg_match: 1.118791103363 stripos: 0.50338792800903
Output for 5.5.30
Notice: Undefined variable: i in /in/mtQQ3 on line 7 preg_match: 1.1452400684357 stripos: 0.50564408302307
Output for 5.5.29
Notice: Undefined variable: i in /in/mtQQ3 on line 7 preg_match: 1.1224238872528 stripos: 0.49296021461487
Output for 5.5.28
Notice: Undefined variable: i in /in/mtQQ3 on line 7 preg_match: 1.1302170753479 stripos: 0.48137617111206
Output for 5.5.27
Notice: Undefined variable: i in /in/mtQQ3 on line 7 preg_match: 0.99299192428589 stripos: 0.48018217086792
Output for 5.5.26
Notice: Undefined variable: i in /in/mtQQ3 on line 7 preg_match: 0.97535800933838 stripos: 0.48593306541443
Output for 5.5.25
Notice: Undefined variable: i in /in/mtQQ3 on line 7 preg_match: 0.95482301712036 stripos: 0.49245500564575
Output for 5.5.24
Notice: Undefined variable: i in /in/mtQQ3 on line 7 preg_match: 1.0203659534454 stripos: 0.5289831161499
Output for 5.5.23
Notice: Undefined variable: i in /in/mtQQ3 on line 7 preg_match: 1.1095190048218 stripos: 0.47076106071472
Output for 5.5.22
Notice: Undefined variable: i in /in/mtQQ3 on line 7 preg_match: 1.0226399898529 stripos: 0.46812009811401
Output for 5.5.21
Notice: Undefined variable: i in /in/mtQQ3 on line 7 preg_match: 1.1029119491577 stripos: 0.4854838848114
Output for 5.5.20
Notice: Undefined variable: i in /in/mtQQ3 on line 7 preg_match: 1.0572638511658 stripos: 0.48548793792725
Output for 5.5.19
Notice: Undefined variable: i in /in/mtQQ3 on line 7 preg_match: 0.93807291984558 stripos: 0.48686814308167
Output for 5.5.18
Notice: Undefined variable: i in /in/mtQQ3 on line 7 preg_match: 1.189138174057 stripos: 0.47012615203857
Output for 5.5.16
Notice: Undefined variable: i in /in/mtQQ3 on line 7 preg_match: 1.0082120895386 stripos: 0.4789080619812
Output for 5.5.15
Notice: Undefined variable: i in /in/mtQQ3 on line 7 preg_match: 0.95543217658997 stripos: 0.47214913368225
Output for 5.5.14
Notice: Undefined variable: i in /in/mtQQ3 on line 7 preg_match: 0.94239902496338 stripos: 0.48916101455688
Output for 5.5.13
Notice: Undefined variable: i in /in/mtQQ3 on line 7 preg_match: 1.0209290981293 stripos: 0.51528000831604
Output for 5.5.12
Notice: Undefined variable: i in /in/mtQQ3 on line 7 preg_match: 0.98033404350281 stripos: 0.47661685943604
Output for 5.5.11
Notice: Undefined variable: i in /in/mtQQ3 on line 7 preg_match: 1.0665609836578 stripos: 0.47174596786499
Output for 5.5.10
Notice: Undefined variable: i in /in/mtQQ3 on line 7 preg_match: 1.1050660610199 stripos: 0.48385906219482
Output for 5.5.9
Notice: Undefined variable: i in /in/mtQQ3 on line 7 preg_match: 1.0552930831909 stripos: 0.48271203041077
Output for 5.5.8
Notice: Undefined variable: i in /in/mtQQ3 on line 7 preg_match: 1.0606009960175 stripos: 0.56462001800537
Output for 5.5.7
Notice: Undefined variable: i in /in/mtQQ3 on line 7 preg_match: 1.0553159713745 stripos: 0.56539702415466
Output for 5.5.6
Notice: Undefined variable: i in /in/mtQQ3 on line 7 preg_match: 0.94616413116455 stripos: 0.48267292976379
Output for 5.5.5
Notice: Undefined variable: i in /in/mtQQ3 on line 7 preg_match: 0.91511416435242 stripos: 0.48618793487549
Output for 5.5.4
Notice: Undefined variable: i in /in/mtQQ3 on line 7 preg_match: 1.1068758964539 stripos: 0.48940992355347
Output for 5.5.3
Notice: Undefined variable: i in /in/mtQQ3 on line 7 preg_match: 1.0521259307861 stripos: 0.48043489456177
Output for 5.5.2
Notice: Undefined variable: i in /in/mtQQ3 on line 7 preg_match: 1.0354759693146 stripos: 0.4855329990387
Output for 5.5.1
Notice: Undefined variable: i in /in/mtQQ3 on line 7 preg_match: 0.9118549823761 stripos: 0.49749994277954
Output for 5.5.0
Notice: Undefined variable: i in /in/mtQQ3 on line 7 preg_match: 1.0710151195526 stripos: 0.47741484642029
Output for 5.4.45
Notice: Undefined variable: i in /in/mtQQ3 on line 7 preg_match: 1.076956987381 stripos: 0.47444295883179
Output for 5.4.44
Notice: Undefined variable: i in /in/mtQQ3 on line 7 preg_match: 0.99501299858093 stripos: 0.45486307144165
Output for 5.4.43
Notice: Undefined variable: i in /in/mtQQ3 on line 7 preg_match: 0.86513590812683 stripos: 0.45718216896057
Output for 5.4.42
Notice: Undefined variable: i in /in/mtQQ3 on line 7 preg_match: 1.0834670066833 stripos: 0.50204706192017
Output for 5.4.41
Notice: Undefined variable: i in /in/mtQQ3 on line 7 preg_match: 0.99720978736877 stripos: 0.46116495132446
Output for 5.4.40
Notice: Undefined variable: i in /in/mtQQ3 on line 7 preg_match: 0.95062899589539 stripos: 0.52021884918213
Output for 5.4.39
Notice: Undefined variable: i in /in/mtQQ3 on line 7 preg_match: 0.91184997558594 stripos: 0.45658898353577
Output for 5.4.38
Notice: Undefined variable: i in /in/mtQQ3 on line 7 preg_match: 1.0781190395355 stripos: 0.46547794342041
Output for 5.4.37
Notice: Undefined variable: i in /in/mtQQ3 on line 7 preg_match: 1.0744760036469 stripos: 0.45200800895691
Output for 5.4.36
Notice: Undefined variable: i in /in/mtQQ3 on line 7 preg_match: 1.0469958782196 stripos: 0.46437096595764
Output for 5.4.35
Notice: Undefined variable: i in /in/mtQQ3 on line 7 preg_match: 0.96430015563965 stripos: 0.46241593360901
Output for 5.4.34
Notice: Undefined variable: i in /in/mtQQ3 on line 7 preg_match: 0.90061807632446 stripos: 0.4672429561615
Output for 5.4.32
Notice: Undefined variable: i in /in/mtQQ3 on line 7 preg_match: 1.0817520618439 stripos: 0.46972703933716
Output for 5.4.31
Notice: Undefined variable: i in /in/mtQQ3 on line 7 preg_match: 0.88282513618469 stripos: 0.47342205047607
Output for 5.4.30
Notice: Undefined variable: i in /in/mtQQ3 on line 7 preg_match: 0.94144821166992 stripos: 0.45817494392395
Output for 5.4.29
Notice: Undefined variable: i in /in/mtQQ3 on line 7 preg_match: 0.93789196014404 stripos: 0.47127795219421
Output for 5.4.28
Notice: Undefined variable: i in /in/mtQQ3 on line 7 preg_match: 0.98771119117737 stripos: 0.47659802436829
Output for 5.4.27
Notice: Undefined variable: i in /in/mtQQ3 on line 7 preg_match: 0.97346615791321 stripos: 0.56319308280945
Output for 5.4.26
Notice: Undefined variable: i in /in/mtQQ3 on line 7 preg_match: 1.0395419597626 stripos: 0.55747604370117
Output for 5.4.25
Notice: Undefined variable: i in /in/mtQQ3 on line 7 preg_match: 0.99566698074341 stripos: 0.4577739238739
Output for 5.4.24
Notice: Undefined variable: i in /in/mtQQ3 on line 7 preg_match: 0.98531699180603 stripos: 0.55100083351135
Output for 5.4.23
Notice: Undefined variable: i in /in/mtQQ3 on line 7 preg_match: 1.0063660144806 stripos: 0.55416393280029
Output for 5.4.22
Notice: Undefined variable: i in /in/mtQQ3 on line 7 preg_match: 0.86370301246643 stripos: 0.46333003044128
Output for 5.4.21
Notice: Undefined variable: i in /in/mtQQ3 on line 7 preg_match: 1.0442230701447 stripos: 0.47746801376343
Output for 5.4.20
Notice: Undefined variable: i in /in/mtQQ3 on line 7 preg_match: 1.11106300354 stripos: 0.62089395523071
Output for 5.4.19
Notice: Undefined variable: i in /in/mtQQ3 on line 7 preg_match: 0.97847700119019 stripos: 0.46723079681396
Output for 5.4.18
Notice: Undefined variable: i in /in/mtQQ3 on line 7 preg_match: 1.0796608924866 stripos: 0.48687696456909
Output for 5.4.17
Notice: Undefined variable: i in /in/mtQQ3 on line 7 preg_match: 1.0357489585876 stripos: 0.47445392608643
Output for 5.4.16
Notice: Undefined variable: i in /in/mtQQ3 on line 7 preg_match: 0.86699795722961 stripos: 0.46335697174072
Output for 5.4.15
Notice: Undefined variable: i in /in/mtQQ3 on line 7 preg_match: 0.89993810653687 stripos: 0.49043416976929
Output for 5.4.14
Notice: Undefined variable: i in /in/mtQQ3 on line 7 preg_match: 0.88492393493652 stripos: 0.47849988937378
Output for 5.4.13
Notice: Undefined variable: i in /in/mtQQ3 on line 7 preg_match: 1.016793012619 stripos: 0.46957898139954
Output for 5.4.12
Notice: Undefined variable: i in /in/mtQQ3 on line 7 preg_match: 1.0719900131226 stripos: 0.4774169921875
Output for 5.4.11
Notice: Undefined variable: i in /in/mtQQ3 on line 7 preg_match: 0.92482995986938 stripos: 0.47437286376953
Output for 5.4.10
Notice: Undefined variable: i in /in/mtQQ3 on line 7 preg_match: 0.87735104560852 stripos: 0.48154497146606
Output for 5.4.9
Notice: Undefined variable: i in /in/mtQQ3 on line 7 preg_match: 0.93914008140564 stripos: 0.48996806144714
Output for 5.4.8
Notice: Undefined variable: i in /in/mtQQ3 on line 7 preg_match: 1.0435838699341 stripos: 0.49086308479309
Output for 5.4.7
Notice: Undefined variable: i in /in/mtQQ3 on line 7 preg_match: 0.96427702903748 stripos: 0.48764109611511
Output for 5.4.6
Notice: Undefined variable: i in /in/mtQQ3 on line 7 preg_match: 1.049546957016 stripos: 0.59612107276917
Output for 5.4.5
Notice: Undefined variable: i in /in/mtQQ3 on line 7 preg_match: 1.0705318450928 stripos: 0.49208807945251
Output for 5.4.4
Notice: Undefined variable: i in /in/mtQQ3 on line 7 preg_match: 1.0496640205383 stripos: 0.58312082290649
Output for 5.4.3
Notice: Undefined variable: i in /in/mtQQ3 on line 7 preg_match: 1.0417950153351 stripos: 0.48129606246948
Output for 5.4.2
Notice: Undefined variable: i in /in/mtQQ3 on line 7 preg_match: 1.0960490703583 stripos: 0.47844505310059
Output for 5.4.1
Notice: Undefined variable: i in /in/mtQQ3 on line 7 preg_match: 0.89912414550781 stripos: 0.48457789421082
Output for 5.4.0
Notice: Undefined variable: i in /in/mtQQ3 on line 7 preg_match: 0.94009900093079 stripos: 0.4875910282135
Output for 5.3.29
Notice: Undefined variable: i in /in/mtQQ3 on line 7 preg_match: 0.98801302909851 stripos: 0.67296409606934
Output for 5.3.28
Notice: Undefined variable: i in /in/mtQQ3 on line 7 preg_match: 1.1691319942474 stripos: 0.72783780097961
Output for 5.3.27
Notice: Undefined variable: i in /in/mtQQ3 on line 7 preg_match: 1.0165700912476 stripos: 0.67711997032166
Output for 5.3.26
Notice: Undefined variable: i in /in/mtQQ3 on line 7 preg_match: 1.0132009983063 stripos: 0.70104217529297
Output for 5.3.25
Notice: Undefined variable: i in /in/mtQQ3 on line 7 preg_match: 1.2320020198822 stripos: 0.79517602920532
Output for 5.3.24
Notice: Undefined variable: i in /in/mtQQ3 on line 7 preg_match: 1.1045939922333 stripos: 0.6874520778656
Output for 5.3.23
Notice: Undefined variable: i in /in/mtQQ3 on line 7 preg_match: 1.1120471954346 stripos: 0.76391696929932
Output for 5.3.22
Notice: Undefined variable: i in /in/mtQQ3 on line 7 preg_match: 1.0010259151459 stripos: 0.70520997047424
Output for 5.3.21
Notice: Undefined variable: i in /in/mtQQ3 on line 7 preg_match: 1.2486851215363 stripos: 0.74293994903564
Output for 5.3.20
Notice: Undefined variable: i in /in/mtQQ3 on line 7 preg_match: 1.1961359977722 stripos: 0.7045578956604
Output for 5.3.19
Notice: Undefined variable: i in /in/mtQQ3 on line 7 preg_match: 1.3312160968781 stripos: 0.92310380935669
Output for 5.3.18
Notice: Undefined variable: i in /in/mtQQ3 on line 7 preg_match: 1.0986530780792 stripos: 0.7920401096344
Output for 5.3.17
Notice: Undefined variable: i in /in/mtQQ3 on line 7 preg_match: 1.0206258296967 stripos: 0.70270800590515
Output for 5.3.16
Notice: Undefined variable: i in /in/mtQQ3 on line 7 preg_match: 1.1300809383392 stripos: 0.82416605949402
Output for 5.3.15
Notice: Undefined variable: i in /in/mtQQ3 on line 7 preg_match: 1.1023180484772 stripos: 0.68958497047424
Output for 5.3.14
Notice: Undefined variable: i in /in/mtQQ3 on line 7 preg_match: 1.040894985199 stripos: 0.70722603797913
Output for 5.3.13
Notice: Undefined variable: i in /in/mtQQ3 on line 7 preg_match: 1.1321949958801 stripos: 0.68477392196655
Output for 5.3.12
Notice: Undefined variable: i in /in/mtQQ3 on line 7 preg_match: 1.1621060371399 stripos: 0.79392194747925
Output for 5.3.11
Notice: Undefined variable: i in /in/mtQQ3 on line 7 preg_match: 1.0081171989441 stripos: 0.6990180015564
Output for 5.3.10
Notice: Undefined variable: i in /in/mtQQ3 on line 7 preg_match: 0.99167084693909 stripos: 0.70224094390869
Output for 5.3.9
Notice: Undefined variable: i in /in/mtQQ3 on line 7 preg_match: 1.052060842514 stripos: 0.68014907836914
Output for 5.3.8
Notice: Undefined variable: i in /in/mtQQ3 on line 7 preg_match: 1.0072460174561 stripos: 0.68361401557922
Output for 5.3.7
Notice: Undefined variable: i in /in/mtQQ3 on line 7 preg_match: 1.0142529010773 stripos: 0.70498585700989
Output for 5.3.6
Notice: Undefined variable: i in /in/mtQQ3 on line 7 preg_match: 1.0028781890869 stripos: 0.68242907524109
Output for 5.3.5
Notice: Undefined variable: i in /in/mtQQ3 on line 7 preg_match: 1.073126077652 stripos: 0.68335700035095
Output for 5.3.4
Notice: Undefined variable: i in /in/mtQQ3 on line 7 preg_match: 0.99979996681213 stripos: 0.67886805534363
Output for 5.3.3
Notice: Undefined variable: i in /in/mtQQ3 on line 7 preg_match: 1.1091201305389 stripos: 0.67530107498169
Output for 5.3.2
Notice: Undefined variable: i in /in/mtQQ3 on line 7 preg_match: 1.1036560535431 stripos: 0.68419003486633
Output for 5.3.1
Notice: Undefined variable: i in /in/mtQQ3 on line 7 preg_match: 1.001277923584 stripos: 0.70068883895874
Output for 5.3.0
Notice: Undefined variable: i in /in/mtQQ3 on line 7 preg_match: 1.1838309764862 stripos: 0.6779408454895
Output for 5.2.17
Notice: Undefined variable: i in /in/mtQQ3 on line 7 preg_match: 1.1363890171051 stripos: 0.70117115974426
Output for 5.2.16
Notice: Undefined variable: i in /in/mtQQ3 on line 7 preg_match: 1.0206160545349 stripos: 0.70219111442566
Output for 5.2.15
Notice: Undefined variable: i in /in/mtQQ3 on line 7 preg_match: 0.992182970047 stripos: 0.69879293441772
Output for 5.2.14
Notice: Undefined variable: i in /in/mtQQ3 on line 7 preg_match: 1.1331670284271 stripos: 0.81182098388672
Output for 5.2.13
Notice: Undefined variable: i in /in/mtQQ3 on line 7 preg_match: 1.1751310825348 stripos: 0.79445290565491
Output for 5.2.12
Notice: Undefined variable: i in /in/mtQQ3 on line 7 preg_match: 1.1396548748016 stripos: 0.70438885688782
Output for 5.2.11
Notice: Undefined variable: i in /in/mtQQ3 on line 7 preg_match: 1.1534979343414 stripos: 0.69997692108154
Output for 5.2.10
Notice: Undefined variable: i in /in/mtQQ3 on line 7 preg_match: 1.1731760501862 stripos: 0.80773305892944
Output for 5.2.9
Notice: Undefined variable: i in /in/mtQQ3 on line 7 preg_match: 1.177983045578 stripos: 0.7915358543396
Output for 5.2.8
Notice: Undefined variable: i in /in/mtQQ3 on line 7 preg_match: 1.1749799251556 stripos: 0.81845593452454
Output for 5.2.7
Notice: Undefined variable: i in /in/mtQQ3 on line 7 preg_match: 1.1510281562805 stripos: 0.70394706726074
Output for 5.2.6
Notice: Undefined variable: i in /in/mtQQ3 on line 7 preg_match: 1.2449860572815 stripos: 0.83062314987183
Output for 5.2.5
Notice: Undefined variable: i in /in/mtQQ3 on line 7 preg_match: 1.1836190223694 stripos: 0.68735909461975
Output for 5.2.4
Notice: Undefined variable: i in /in/mtQQ3 on line 7 preg_match: 1.2061440944672 stripos: 0.69113802909851
Output for 5.2.3
Notice: Undefined variable: i in /in/mtQQ3 on line 7 preg_match: 1.1307711601257 stripos: 0.79752802848816
Output for 5.2.2
Notice: Undefined variable: i in /in/mtQQ3 on line 7 preg_match: 1.158686876297 stripos: 0.81920909881592
Output for 5.2.1
Notice: Undefined variable: i in /in/mtQQ3 on line 7 preg_match: 1.0537872314453 stripos: 0.6853141784668
Output for 5.2.0
Notice: Undefined variable: i in /in/mtQQ3 on line 7 preg_match: 0.97939419746399 stripos: 0.71316814422607
Output for 5.1.6
Notice: Undefined variable: i in /in/mtQQ3 on line 7 preg_match: 1.2868239879608 stripos: 0.78268885612488
Output for 5.1.5
Notice: Undefined variable: i in /in/mtQQ3 on line 7 preg_match: 1.0385010242462 stripos: 0.65133380889893
Output for 5.1.4
Notice: Undefined variable: i in /in/mtQQ3 on line 7 preg_match: 1.0687019824982 stripos: 0.69427800178528
Output for 5.1.3
Notice: Undefined variable: i in /in/mtQQ3 on line 7 preg_match: 1.1910760402679 stripos: 0.68902611732483
Output for 5.1.2
Notice: Undefined variable: i in /in/mtQQ3 on line 7 preg_match: 1.0937781333923 stripos: 0.79417610168457
Output for 5.1.1
Notice: Undefined variable: i in /in/mtQQ3 on line 7 preg_match: 1.090390920639 stripos: 0.68057680130005
Output for 5.1.0
Notice: Undefined variable: i in /in/mtQQ3 on line 7 preg_match: 0.96075081825256 stripos: 0.69888091087341
Output for 5.0.5
Notice: Undefined variable: i in /in/mtQQ3 on line 7 preg_match: 1.34947681427 stripos: 1.0795001983643
Output for 5.0.4
Notice: Undefined variable: i in /in/mtQQ3 on line 7 preg_match: 1.098217010498 stripos: 0.94105005264282
Output for 5.0.3
Notice: Undefined variable: i in /in/mtQQ3 on line 7 preg_match: 1.2419958114624 stripos: 0.90842294692993
Output for 5.0.2
Notice: Undefined variable: i in /in/mtQQ3 on line 7 preg_match: 1.1170809268951 stripos: 0.94512605667114
Output for 5.0.1
Notice: Undefined variable: i in /in/mtQQ3 on line 7 preg_match: 1.0908989906311 stripos: 0.93256783485413
Output for 5.0.0
Notice: Undefined variable: i in /in/mtQQ3 on line 7 preg_match: 1.2373399734497 stripos: 0.92260408401489
Output for 4.4.9
Notice: Undefined variable: i in /in/mtQQ3 on line 7 preg_match: 0.366556 Fatal error: Call to undefined function: stripos() in /in/mtQQ3 on line 18
Process exited with code 255.
Output for 4.4.8
Notice: Undefined variable: i in /in/mtQQ3 on line 7 preg_match: 0.289572 Fatal error: Call to undefined function: stripos() in /in/mtQQ3 on line 18
Process exited with code 255.
Output for 4.4.7
Notice: Undefined variable: i in /in/mtQQ3 on line 7 preg_match: 0.341148 Fatal error: Call to undefined function: stripos() in /in/mtQQ3 on line 18
Process exited with code 255.
Output for 4.4.6
Notice: Undefined variable: i in /in/mtQQ3 on line 7 preg_match: 0.346292 Fatal error: Call to undefined function: stripos() in /in/mtQQ3 on line 18
Process exited with code 255.
Output for 4.4.5
Notice: Undefined variable: i in /in/mtQQ3 on line 7 preg_match: 0.338939 Fatal error: Call to undefined function: stripos() in /in/mtQQ3 on line 18
Process exited with code 255.
Output for 4.4.4
Notice: Undefined variable: i in /in/mtQQ3 on line 7 preg_match: 0.202695 Fatal error: Call to undefined function: stripos() in /in/mtQQ3 on line 18
Process exited with code 255.
Output for 4.4.3
Notice: Undefined variable: i in /in/mtQQ3 on line 7 preg_match: 0.180895 Fatal error: Call to undefined function: stripos() in /in/mtQQ3 on line 18
Process exited with code 255.
Output for 4.4.2
Notice: Undefined variable: i in /in/mtQQ3 on line 7 preg_match: 0.468792 Fatal error: Call to undefined function: stripos() in /in/mtQQ3 on line 18
Process exited with code 255.
Output for 4.4.1
Notice: Undefined variable: i in /in/mtQQ3 on line 7 preg_match: 0.300739 Fatal error: Call to undefined function: stripos() in /in/mtQQ3 on line 18
Process exited with code 255.
Output for 4.4.0
Notice: Undefined variable: i in /in/mtQQ3 on line 7 preg_match: 0.37193 Fatal error: Call to undefined function: stripos() in /in/mtQQ3 on line 18
Process exited with code 255.
Output for 4.3.11
Notice: Undefined variable: i in /in/mtQQ3 on line 7 preg_match: 0.189994 Fatal error: Call to undefined function: stripos() in /in/mtQQ3 on line 18
Process exited with code 255.
Output for 4.3.10
Notice: Undefined variable: i in /in/mtQQ3 on line 7 preg_match: 0.186818 Fatal error: Call to undefined function: stripos() in /in/mtQQ3 on line 18
Process exited with code 255.
Output for 4.3.9
Notice: Undefined variable: i in /in/mtQQ3 on line 7 preg_match: 0.04468 Fatal error: Call to undefined function: stripos() in /in/mtQQ3 on line 18
Process exited with code 255.
Output for 4.3.8
Notice: Undefined variable: i in /in/mtQQ3 on line 7 preg_match: 0.175245 Fatal error: Call to undefined function: stripos() in /in/mtQQ3 on line 18
Process exited with code 255.
Output for 4.3.7
Notice: Undefined variable: i in /in/mtQQ3 on line 7 preg_match: 0.230434 Fatal error: Call to undefined function: stripos() in /in/mtQQ3 on line 18
Process exited with code 255.
Output for 4.3.6
Notice: Undefined variable: i in /in/mtQQ3 on line 7 preg_match: 0.210757 Fatal error: Call to undefined function: stripos() in /in/mtQQ3 on line 18
Process exited with code 255.
Output for 4.3.5
Notice: Undefined variable: i in /in/mtQQ3 on line 7 preg_match: 0.055965 Fatal error: Call to undefined function: stripos() in /in/mtQQ3 on line 18
Process exited with code 255.
Output for 4.3.4
Notice: Undefined variable: i in /in/mtQQ3 on line 7 preg_match: 0.2325 Fatal error: Call to undefined function: stripos() in /in/mtQQ3 on line 18
Process exited with code 255.
Output for 4.3.3
Notice: Undefined variable: i in /in/mtQQ3 on line 7 preg_match: 0.29387 Fatal error: Call to undefined function: stripos() in /in/mtQQ3 on line 18
Process exited with code 255.
Output for 4.3.2
Notice: Undefined variable: i in /in/mtQQ3 on line 7 preg_match: 0.021772 Fatal error: Call to undefined function: stripos() in /in/mtQQ3 on line 18
Process exited with code 255.
Output for 4.3.1
Notice: Undefined variable: i in /in/mtQQ3 on line 7 preg_match: 0.95998 Fatal error: Call to undefined function: stripos() in /in/mtQQ3 on line 18
Output for 4.3.0
Notice: Undefined variable: i in /in/mtQQ3 on line 7 preg_match: 0.865194 Fatal error: Call to undefined function: stripos() in /in/mtQQ3 on line 18

preferences:
165.7 ms | 401 KiB | 232 Q