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 < 10000) { 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 < 10000) { 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.0039877891540527 stripos: 0.0071799755096436
Output for 7.4.0
preg_match: 0.0038959980010986 stripos: 0.0066990852355957
Output for 7.3.13
preg_match: 0.0045671463012695 stripos: 0.0067541599273682
Output for 7.3.12
preg_match: 0.0046820640563965 stripos: 0.0039479732513428
Output for 7.3.11
preg_match: 0.0042948722839355 stripos: 0.0069971084594727
Output for 7.3.10
preg_match: 0.0028958320617676 stripos: 0.0044610500335693
Output for 7.3.9
preg_match: 0.0026459693908691 stripos: 0.004626989364624
Output for 7.3.8
preg_match: 0.0028979778289795 stripos: 0.0052640438079834
Output for 7.3.7
preg_match: 0.0027689933776855 stripos: 0.0042119026184082
Output for 7.3.6
preg_match: 0.0023279190063477 stripos: 0.0040781497955322
Output for 7.3.5
preg_match: 0.002249002456665 stripos: 0.004101037979126
Output for 7.3.4
preg_match: 0.0035130977630615 stripos: 0.0042300224304199
Output for 7.3.3
preg_match: 0.0023059844970703 stripos: 0.0040299892425537
Output for 7.3.2
preg_match: 0.0040929317474365 stripos: 0.0047051906585693
Output for 7.3.1
preg_match: 0.0039708614349365 stripos: 0.0048229694366455
Output for 7.3.0
preg_match: 0.0022690296173096 stripos: 0.0042538642883301
Output for 7.2.26
preg_match: 0.0057060718536377 stripos: 0.0070388317108154
Output for 7.2.25
preg_match: 0.0040311813354492 stripos: 0.0049149990081787
Output for 7.2.24
preg_match: 0.0048809051513672 stripos: 0.0041348934173584
Output for 7.2.23
preg_match: 0.0039520263671875 stripos: 0.0047369003295898
Output for 7.2.22
preg_match: 0.004392147064209 stripos: 0.0053470134735107
Output for 7.2.21
preg_match: 0.0033938884735107 stripos: 0.0042238235473633
Output for 7.2.20
preg_match: 0.004133939743042 stripos: 0.0050599575042725
Output for 7.2.19
preg_match: 0.004910945892334 stripos: 0.0055949687957764
Output for 7.2.18
preg_match: 0.0046899318695068 stripos: 0.0040180683135986
Output for 7.2.17
preg_match: 0.0060601234436035 stripos: 0.0043280124664307
Output for 7.2.16
preg_match: 0.0034730434417725 stripos: 0.0042049884796143
Output for 7.2.15
preg_match: 0.004647970199585 stripos: 0.0040500164031982
Output for 7.2.14
preg_match: 0.0033979415893555 stripos: 0.0039958953857422
Output for 7.2.13
preg_match: 0.0040237903594971 stripos: 0.0040390491485596
Output for 7.2.12
preg_match: 0.004148006439209 stripos: 0.0046031475067139
Output for 7.2.11
preg_match: 0.003464937210083 stripos: 0.0040128231048584
Output for 7.2.10
preg_match: 0.0034470558166504 stripos: 0.0040521621704102
Output for 7.2.9
preg_match: 0.0049958229064941 stripos: 0.0044431686401367
Output for 7.2.8
preg_match: 0.0033431053161621 stripos: 0.0040059089660645
Output for 7.2.7
preg_match: 0.0033760070800781 stripos: 0.0041129589080811
Output for 7.2.6
preg_match: 0.0036840438842773 stripos: 0.0042300224304199
Output for 7.2.5
preg_match: 0.0038321018218994 stripos: 0.0040960311889648
Output for 7.2.4
preg_match: 0.0038509368896484 stripos: 0.004241943359375
Output for 7.2.3
preg_match: 0.0042550563812256 stripos: 0.0040731430053711
Output for 7.2.2
preg_match: 0.003870964050293 stripos: 0.0040431022644043
Output for 7.2.1
preg_match: 0.0052928924560547 stripos: 0.0044620037078857
Output for 7.2.0
preg_match: 0.0061860084533691 stripos: 0.0040090084075928
Output for 7.1.33
preg_match: 0.0066988468170166 stripos: 0.0066461563110352
Output for 7.1.32
preg_match: 0.0047359466552734 stripos: 0.0066790580749512
Output for 7.1.31
preg_match: 0.0047760009765625 stripos: 0.0066680908203125
Output for 7.1.30
preg_match: 0.0052671432495117 stripos: 0.0078191757202148
Output for 7.1.29
preg_match: 0.0053229331970215 stripos: 0.0080740451812744
Output for 7.1.28
preg_match: 0.007781982421875 stripos: 0.0079689025878906
Output for 7.1.27
preg_match: 0.0071029663085938 stripos: 0.0073108673095703
Output for 7.1.26
preg_match: 0.0048580169677734 stripos: 0.0069360733032227
Output for 7.1.25
preg_match: 0.0059409141540527 stripos: 0.0078721046447754
Output for 7.1.24
preg_match: 0.0057590007781982 stripos: 0.0079700946807861
Output for 7.1.23
preg_match: 0.0048811435699463 stripos: 0.0070950984954834
Output for 7.1.22
preg_match: 0.0070099830627441 stripos: 0.0071759223937988
Output for 7.1.21
preg_match: 0.0060160160064697 stripos: 0.0078158378601074
Output for 7.1.20
preg_match: 0.0061531066894531 stripos: 0.0082650184631348
Output for 7.1.19
preg_match: 0.0046048164367676 stripos: 0.00673508644104
Output for 7.1.18
preg_match: 0.004817008972168 stripos: 0.0071709156036377
Output for 7.1.17
preg_match: 0.0056900978088379 stripos: 0.0080709457397461
Output for 7.1.16
preg_match: 0.0055098533630371 stripos: 0.0065529346466064
Output for 7.1.15
preg_match: 0.0051970481872559 stripos: 0.0069429874420166
Output for 7.1.14
preg_match: 0.0069160461425781 stripos: 0.0077800750732422
Output for 7.1.13
preg_match: 0.0071091651916504 stripos: 0.0067989826202393
Output for 7.1.12
preg_match: 0.0048229694366455 stripos: 0.0066449642181396
Output for 7.1.11
preg_match: 0.0070319175720215 stripos: 0.0080058574676514
Output for 7.1.10
preg_match: 0.0064330101013184 stripos: 0.0074939727783203
Output for 7.1.9
preg_match: 0.0057008266448975 stripos: 0.0066571235656738
Output for 7.1.8
preg_match: 0.0045568943023682 stripos: 0.0066900253295898
Output for 7.1.7
preg_match: 0.0059089660644531 stripos: 0.00689697265625
Output for 7.1.6
preg_match: 0.00502610206604 stripos: 0.0069010257720947
Output for 7.1.5
preg_match: 0.0047500133514404 stripos: 0.0072858333587646
Output for 7.1.4
preg_match: 0.0061118602752686 stripos: 0.0075869560241699
Output for 7.1.3
preg_match: 0.0048730373382568 stripos: 0.0070180892944336
Output for 7.1.2
preg_match: 0.0058619976043701 stripos: 0.0068449974060059
Output for 7.1.1
preg_match: 0.0060431957244873 stripos: 0.0079360008239746
Output for 7.1.0
preg_match: 0.0064620971679688 stripos: 0.0084891319274902
Output for 7.0.33
preg_match: 0.0053300857543945 stripos: 0.007112979888916
Output for 7.0.32
preg_match: 0.0052990913391113 stripos: 0.0083310604095459
Output for 7.0.31
preg_match: 0.0046579837799072 stripos: 0.0070722103118896
Output for 7.0.30
preg_match: 0.0073080062866211 stripos: 0.0070798397064209
Output for 7.0.29
preg_match: 0.0072870254516602 stripos: 0.0081231594085693
Output for 7.0.28
preg_match: 0.0055460929870605 stripos: 0.0081729888916016
Output for 7.0.27
preg_match: 0.0055770874023438 stripos: 0.0071280002593994
Output for 7.0.26
preg_match: 0.0055780410766602 stripos: 0.0082330703735352
Output for 7.0.25
preg_match: 0.0053410530090332 stripos: 0.0080268383026123
Output for 7.0.24
preg_match: 0.0056841373443604 stripos: 0.0080320835113525
Output for 7.0.23
preg_match: 0.0048599243164062 stripos: 0.0072760581970215
Output for 7.0.22
preg_match: 0.0066628456115723 stripos: 0.0086078643798828
Output for 7.0.21
preg_match: 0.0067949295043945 stripos: 0.0070908069610596
Output for 7.0.20
preg_match: 0.0077078342437744 stripos: 0.0074429512023926
Output for 7.0.19
preg_match: 0.0056228637695312 stripos: 0.0074660778045654
Output for 7.0.18
preg_match: 0.0078668594360352 stripos: 0.0073051452636719
Output for 7.0.17
preg_match: 0.0059168338775635 stripos: 0.0073869228363037
Output for 7.0.16
preg_match: 0.0069510936737061 stripos: 0.0077118873596191
Output for 7.0.15
preg_match: 0.0071799755096436 stripos: 0.0091159343719482
Output for 7.0.14
preg_match: 0.0055010318756104 stripos: 0.007194995880127
Output for 7.0.13
preg_match: 0.005763053894043 stripos: 0.0074021816253662
Output for 7.0.12
preg_match: 0.0045900344848633 stripos: 0.0070259571075439
Output for 7.0.11
preg_match: 0.0068309307098389 stripos: 0.0080130100250244
Output for 7.0.10
preg_match: 0.0052199363708496 stripos: 0.0079009532928467
Output for 7.0.9
preg_match: 0.0047450065612793 stripos: 0.0074288845062256
Output for 7.0.8
preg_match: 0.0047199726104736 stripos: 0.0072839260101318
Output for 7.0.7
preg_match: 0.0075678825378418 stripos: 0.0072329044342041
Output for 7.0.6
preg_match: 0.0082230567932129 stripos: 0.0072100162506104
Output for 7.0.5
preg_match: 0.0076949596405029 stripos: 0.0089988708496094
Output for 7.0.4
preg_match: 0.0047869682312012 stripos: 0.0071511268615723
Output for 7.0.3
preg_match: 0.0067651271820068 stripos: 0.0084171295166016
Output for 7.0.2
preg_match: 0.0053608417510986 stripos: 0.006831169128418
Output for 7.0.1
preg_match: 0.0046770572662354 stripos: 0.0079381465911865
Output for 7.0.0
preg_match: 0.0048220157623291 stripos: 0.0069308280944824
Output for 5.6.40
preg_match: 0.01662802696228 stripos: 0.0099849700927734
Output for 5.6.39
preg_match: 0.017668962478638 stripos: 0.010118961334229
Output for 5.6.38
preg_match: 0.017097949981689 stripos: 0.010159969329834
Output for 5.6.37
preg_match: 0.016761064529419 stripos: 0.0099420547485352
Output for 5.6.36
preg_match: 0.020148038864136 stripos: 0.010028123855591
Output for 5.6.35
preg_match: 0.016855955123901 stripos: 0.0097570419311523
Output for 5.6.34
preg_match: 0.017706155776978 stripos: 0.0096588134765625
Output for 5.6.33
preg_match: 0.020177841186523 stripos: 0.010694026947021
Output for 5.6.32
preg_match: 0.019890069961548 stripos: 0.010800123214722
Output for 5.6.31
preg_match: 0.019519090652466 stripos: 0.01117205619812
Output for 5.6.30
preg_match: 0.017271041870117 stripos: 0.0099861621856689
Output for 5.6.29
preg_match: 0.019730091094971 stripos: 0.0099759101867676
Output for 5.6.28
preg_match: 0.019629955291748 stripos: 0.011224985122681
Output for 5.6.27
preg_match: 0.019214868545532 stripos: 0.0099160671234131
Output for 5.6.26
preg_match: 0.018982887268066 stripos: 0.0099480152130127
Output for 5.6.25
preg_match: 0.018045902252197 stripos: 0.0097129344940186
Output for 5.6.24
preg_match: 0.016985177993774 stripos: 0.0099928379058838
Output for 5.6.23
preg_match: 0.021366119384766 stripos: 0.011026859283447
Output for 5.6.22
preg_match: 0.018167972564697 stripos: 0.0099320411682129
Output for 5.6.21
preg_match: 0.019999027252197 stripos: 0.01099419593811
Output for 5.6.20
preg_match: 0.017745971679688 stripos: 0.010178089141846
Output for 5.6.19
preg_match: 0.018164873123169 stripos: 0.009746789932251
Output for 5.6.18
preg_match: 0.019571781158447 stripos: 0.0099828243255615
Output for 5.6.17
preg_match: 0.017078161239624 stripos: 0.009922981262207
Output for 5.6.16
preg_match: 0.016552209854126 stripos: 0.0097520351409912
Output for 5.6.15
preg_match: 0.018697023391724 stripos: 0.0099470615386963
Output for 5.6.14
preg_match: 0.019421100616455 stripos: 0.0097239017486572
Output for 5.6.13
preg_match: 0.01714015007019 stripos: 0.010016918182373
Output for 5.6.12
preg_match: 0.019338130950928 stripos: 0.010190010070801
Output for 5.6.11
preg_match: 0.023706912994385 stripos: 0.0099179744720459
Output for 5.6.10
preg_match: 0.01656699180603 stripos: 0.0098268985748291
Output for 5.6.9
preg_match: 0.017475843429565 stripos: 0.010469913482666
Output for 5.6.8
preg_match: 0.026968002319336 stripos: 0.011007070541382
Output for 5.6.7
preg_match: 0.018689155578613 stripos: 0.011349201202393
Output for 5.6.6
preg_match: 0.018524169921875 stripos: 0.0097579956054688
Output for 5.6.5
preg_match: 0.019392013549805 stripos: 0.0098488330841064
Output for 5.6.4
preg_match: 0.017652034759521 stripos: 0.0098512172698975
Output for 5.6.3
preg_match: 0.018691062927246 stripos: 0.010273933410645
Output for 5.6.2
preg_match: 0.016147136688232 stripos: 0.0098881721496582
Output for 5.6.1
preg_match: 0.01625394821167 stripos: 0.010221004486084
Output for 5.6.0
preg_match: 0.018118143081665 stripos: 0.0098528861999512
Output for 5.5.38
preg_match: 0.0208420753479 stripos: 0.010969161987305
Output for 5.5.37
preg_match: 0.019708871841431 stripos: 0.0099508762359619
Output for 5.5.36
preg_match: 0.019338846206665 stripos: 0.011189937591553
Output for 5.5.35
preg_match: 0.017935037612915 stripos: 0.010086059570312
Output for 5.5.34
preg_match: 0.01711106300354 stripos: 0.010066032409668
Output for 5.5.33
preg_match: 0.018219947814941 stripos: 0.010358095169067
Output for 5.5.32
preg_match: 0.017173051834106 stripos: 0.010329008102417
Output for 5.5.31
preg_match: 0.017144918441772 stripos: 0.010245800018311
Output for 5.5.30
preg_match: 0.016735076904297 stripos: 0.01022481918335
Output for 5.5.29
preg_match: 0.019005060195923 stripos: 0.011849880218506
Output for 5.5.28
preg_match: 0.016672849655151 stripos: 0.012730836868286
Output for 5.5.27
preg_match: 0.017168998718262 stripos: 0.0098748207092285
Output for 5.5.26
preg_match: 0.017742156982422 stripos: 0.0099709033966064
Output for 5.5.25
preg_match: 0.018235921859741 stripos: 0.010020017623901
Output for 5.5.24
preg_match: 0.027126789093018 stripos: 0.01872181892395
Output for 5.5.23
preg_match: 0.016799926757812 stripos: 0.0099010467529297
Output for 5.5.22
preg_match: 0.018996000289917 stripos: 0.0098600387573242
Output for 5.5.21
preg_match: 0.016979932785034 stripos: 0.010290145874023
Output for 5.5.20
preg_match: 0.018851041793823 stripos: 0.010165929794312
Output for 5.5.19
preg_match: 0.016903877258301 stripos: 0.0095901489257812
Output for 5.5.18
preg_match: 0.019068002700806 stripos: 0.009519100189209
Output for 5.5.17
preg_match: 0.019052982330322 stripos: 0.010962963104248
Output for 5.5.16
preg_match: 0.016396999359131 stripos: 0.0098729133605957
Output for 5.5.15
preg_match: 0.019056081771851 stripos: 0.0096139907836914
Output for 5.5.14
preg_match: 0.01698112487793 stripos: 0.0097470283508301
Output for 5.5.13
preg_match: 0.016833066940308 stripos: 0.0098869800567627
Output for 5.5.12
preg_match: 0.01910400390625 stripos: 0.0097739696502686
Output for 5.5.11
preg_match: 0.016515970230103 stripos: 0.010332822799683
Output for 5.5.10
preg_match: 0.017376899719238 stripos: 0.010034084320068
Output for 5.5.9
preg_match: 0.016384840011597 stripos: 0.0099658966064453
Output for 5.5.8
preg_match: 0.016403913497925 stripos: 0.0096831321716309
Output for 5.5.7
preg_match: 0.018919944763184 stripos: 0.0094199180603027
Output for 5.5.6
preg_match: 0.016725063323975 stripos: 0.0094881057739258
Output for 5.5.5
preg_match: 0.016304016113281 stripos: 0.0099279880523682
Output for 5.5.4
preg_match: 0.016760110855103 stripos: 0.0096709728240967
Output for 5.5.3
preg_match: 0.018388032913208 stripos: 0.0099120140075684
Output for 5.5.2
preg_match: 0.016198873519897 stripos: 0.010082006454468
Output for 5.5.1
preg_match: 0.018275022506714 stripos: 0.0098381042480469
Output for 5.5.0
preg_match: 0.026381015777588 stripos: 0.015562057495117
Output for 5.4.45
preg_match: 0.024656057357788 stripos: 0.016365051269531
Output for 5.4.44
preg_match: 0.018260955810547 stripos: 0.013345956802368
Output for 5.4.43
preg_match: 0.020776987075806 stripos: 0.010667085647583
Output for 5.4.42
preg_match: 0.020175933837891 stripos: 0.010320901870728
Output for 5.4.41
preg_match: 0.021053075790405 stripos: 0.010570049285889
Output for 5.4.40
preg_match: 0.020364046096802 stripos: 0.010093927383423
Output for 5.4.39
preg_match: 0.019640922546387 stripos: 0.010164976119995
Output for 5.4.38
preg_match: 0.019191980361938 stripos: 0.010316133499146
Output for 5.4.37
preg_match: 0.019963979721069 stripos: 0.010063171386719
Output for 5.4.36
preg_match: 0.019558191299438 stripos: 0.010369062423706
Output for 5.4.35
preg_match: 0.020308017730713 stripos: 0.010179996490479
Output for 5.4.34
preg_match: 0.019829034805298 stripos: 0.010114908218384
Output for 5.4.33
preg_match: 0.020079851150513 stripos: 0.010002851486206
Output for 5.4.32
preg_match: 0.020333051681519 stripos: 0.010186195373535
Output for 5.4.31
preg_match: 0.01676607131958 stripos: 0.0095770359039307
Output for 5.4.30
preg_match: 0.019299030303955 stripos: 0.010311841964722
Output for 5.4.29
preg_match: 0.018100023269653 stripos: 0.0097959041595459
Output for 5.4.28
preg_match: 0.01934814453125 stripos: 0.009788990020752
Output for 5.4.27
preg_match: 0.019366025924683 stripos: 0.00984787940979
Output for 5.4.26
preg_match: 0.016622066497803 stripos: 0.010360956192017
Output for 5.4.25
preg_match: 0.019650936126709 stripos: 0.01004695892334
Output for 5.4.24
preg_match: 0.018542051315308 stripos: 0.010226011276245
Output for 5.4.23
preg_match: 0.017821073532104 stripos: 0.010102987289429
Output for 5.4.22
preg_match: 0.01774001121521 stripos: 0.0098550319671631
Output for 5.4.21
preg_match: 0.020050048828125 stripos: 0.010201930999756
Output for 5.4.20
preg_match: 0.016452074050903 stripos: 0.0099689960479736
Output for 5.4.19
preg_match: 0.019882917404175 stripos: 0.010200023651123
Output for 5.4.18
preg_match: 0.01888108253479 stripos: 0.010074853897095
Output for 5.4.17
preg_match: 0.020592927932739 stripos: 0.015121936798096
Output for 5.4.16
preg_match: 0.019690990447998 stripos: 0.010081052780151
Output for 5.4.15
preg_match: 0.026450872421265 stripos: 0.015535831451416
Output for 5.4.14
preg_match: 0.019551038742065 stripos: 0.010194063186646
Output for 5.4.13
preg_match: 0.018213987350464 stripos: 0.010275840759277
Output for 5.4.12
preg_match: 0.021358966827393 stripos: 0.010539054870605
Output for 5.4.11
preg_match: 0.019545078277588 stripos: 0.01029896736145
Output for 5.4.10
preg_match: 0.019362926483154 stripos: 0.010186910629272
Output for 5.4.9
preg_match: 0.016355991363525 stripos: 0.0098769664764404
Output for 5.4.8
preg_match: 0.019620895385742 stripos: 0.011106014251709
Output for 5.4.7
preg_match: 0.018585920333862 stripos: 0.011066913604736
Output for 5.4.6
preg_match: 0.016403913497925 stripos: 0.0098528861999512
Output for 5.4.5
preg_match: 0.021090030670166 stripos: 0.011123895645142
Output for 5.4.4
preg_match: 0.020669937133789 stripos: 0.010185956954956
Output for 5.4.3
preg_match: 0.019237041473389 stripos: 0.010498046875
Output for 5.4.2
preg_match: 0.018669128417969 stripos: 0.011341094970703
Output for 5.4.1
preg_match: 0.018093109130859 stripos: 0.010318040847778
Output for 5.4.0
preg_match: 0.020502805709839 stripos: 0.011034965515137
Output for 5.3.29
preg_match: 0.018270015716553 stripos: 0.011833190917969
Output for 5.3.28
preg_match: 0.020130157470703 stripos: 0.012151956558228
Output for 5.3.27
preg_match: 0.021850109100342 stripos: 0.01180100440979
Output for 5.3.26
preg_match: 0.02009916305542 stripos: 0.012353181838989
Output for 5.3.25
preg_match: 0.019717216491699 stripos: 0.012165069580078
Output for 5.3.24
preg_match: 0.02190113067627 stripos: 0.012181043624878
Output for 5.3.23
preg_match: 0.022592067718506 stripos: 0.012017011642456
Output for 5.3.22
preg_match: 0.021197080612183 stripos: 0.012326955795288
Output for 5.3.21
preg_match: 0.020101070404053 stripos: 0.012165069580078
Output for 5.3.20
preg_match: 0.023653030395508 stripos: 0.013638973236084
Output for 5.3.19
preg_match: 0.022572994232178 stripos: 0.012377977371216
Output for 5.3.18
preg_match: 0.021147012710571 stripos: 0.012228012084961
Output for 5.3.17
preg_match: 0.021052122116089 stripos: 0.012128114700317
Output for 5.3.16
preg_match: 0.025116205215454 stripos: 0.013921976089478
Output for 5.3.15
preg_match: 0.020656108856201 stripos: 0.012135982513428
Output for 5.3.14
preg_match: 0.021047115325928 stripos: 0.013379096984863
Output for 5.3.13
preg_match: 0.022410154342651 stripos: 0.012262105941772
Output for 5.3.12
preg_match: 0.022210121154785 stripos: 0.012075901031494
Output for 5.3.11
preg_match: 0.020302057266235 stripos: 0.012132883071899
Output for 5.3.10
preg_match: 0.021509170532227 stripos: 0.012171983718872
Output for 5.3.9
preg_match: 0.019726037979126 stripos: 0.01239800453186
Output for 5.3.8
preg_match: 0.019814014434814 stripos: 0.012156963348389
Output for 5.3.7
preg_match: 0.023138999938965 stripos: 0.013087034225464
Output for 5.3.6
preg_match: 0.021667003631592 stripos: 0.012083053588867
Output for 5.3.5
preg_match: 0.022858142852783 stripos: 0.013239860534668
Output for 5.3.4
preg_match: 0.02210521697998 stripos: 0.013527870178223
Output for 5.3.3
preg_match: 0.022203207015991 stripos: 0.011565923690796
Output for 5.3.2
preg_match: 0.01807713508606 stripos: 0.012288093566895
Output for 5.3.1
preg_match: 0.017534017562866 stripos: 0.012003898620605
Output for 5.3.0
preg_match: 0.023009061813354 stripos: 0.011982917785645
Output for 5.2.17
preg_match: 0.016516923904419 stripos: 0.011741876602173
Output for 5.2.16
preg_match: 0.012425184249878 stripos: 0.0089321136474609
Output for 5.2.15
preg_match: 0.011953830718994 stripos: 0.0088880062103271
Output for 5.2.14
preg_match: 0.012371063232422 stripos: 0.0087988376617432
Output for 5.2.13
preg_match: 0.01685905456543 stripos: 0.011960983276367
Output for 5.2.12
preg_match: 0.011900901794434 stripos: 0.0089931488037109
Output for 5.2.11
preg_match: 0.01166820526123 stripos: 0.0089480876922607
Output for 5.2.10
preg_match: 0.012372016906738 stripos: 0.0092771053314209
Output for 5.2.9
preg_match: 0.01336407661438 stripos: 0.010532140731812
Output for 5.2.8
preg_match: 0.011914014816284 stripos: 0.0088250637054443
Output for 5.2.7
preg_match: 0.012304782867432 stripos: 0.0091371536254883
Output for 5.2.6
preg_match: 0.011960029602051 stripos: 0.0091431140899658
Output for 5.2.5
preg_match: 0.011708974838257 stripos: 0.0087399482727051
Output for 5.2.4
preg_match: 0.011711835861206 stripos: 0.0088069438934326
Output for 5.2.3
preg_match: 0.011806011199951 stripos: 0.0088539123535156
Output for 5.2.2
preg_match: 0.01178503036499 stripos: 0.0090711116790771
Output for 5.2.1
preg_match: 0.01290488243103 stripos: 0.0094091892242432
Output for 5.2.0
preg_match: 0.011875867843628 stripos: 0.0090720653533936
Output for 5.1.6
preg_match: 0.019046068191528 stripos: 0.013144969940186
Output for 5.1.5
preg_match: 0.020407915115356 stripos: 0.013779878616333
Output for 5.1.4
preg_match: 0.020794868469238 stripos: 0.014207124710083
Output for 5.1.3
preg_match: 0.018048048019409 stripos: 0.01307201385498
Output for 5.1.2
preg_match: 0.020785093307495 stripos: 0.013889789581299
Output for 5.1.1
preg_match: 0.01741886138916 stripos: 0.012548923492432
Output for 5.1.0
preg_match: 0.019931077957153 stripos: 0.012054920196533
Output for 5.0.5
preg_match: 0.022035121917725 stripos: 0.0157630443573
Output for 5.0.4
preg_match: 0.020987987518311 stripos: 0.016402006149292
Output for 5.0.3
preg_match: 0.017488956451416 stripos: 0.014055013656616
Output for 5.0.2
preg_match: 0.024768829345703 stripos: 0.018944025039673
Output for 5.0.1
preg_match: 0.023000001907349 stripos: 0.017974138259888
Output for 5.0.0
preg_match: 0.020412921905518 stripos: 0.015955209732056
Output for 4.4.9
preg_match: 0.014094 <br /> <b>Fatal error</b>: Call to undefined function: stripos() in <b>/in/KcJYV</b> on line <b>16</b><br />
Process exited with code 255.
Output for 4.4.8
preg_match: 0.013823 <br /> <b>Fatal error</b>: Call to undefined function: stripos() in <b>/in/KcJYV</b> on line <b>16</b><br />
Process exited with code 255.
Output for 4.4.7
preg_match: 0.013805 <br /> <b>Fatal error</b>: Call to undefined function: stripos() in <b>/in/KcJYV</b> on line <b>16</b><br />
Process exited with code 255.
Output for 4.4.6
preg_match: 0.028141 <br /> <b>Fatal error</b>: Call to undefined function: stripos() in <b>/in/KcJYV</b> on line <b>16</b><br />
Process exited with code 255.
Output for 4.4.5
preg_match: 0.017251 <br /> <b>Fatal error</b>: Call to undefined function: stripos() in <b>/in/KcJYV</b> on line <b>16</b><br />
Process exited with code 255.
Output for 4.4.4
preg_match: 0.022871 <br /> <b>Fatal error</b>: Call to undefined function: stripos() in <b>/in/KcJYV</b> on line <b>16</b><br />
Process exited with code 255.
Output for 4.4.3
preg_match: 0.027237 <br /> <b>Fatal error</b>: Call to undefined function: stripos() in <b>/in/KcJYV</b> on line <b>16</b><br />
Process exited with code 255.
Output for 4.4.2
preg_match: 0.027857 <br /> <b>Fatal error</b>: Call to undefined function: stripos() in <b>/in/KcJYV</b> on line <b>16</b><br />
Process exited with code 255.
Output for 4.4.1
preg_match: 0.027121 <br /> <b>Fatal error</b>: Call to undefined function: stripos() in <b>/in/KcJYV</b> on line <b>16</b><br />
Process exited with code 255.
Output for 4.4.0
preg_match: 0.014202 <br /> <b>Fatal error</b>: Call to undefined function: stripos() in <b>/in/KcJYV</b> on line <b>16</b><br />
Process exited with code 255.
Output for 4.3.11
preg_match: 0.024121 <br /> <b>Fatal error</b>: Call to undefined function: stripos() in <b>/in/KcJYV</b> on line <b>16</b><br />
Process exited with code 255.
Output for 4.3.10
preg_match: 0.023592 <br /> <b>Fatal error</b>: Call to undefined function: stripos() in <b>/in/KcJYV</b> on line <b>16</b><br />
Process exited with code 255.
Output for 4.3.9
preg_match: 0.022269 <br /> <b>Fatal error</b>: Call to undefined function: stripos() in <b>/in/KcJYV</b> on line <b>16</b><br />
Process exited with code 255.
Output for 4.3.8
preg_match: 0.015819 <br /> <b>Fatal error</b>: Call to undefined function: stripos() in <b>/in/KcJYV</b> on line <b>16</b><br />
Process exited with code 255.
Output for 4.3.7
preg_match: 0.024592 <br /> <b>Fatal error</b>: Call to undefined function: stripos() in <b>/in/KcJYV</b> on line <b>16</b><br />
Process exited with code 255.
Output for 4.3.6
preg_match: 0.018756 <br /> <b>Fatal error</b>: Call to undefined function: stripos() in <b>/in/KcJYV</b> on line <b>16</b><br />
Process exited with code 255.
Output for 4.3.5
preg_match: 0.023317 <br /> <b>Fatal error</b>: Call to undefined function: stripos() in <b>/in/KcJYV</b> on line <b>16</b><br />
Process exited with code 255.
Output for 4.3.4
preg_match: 0.018834 <br /> <b>Fatal error</b>: Call to undefined function: stripos() in <b>/in/KcJYV</b> on line <b>16</b><br />
Process exited with code 255.
Output for 4.3.3
preg_match: 0.025966 <br /> <b>Fatal error</b>: Call to undefined function: stripos() in <b>/in/KcJYV</b> on line <b>16</b><br />
Process exited with code 255.
Output for 4.3.2
preg_match: 0.021197 <br /> <b>Fatal error</b>: Call to undefined function: stripos() in <b>/in/KcJYV</b> on line <b>16</b><br />
Process exited with code 255.
Output for 4.3.1
preg_match: 0.020392 <br /> <b>Fatal error</b>: Call to undefined function: stripos() in <b>/in/KcJYV</b> on line <b>16</b><br />
Output for 4.3.0
preg_match: 0.021298 <br /> <b>Fatal error</b>: Call to undefined function: stripos() in <b>/in/KcJYV</b> on line <b>16</b><br />

preferences:
246.58 ms | 401 KiB | 325 Q