3v4l.org

run code in 300+ PHP versions simultaneously
<?php $class = 'Concrete5_Controller_Name'; // Let's warm up $i = 0; while(++$i < 10000) { if(0) {} } // Test 'preg_match' $i = 0; $start = microtime(true); while(++$i < 100000) { 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 'stripos' $i = 0; $start = microtime(true); while(++$i < 100000) { 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.038980007171631 stripos: 0.072396993637085
Output for 7.4.0
preg_match: 0.037446022033691 stripos: 0.068301916122437
Output for 7.3.13
preg_match: 0.02640700340271 stripos: 0.042747974395752
Output for 7.3.12
preg_match: 0.025291919708252 stripos: 0.046912908554077
Output for 7.3.11
preg_match: 0.042090892791748 stripos: 0.067809820175171
Output for 7.3.10
preg_match: 0.022447109222412 stripos: 0.040979862213135
Output for 7.3.9
preg_match: 0.025120973587036 stripos: 0.040615081787109
Output for 7.3.8
preg_match: 0.022440910339355 stripos: 0.043547868728638
Output for 7.3.7
preg_match: 0.022264957427979 stripos: 0.043184995651245
Output for 7.3.6
preg_match: 0.022516965866089 stripos: 0.063486099243164
Output for 7.3.5
preg_match: 0.044080972671509 stripos: 0.052217960357666
Output for 7.3.4
preg_match: 0.024187803268433 stripos: 0.041236877441406
Output for 7.3.3
preg_match: 0.025867938995361 stripos: 0.039880037307739
Output for 7.3.2
preg_match: 0.025948047637939 stripos: 0.046734094619751
Output for 7.3.1
preg_match: 0.024662017822266 stripos: 0.041824817657471
Output for 7.3.0
preg_match: 0.03075909614563 stripos: 0.051346063613892
Output for 7.2.26
preg_match: 0.033943891525269 stripos: 0.060168981552124
Output for 7.2.25
preg_match: 0.057679891586304 stripos: 0.062564134597778
Output for 7.2.24
preg_match: 0.048648834228516 stripos: 0.041414976119995
Output for 7.2.23
preg_match: 0.033403873443604 stripos: 0.040759086608887
Output for 7.2.22
preg_match: 0.037197113037109 stripos: 0.040581941604614
Output for 7.2.21
preg_match: 0.034677028656006 stripos: 0.042336940765381
Output for 7.2.20
preg_match: 0.036475896835327 stripos: 0.046673774719238
Output for 7.2.19
preg_match: 0.036815166473389 stripos: 0.051475048065186
Output for 7.2.18
preg_match: 0.036779880523682 stripos: 0.040578126907349
Output for 7.2.17
preg_match: 0.033367872238159 stripos: 0.041028022766113
Output for 7.2.16
preg_match: 0.032366037368774 stripos: 0.041882038116455
Output for 7.2.15
preg_match: 0.033267021179199 stripos: 0.040655136108398
Output for 7.2.14
preg_match: 0.035010814666748 stripos: 0.040491104125977
Output for 7.2.13
preg_match: 0.03386402130127 stripos: 0.040124893188477
Output for 7.2.12
preg_match: 0.033452033996582 stripos: 0.040875911712646
Output for 7.2.11
preg_match: 0.056864023208618 stripos: 0.063102006912231
Output for 7.2.10
preg_match: 0.034871101379395 stripos: 0.040969133377075
Output for 7.2.9
preg_match: 0.042777061462402 stripos: 0.053248167037964
Output for 7.2.8
preg_match: 0.055953025817871 stripos: 0.067591190338135
Output for 7.2.7
preg_match: 0.042487859725952 stripos: 0.045403957366943
Output for 7.2.6
preg_match: 0.036892890930176 stripos: 0.04651403427124
Output for 7.2.5
preg_match: 0.037210941314697 stripos: 0.043910980224609
Output for 7.2.4
preg_match: 0.037672996520996 stripos: 0.04399299621582
Output for 7.2.3
preg_match: 0.052730798721313 stripos: 0.044108867645264
Output for 7.2.2
preg_match: 0.042798042297363 stripos: 0.041725873947144
Output for 7.2.1
preg_match: 0.033174991607666 stripos: 0.043349027633667
Output for 7.2.0
preg_match: 0.040363073348999 stripos: 0.040292024612427
Output for 7.1.33
preg_match: 0.04789400100708 stripos: 0.067572832107544
Output for 7.1.32
preg_match: 0.048952102661133 stripos: 0.067720174789429
Output for 7.1.31
preg_match: 0.046787023544312 stripos: 0.066860914230347
Output for 7.1.30
preg_match: 0.046839952468872 stripos: 0.068331956863403
Output for 7.1.29
preg_match: 0.052962064743042 stripos: 0.078652858734131
Output for 7.1.28
preg_match: 0.04731297492981 stripos: 0.069169998168945
Output for 7.1.27
preg_match: 0.049746990203857 stripos: 0.067343950271606
Output for 7.1.26
preg_match: 0.048038005828857 stripos: 0.069190979003906
Output for 7.1.25
preg_match: 0.049071073532104 stripos: 0.10776305198669
Output for 7.1.24
preg_match: 0.076627969741821 stripos: 0.07346510887146
Output for 7.1.23
preg_match: 0.051476001739502 stripos: 0.086627006530762
Output for 7.1.22
preg_match: 0.045310020446777 stripos: 0.073349952697754
Output for 7.1.21
preg_match: 0.078689098358154 stripos: 0.10669207572937
Output for 7.1.20
preg_match: 0.05106520652771 stripos: 0.081428050994873
Output for 7.1.19
preg_match: 0.047636985778809 stripos: 0.06946587562561
Output for 7.1.18
preg_match: 0.052034854888916 stripos: 0.094934940338135
Output for 7.1.17
preg_match: 0.04793119430542 stripos: 0.07185697555542
Output for 7.1.16
preg_match: 0.049175977706909 stripos: 0.064440965652466
Output for 7.1.15
preg_match: 0.057873010635376 stripos: 0.089492082595825
Output for 7.1.14
preg_match: 0.049631834030151 stripos: 0.076766967773438
Output for 7.1.13
preg_match: 0.046308040618896 stripos: 0.074211835861206
Output for 7.1.12
preg_match: 0.046698093414307 stripos: 0.065190076828003
Output for 7.1.11
preg_match: 0.046416997909546 stripos: 0.06917405128479
Output for 7.1.10
preg_match: 0.049154996871948 stripos: 0.073977947235107
Output for 7.1.9
preg_match: 0.045205116271973 stripos: 0.066131114959717
Output for 7.1.8
preg_match: 0.057916879653931 stripos: 0.071837902069092
Output for 7.1.7
preg_match: 0.048548936843872 stripos: 0.082537174224854
Output for 7.1.6
preg_match: 0.048125982284546 stripos: 0.069005966186523
Output for 7.1.5
preg_match: 0.046980857849121 stripos: 0.083797931671143
Output for 7.1.4
preg_match: 0.074974060058594 stripos: 0.10030221939087
Output for 7.1.3
preg_match: 0.050503969192505 stripos: 0.072588920593262
Output for 7.1.2
preg_match: 0.047008037567139 stripos: 0.067173004150391
Output for 7.1.1
preg_match: 0.050143957138062 stripos: 0.089756965637207
Output for 7.1.0
preg_match: 0.056506872177124 stripos: 0.073268890380859
Output for 7.0.33
preg_match: 0.048673868179321 stripos: 0.074787855148315
Output for 7.0.32
preg_match: 0.052868127822876 stripos: 0.080487966537476
Output for 7.0.31
preg_match: 0.05091404914856 stripos: 0.071791172027588
Output for 7.0.30
preg_match: 0.046754837036133 stripos: 0.071523189544678
Output for 7.0.29
preg_match: 0.047224998474121 stripos: 0.074280023574829
Output for 7.0.28
preg_match: 0.053961038589478 stripos: 0.069386005401611
Output for 7.0.27
preg_match: 0.04429292678833 stripos: 0.070510864257812
Output for 7.0.26
preg_match: 0.050525903701782 stripos: 0.070591926574707
Output for 7.0.25
preg_match: 0.048951148986816 stripos: 0.070831060409546
Output for 7.0.24
preg_match: 0.05289101600647 stripos: 0.087634801864624
Output for 7.0.23
preg_match: 0.047096967697144 stripos: 0.071144104003906
Output for 7.0.22
preg_match: 0.050019979476929 stripos: 0.074734926223755
Output for 7.0.21
preg_match: 0.051434993743896 stripos: 0.077330827713013
Output for 7.0.20
preg_match: 0.049241065979004 stripos: 0.073879957199097
Output for 7.0.19
preg_match: 0.051350116729736 stripos: 0.080936908721924
Output for 7.0.18
preg_match: 0.049639940261841 stripos: 0.072556018829346
Output for 7.0.17
preg_match: 0.05109691619873 stripos: 0.079632043838501
Output for 7.0.16
preg_match: 0.046337842941284 stripos: 0.080195188522339
Output for 7.0.15
preg_match: 0.047934055328369 stripos: 0.089309930801392
Output for 7.0.14
preg_match: 0.065167903900146 stripos: 0.070106983184814
Output for 7.0.13
preg_match: 0.047475099563599 stripos: 0.07882285118103
Output for 7.0.12
preg_match: 0.050859928131104 stripos: 0.10065484046936
Output for 7.0.11
preg_match: 0.068461179733276 stripos: 0.083975791931152
Output for 7.0.10
preg_match: 0.056090116500854 stripos: 0.076231002807617
Output for 7.0.9
preg_match: 0.07707405090332 stripos: 0.11456990242004
Output for 7.0.8
preg_match: 0.059786796569824 stripos: 0.072336912155151
Output for 7.0.7
preg_match: 0.051338911056519 stripos: 0.084914922714233
Output for 7.0.6
preg_match: 0.04733419418335 stripos: 0.071162939071655
Output for 7.0.5
preg_match: 0.045549869537354 stripos: 0.082497119903564
Output for 7.0.4
preg_match: 0.057891130447388 stripos: 0.1196300983429
Output for 7.0.3
preg_match: 0.046278953552246 stripos: 0.10022401809692
Output for 7.0.2
preg_match: 0.05483603477478 stripos: 0.066999912261963
Output for 7.0.1
preg_match: 0.047091960906982 stripos: 0.067915916442871
Output for 7.0.0
preg_match: 0.075773954391479 stripos: 0.085622072219849
Output for 5.6.40
preg_match: 0.18832898139954 stripos: 0.11558985710144
Output for 5.6.39
preg_match: 0.20654797554016 stripos: 0.10005402565002
Output for 5.6.38
preg_match: 0.1690239906311 stripos: 0.10796213150024
Output for 5.6.37
preg_match: 0.16769981384277 stripos: 0.097907066345215
Output for 5.6.36
preg_match: 0.18261408805847 stripos: 0.11395812034607
Output for 5.6.35
preg_match: 0.17063403129578 stripos: 0.097599029541016
Output for 5.6.34
preg_match: 0.17245101928711 stripos: 0.10237598419189
Output for 5.6.33
preg_match: 0.18207097053528 stripos: 0.1083710193634
Output for 5.6.32
preg_match: 0.17523598670959 stripos: 0.098800897598267
Output for 5.6.31
preg_match: 0.171550989151 stripos: 0.15184187889099
Output for 5.6.30
preg_match: 0.16978287696838 stripos: 0.098207950592041
Output for 5.6.29
preg_match: 0.16527199745178 stripos: 0.10262179374695
Output for 5.6.28
preg_match: 0.19913983345032 stripos: 0.11518788337708
Output for 5.6.27
preg_match: 0.18341708183289 stripos: 0.10569906234741
Output for 5.6.26
preg_match: 0.17241501808167 stripos: 0.098762035369873
Output for 5.6.25
preg_match: 0.24475789070129 stripos: 0.096158027648926
Output for 5.6.24
preg_match: 0.18989014625549 stripos: 0.10108494758606
Output for 5.6.23
preg_match: 0.20635294914246 stripos: 0.11957120895386
Output for 5.6.22
preg_match: 0.16349101066589 stripos: 0.12320590019226
Output for 5.6.21
preg_match: 0.18871283531189 stripos: 0.11197185516357
Output for 5.6.20
preg_match: 0.18393707275391 stripos: 0.09761381149292
Output for 5.6.19
preg_match: 0.21083998680115 stripos: 0.10255098342896
Output for 5.6.18
preg_match: 0.1745228767395 stripos: 0.096757888793945
Output for 5.6.17
preg_match: 0.17449688911438 stripos: 0.10828495025635
Output for 5.6.16
preg_match: 0.17071008682251 stripos: 0.092912197113037
Output for 5.6.15
preg_match: 0.16240096092224 stripos: 0.096056938171387
Output for 5.6.14
preg_match: 0.16454291343689 stripos: 0.14286613464355
Output for 5.6.13
preg_match: 0.25008797645569 stripos: 0.14965605735779
Output for 5.6.12
preg_match: 0.21403002738953 stripos: 0.11277484893799
Output for 5.6.11
preg_match: 0.20210194587708 stripos: 0.09440803527832
Output for 5.6.10
preg_match: 0.18437004089355 stripos: 0.099519014358521
Output for 5.6.9
preg_match: 0.16069221496582 stripos: 0.11669588088989
Output for 5.6.8
preg_match: 0.23152589797974 stripos: 0.10458898544312
Output for 5.6.7
preg_match: 0.20307016372681 stripos: 0.096804857254028
Output for 5.6.6
preg_match: 0.25599384307861 stripos: 0.12528300285339
Output for 5.6.5
preg_match: 0.18931889533997 stripos: 0.10501503944397
Output for 5.6.4
preg_match: 0.18276190757751 stripos: 0.10918712615967
Output for 5.6.3
preg_match: 0.25456690788269 stripos: 0.15197801589966
Output for 5.6.2
preg_match: 0.25441813468933 stripos: 0.14535403251648
Output for 5.6.1
preg_match: 0.16022205352783 stripos: 0.097320079803467
Output for 5.6.0
preg_match: 0.17942214012146 stripos: 0.10805797576904
Output for 5.5.38
preg_match: 0.20142102241516 stripos: 0.13988280296326
Output for 5.5.37
preg_match: 0.16662502288818 stripos: 0.096637010574341
Output for 5.5.36
preg_match: 0.16742086410522 stripos: 0.12180304527283
Output for 5.5.35
preg_match: 0.22170305252075 stripos: 0.0988929271698
Output for 5.5.34
preg_match: 0.18798804283142 stripos: 0.10136413574219
Output for 5.5.33
preg_match: 0.18755388259888 stripos: 0.10963702201843
Output for 5.5.32
preg_match: 0.18692684173584 stripos: 0.14540195465088
Output for 5.5.31
preg_match: 0.19677901268005 stripos: 0.099663972854614
Output for 5.5.30
preg_match: 0.1647310256958 stripos: 0.10046100616455
Output for 5.5.29
preg_match: 0.16746091842651 stripos: 0.097010135650635
Output for 5.5.28
preg_match: 0.17963600158691 stripos: 0.14206695556641
Output for 5.5.27
preg_match: 0.18823194503784 stripos: 0.10038709640503
Output for 5.5.26
preg_match: 0.18148994445801 stripos: 0.1081109046936
Output for 5.5.25
preg_match: 0.20914602279663 stripos: 0.10016489028931
Output for 5.5.24
preg_match: 0.19980692863464 stripos: 0.09499979019165
Output for 5.5.23
preg_match: 0.19992399215698 stripos: 0.15840411186218
Output for 5.5.22
preg_match: 0.16146993637085 stripos: 0.10450005531311
Output for 5.5.21
preg_match: 0.25471186637878 stripos: 0.099425077438354
Output for 5.5.20
preg_match: 0.19461798667908 stripos: 0.12647676467896
Output for 5.5.19
preg_match: 0.25857710838318 stripos: 0.15158700942993
Output for 5.5.18
preg_match: 0.19765186309814 stripos: 0.093740940093994
Output for 5.5.17
preg_match: 0.16159915924072 stripos: 0.099770069122314
Output for 5.5.16
preg_match: 0.21642398834229 stripos: 0.1516330242157
Output for 5.5.15
preg_match: 0.18949484825134 stripos: 0.11706900596619
Output for 5.5.14
preg_match: 0.21997809410095 stripos: 0.10564517974854
Output for 5.5.13
preg_match: 0.15986895561218 stripos: 0.10243678092957
Output for 5.5.12
preg_match: 0.17638897895813 stripos: 0.14254593849182
Output for 5.5.11
preg_match: 0.17802000045776 stripos: 0.10677719116211
Output for 5.5.10
preg_match: 0.19502902030945 stripos: 0.095412969589233
Output for 5.5.9
preg_match: 0.20234298706055 stripos: 0.093220949172974
Output for 5.5.8
preg_match: 0.16546702384949 stripos: 0.15266299247742
Output for 5.5.7
preg_match: 0.17546582221985 stripos: 0.11117100715637
Output for 5.5.6
preg_match: 0.22758507728577 stripos: 0.10542488098145
Output for 5.5.5
preg_match: 0.1780059337616 stripos: 0.10743999481201
Output for 5.5.4
preg_match: 0.16329002380371 stripos: 0.095932006835938
Output for 5.5.3
preg_match: 0.16298604011536 stripos: 0.14722990989685
Output for 5.5.2
preg_match: 0.17584896087646 stripos: 0.10854697227478
Output for 5.5.1
preg_match: 0.24152994155884 stripos: 0.14529895782471
Output for 5.5.0
preg_match: 0.20362281799316 stripos: 0.11840105056763
Output for 5.4.45
preg_match: 0.26058983802795 stripos: 0.14268398284912
Output for 5.4.44
preg_match: 0.18946599960327 stripos: 0.11110591888428
Output for 5.4.43
preg_match: 0.18481993675232 stripos: 0.11059308052063
Output for 5.4.42
preg_match: 0.1706759929657 stripos: 0.10182619094849
Output for 5.4.41
preg_match: 0.21282482147217 stripos: 0.10271787643433
Output for 5.4.40
preg_match: 0.18531107902527 stripos: 0.10679388046265
Output for 5.4.39
preg_match: 0.22617506980896 stripos: 0.15395593643188
Output for 5.4.38
preg_match: 0.20611190795898 stripos: 0.13806486129761
Output for 5.4.37
preg_match: 0.24676394462585 stripos: 0.097172975540161
Output for 5.4.36
preg_match: 0.25665783882141 stripos: 0.15576100349426
Output for 5.4.35
preg_match: 0.16345000267029 stripos: 0.10997700691223
Output for 5.4.34
preg_match: 0.19484901428223 stripos: 0.10810708999634
Output for 5.4.33
preg_match: 0.16889715194702 stripos: 0.13981699943542
Output for 5.4.32
preg_match: 0.17147588729858 stripos: 0.15439891815186
Output for 5.4.31
preg_match: 0.16558814048767 stripos: 0.092284917831421
Output for 5.4.30
preg_match: 0.18115711212158 stripos: 0.10749101638794
Output for 5.4.29
preg_match: 0.16291785240173 stripos: 0.09558892250061
Output for 5.4.28
preg_match: 0.21834397315979 stripos: 0.15763998031616
Output for 5.4.27
preg_match: 0.26366114616394 stripos: 0.10923099517822
Output for 5.4.26
preg_match: 0.16057801246643 stripos: 0.11449694633484
Output for 5.4.25
preg_match: 0.18296313285828 stripos: 0.1143491268158
Output for 5.4.24
preg_match: 0.18640494346619 stripos: 0.11056184768677
Output for 5.4.23
preg_match: 0.19395112991333 stripos: 0.15337800979614
Output for 5.4.22
preg_match: 0.24430394172668 stripos: 0.11741900444031
Output for 5.4.21
preg_match: 0.20995903015137 stripos: 0.098320007324219
Output for 5.4.20
preg_match: 0.17069816589355 stripos: 0.11490297317505
Output for 5.4.19
preg_match: 0.16086506843567 stripos: 0.14461302757263
Output for 5.4.18
preg_match: 0.1643979549408 stripos: 0.098739147186279
Output for 5.4.17
preg_match: 0.20796990394592 stripos: 0.098567008972168
Output for 5.4.16
preg_match: 0.25173187255859 stripos: 0.11660385131836
Output for 5.4.15
preg_match: 0.18151497840881 stripos: 0.10899710655212
Output for 5.4.14
preg_match: 0.18664479255676 stripos: 0.14166402816772
Output for 5.4.13
preg_match: 0.21309876441956 stripos: 0.12904000282288
Output for 5.4.12
preg_match: 0.18676400184631 stripos: 0.1117901802063
Output for 5.4.11
preg_match: 0.18670916557312 stripos: 0.099302053451538
Output for 5.4.10
preg_match: 0.19117093086243 stripos: 0.097826957702637
Output for 5.4.9
preg_match: 0.21229600906372 stripos: 0.16003203392029
Output for 5.4.8
preg_match: 0.25378704071045 stripos: 0.15554594993591
Output for 5.4.7
preg_match: 0.26332497596741 stripos: 0.15409183502197
Output for 5.4.6
preg_match: 0.19042992591858 stripos: 0.10732388496399
Output for 5.4.5
preg_match: 0.20654988288879 stripos: 0.099353790283203
Output for 5.4.4
preg_match: 0.17873501777649 stripos: 0.11001396179199
Output for 5.4.3
preg_match: 0.24875593185425 stripos: 0.099684000015259
Output for 5.4.2
preg_match: 0.2138831615448 stripos: 0.12790584564209
Output for 5.4.1
preg_match: 0.18559598922729 stripos: 0.099899053573608
Output for 5.4.0
preg_match: 0.21168494224548 stripos: 0.098120927810669
Output for 5.3.29
preg_match: 0.26871204376221 stripos: 0.13953804969788
Output for 5.3.28
preg_match: 0.22359299659729 stripos: 0.13471484184265
Output for 5.3.27
preg_match: 0.19665122032166 stripos: 0.11596584320068
Output for 5.3.26
preg_match: 0.19163513183594 stripos: 0.17612290382385
Output for 5.3.25
preg_match: 0.19254302978516 stripos: 0.13704991340637
Output for 5.3.24
preg_match: 0.23570418357849 stripos: 0.13989400863647
Output for 5.3.23
preg_match: 0.22171401977539 stripos: 0.13172388076782
Output for 5.3.22
preg_match: 0.2155601978302 stripos: 0.1197202205658
Output for 5.3.21
preg_match: 0.21942400932312 stripos: 0.12322998046875
Output for 5.3.20
preg_match: 0.20256018638611 stripos: 0.12993621826172
Output for 5.3.19
preg_match: 0.27674913406372 stripos: 0.1625280380249
Output for 5.3.18
preg_match: 0.18283414840698 stripos: 0.13620090484619
Output for 5.3.17
preg_match: 0.20165705680847 stripos: 0.1235179901123
Output for 5.3.16
preg_match: 0.22425603866577 stripos: 0.1443829536438
Output for 5.3.15
preg_match: 0.18349504470825 stripos: 0.11771202087402
Output for 5.3.14
preg_match: 0.19333815574646 stripos: 0.13793897628784
Output for 5.3.13
preg_match: 0.22645115852356 stripos: 0.11605501174927
Output for 5.3.12
preg_match: 0.25283598899841 stripos: 0.126384973526
Output for 5.3.11
preg_match: 0.1861310005188 stripos: 0.11858510971069
Output for 5.3.10
preg_match: 0.20784306526184 stripos: 0.13771414756775
Output for 5.3.9
preg_match: 0.194500207901 stripos: 0.17264223098755
Output for 5.3.8
preg_match: 0.20005202293396 stripos: 0.1283130645752
Output for 5.3.7
preg_match: 0.18035316467285 stripos: 0.11667990684509
Output for 5.3.6
preg_match: 0.2420711517334 stripos: 0.11862301826477
Output for 5.3.5
preg_match: 0.2537682056427 stripos: 0.11863994598389
Output for 5.3.4
preg_match: 0.26097321510315 stripos: 0.14294695854187
Output for 5.3.3
preg_match: 0.18188714981079 stripos: 0.11310815811157
Output for 5.3.2
preg_match: 0.19497108459473 stripos: 0.12572813034058
Output for 5.3.1
preg_match: 0.17701601982117 stripos: 0.11833190917969
Output for 5.3.0
preg_match: 0.17682814598083 stripos: 0.11278200149536
Output for 5.2.17
preg_match: 0.14014601707458 stripos: 0.092128038406372
Output for 5.2.16
preg_match: 0.15284299850464 stripos: 0.09201192855835
Output for 5.2.15
preg_match: 0.15780401229858 stripos: 0.092504978179932
Output for 5.2.14
preg_match: 0.15064978599548 stripos: 0.091992855072021
Output for 5.2.13
preg_match: 0.15808892250061 stripos: 0.096623182296753
Output for 5.2.12
preg_match: 0.13740491867065 stripos: 0.092768907546997
Output for 5.2.11
preg_match: 0.12101316452026 stripos: 0.091418027877808
Output for 5.2.10
preg_match: 0.15503311157227 stripos: 0.096769094467163
Output for 5.2.9
preg_match: 0.14646887779236 stripos: 0.092137098312378
Output for 5.2.8
preg_match: 0.15283203125 stripos: 0.091722011566162
Output for 5.2.7
preg_match: 0.15394902229309 stripos: 0.090000152587891
Output for 5.2.6
preg_match: 0.13830900192261 stripos: 0.09012508392334
Output for 5.2.5
preg_match: 0.12014389038086 stripos: 0.090089082717896
Output for 5.2.4
preg_match: 0.12119102478027 stripos: 0.090929985046387
Output for 5.2.3
preg_match: 0.15259695053101 stripos: 0.097624063491821
Output for 5.2.2
preg_match: 0.13203001022339 stripos: 0.094627141952515
Output for 5.2.1
preg_match: 0.15174603462219 stripos: 0.092657089233398
Output for 5.2.0
preg_match: 0.13567090034485 stripos: 0.091691970825195
Output for 5.1.6
preg_match: 0.13505697250366 stripos: 0.089154005050659
Output for 5.1.5
preg_match: 0.13533496856689 stripos: 0.085442066192627
Output for 5.1.4
preg_match: 0.15370416641235 stripos: 0.088216066360474
Output for 5.1.3
preg_match: 0.15116000175476 stripos: 0.088706016540527
Output for 5.1.2
preg_match: 0.13033413887024 stripos: 0.089263916015625
Output for 5.1.1
preg_match: 0.12295913696289 stripos: 0.086916923522949
Output for 5.1.0
preg_match: 0.15478801727295 stripos: 0.09033203125
Output for 5.0.5
preg_match: 0.17475581169128 stripos: 0.11325287818909
Output for 5.0.4
preg_match: 0.16945886611938 stripos: 0.11273407936096
Output for 5.0.3
preg_match: 0.14565396308899 stripos: 0.10766386985779
Output for 5.0.2
preg_match: 0.17021489143372 stripos: 0.10837817192078
Output for 5.0.1
preg_match: 0.16314697265625 stripos: 0.11189818382263
Output for 5.0.0
preg_match: 0.15301704406738 stripos: 0.10869789123535
Output for 4.4.9
preg_match: 0.167678 Fatal error: Call to undefined function: stripos() in /in/nqqOX on line 16
Process exited with code 255.
Output for 4.4.8
preg_match: 0.177814 Fatal error: Call to undefined function: stripos() in /in/nqqOX on line 16
Process exited with code 255.
Output for 4.4.7
preg_match: -0.810468 Fatal error: Call to undefined function: stripos() in /in/nqqOX on line 16
Process exited with code 255.
Output for 4.4.6
preg_match: 0.183425 Fatal error: Call to undefined function: stripos() in /in/nqqOX on line 16
Process exited with code 255.
Output for 4.4.5
preg_match: 0.157662 Fatal error: Call to undefined function: stripos() in /in/nqqOX on line 16
Process exited with code 255.
Output for 4.4.4
preg_match: -0.821526 Fatal error: Call to undefined function: stripos() in /in/nqqOX on line 16
Process exited with code 255.
Output for 4.4.3
preg_match: 0.174222 Fatal error: Call to undefined function: stripos() in /in/nqqOX on line 16
Process exited with code 255.
Output for 4.4.2
preg_match: 0.169765 Fatal error: Call to undefined function: stripos() in /in/nqqOX on line 16
Process exited with code 255.
Output for 4.4.1
preg_match: 0.189232 Fatal error: Call to undefined function: stripos() in /in/nqqOX on line 16
Process exited with code 255.
Output for 4.4.0
preg_match: 0.159709 Fatal error: Call to undefined function: stripos() in /in/nqqOX on line 16
Process exited with code 255.
Output for 4.3.11
preg_match: 0.171919 Fatal error: Call to undefined function: stripos() in /in/nqqOX on line 16
Process exited with code 255.
Output for 4.3.10
preg_match: 0.170991 Fatal error: Call to undefined function: stripos() in /in/nqqOX on line 16
Process exited with code 255.
Output for 4.3.9
preg_match: 0.168347 Fatal error: Call to undefined function: stripos() in /in/nqqOX on line 16
Process exited with code 255.
Output for 4.3.8
preg_match: 0.158869 Fatal error: Call to undefined function: stripos() in /in/nqqOX on line 16
Process exited with code 255.
Output for 4.3.7
preg_match: 0.152872 Fatal error: Call to undefined function: stripos() in /in/nqqOX on line 16
Process exited with code 255.
Output for 4.3.6
preg_match: 0.164353 Fatal error: Call to undefined function: stripos() in /in/nqqOX on line 16
Process exited with code 255.
Output for 4.3.5
preg_match: 0.160292 Fatal error: Call to undefined function: stripos() in /in/nqqOX on line 16
Process exited with code 255.
Output for 4.3.4
preg_match: 0.150589 Fatal error: Call to undefined function: stripos() in /in/nqqOX on line 16
Process exited with code 255.
Output for 4.3.3
preg_match: -0.835726 Fatal error: Call to undefined function: stripos() in /in/nqqOX on line 16
Process exited with code 255.
Output for 4.3.2
preg_match: 0.117708 Fatal error: Call to undefined function: stripos() in /in/nqqOX on line 16
Process exited with code 255.
Output for 4.3.1
preg_match: 0.13144 Fatal error: Call to undefined function: stripos() in /in/nqqOX on line 16
Output for 4.3.0
preg_match: 0.150639 Fatal error: Call to undefined function: stripos() in /in/nqqOX on line 16

preferences:
259.09 ms | 401 KiB | 325 Q