3v4l.org

run code in 300+ PHP versions simultaneously
<?php // Everything you enter here will be executed by our servers. Try it! class foo { function doSomething($a) { return $a + 2; } } $start = microtime(true); $foo = new foo(); for ($i = 0; $i < 100000; $i++) { $foo->doSomething(1); } $end1 = (microtime(true) - $start); echo $end1 . PHP_EOL; $start = microtime(true); $foo = new foo(); $doSomething = new \reflectionMethod('foo', 'doSomething'); for ($i = 0; $i < 100000; $i++) { $doSomething->invoke($foo, 1); } $end2 = (microtime(true) - $start); echo $end2 . PHP_EOL; var_dump($end2 - $end1);
Output for 7.2.0
0.0032780170440674 0.0088069438934326 float(0.0055289268493652)
Output for 7.1.7
0.0059561729431152 0.01734185218811 float(0.011385679244995)
Output for 7.1.6
0.0067429542541504 0.02034592628479 float(0.01360297203064)
Output for 7.1.5
0.0079641342163086 0.020561933517456 float(0.012597799301147)
Output for 7.1.0
0.0053119659423828 0.015527009963989 float(0.010215044021606)
Output for 7.0.20
0.0034987926483154 0.011369943618774 float(0.007871150970459)
Output for 7.0.14
0.0055298805236816 0.013854026794434 float(0.008324146270752)
Output for 7.0.10
0.0032429695129395 0.0088579654693604 float(0.0056149959564209)
Output for 7.0.9
0.0031599998474121 0.0078320503234863 float(0.0046720504760742)
Output for 7.0.8
0.0031769275665283 0.0079810619354248 float(0.0048041343688965)
Output for 7.0.7
0.0032389163970947 0.007781982421875 float(0.0045430660247803)
Output for 7.0.6
0.0039088726043701 0.0085518360137939 float(0.0046429634094238)
Output for 7.0.5
0.0045099258422852 0.010658979415894 float(0.0061490535736084)
Output for 7.0.4
0.0035569667816162 0.01074481010437 float(0.0071878433227539)
Output for 7.0.3
0.005897045135498 0.011406898498535 float(0.0055098533630371)
Output for 7.0.2
0.0035560131072998 0.0088808536529541 float(0.0053248405456543)
Output for 7.0.1
0.0036671161651611 0.0095000267028809 float(0.0058329105377197)
Output for 7.0.0
0.0044808387756348 0.010662078857422 float(0.0061812400817871)
Output for 5.6.28
0.018949031829834 0.041061878204346 float(0.022112846374512)
Output for 5.6.25
0.01139497756958 0.023097991943359 float(0.011703014373779)
Output for 5.6.24
0.015369892120361 0.023270845413208 float(0.0079009532928467)
Output for 5.6.23
0.013051986694336 0.027245998382568 float(0.014194011688232)
Output for 5.6.22
0.010294198989868 0.024693012237549 float(0.014398813247681)
Output for 5.6.21
0.010885953903198 0.024694919586182 float(0.013808965682983)
Output for 5.6.20
0.011672973632812 0.025447130203247 float(0.013774156570435)
Output for 5.6.19
0.014458179473877 0.030204057693481 float(0.015745878219604)
Output for 5.6.18
0.012770891189575 0.028368949890137 float(0.015598058700562)
Output for 5.6.17
0.013729810714722 0.028930902481079 float(0.015201091766357)
Output for 5.6.16
0.015799999237061 0.033845901489258 float(0.018045902252197)
Output for 5.6.15
0.015628099441528 0.02885103225708 float(0.013222932815552)
Output for 5.6.14
0.015957117080688 0.031584978103638 float(0.015627861022949)
Output for 5.6.13
0.014207124710083 0.028990030288696 float(0.014782905578613)
Output for 5.6.12
0.014450073242188 0.029229879379272 float(0.014779806137085)
Output for 5.6.11
0.013329029083252 0.028403997421265 float(0.015074968338013)
Output for 5.6.10
0.013812065124512 0.028223037719727 float(0.014410972595215)
Output for 5.6.9
0.016112804412842 0.030411005020142 float(0.0142982006073)
Output for 5.6.8
0.010101079940796 0.023285150527954 float(0.013184070587158)
Output for 5.6.7
0.016504049301147 0.034559965133667 float(0.01805591583252)
Output for 5.6.6
0.01350998878479 0.029951810836792 float(0.016441822052002)
Output for 5.6.5
0.013744115829468 0.032017946243286 float(0.018273830413818)
Output for 5.6.4
0.014904022216797 0.024980068206787 float(0.01007604598999)
Output for 5.6.3
0.018540859222412 0.036497116088867 float(0.017956256866455)
Output for 5.6.2
0.013106107711792 0.029892921447754 float(0.016786813735962)
Output for 5.6.1
0.018154144287109 0.037070989608765 float(0.018916845321655)
Output for 5.6.0
0.013837099075317 0.027429103851318 float(0.013592004776001)
Output for 5.5.38
0.012556076049805 0.024686098098755 float(0.01213002204895)
Output for 5.5.37
0.016517877578735 0.026036977767944 float(0.009519100189209)
Output for 5.5.36
0.0096988677978516 0.02312707901001 float(0.013428211212158)
Output for 5.5.35
0.010840892791748 0.023281812667847 float(0.012440919876099)
Output for 5.5.34
0.015572786331177 0.028360843658447 float(0.012788057327271)
Output for 5.5.33
0.014204025268555 0.02637505531311 float(0.012171030044556)
Output for 5.5.32
0.011765003204346 0.024776935577393 float(0.013011932373047)
Output for 5.5.31
0.01439905166626 0.026388883590698 float(0.011989831924438)
Output for 5.5.30
0.013249158859253 0.029431104660034 float(0.016181945800781)
Output for 5.5.29
0.015432834625244 0.033524036407471 float(0.018091201782227)
Output for 5.5.28
0.01395583152771 0.024627923965454 float(0.010672092437744)
Output for 5.5.27
0.013064861297607 0.028434991836548 float(0.01537013053894)
Output for 5.5.26
0.023159027099609 0.044638156890869 float(0.02147912979126)
Output for 5.5.25
0.009843111038208 0.023916006088257 float(0.014072895050049)
Output for 5.5.24
0.019257068634033 0.039344072341919 float(0.020087003707886)
Output for 5.5.23
0.016242027282715 0.034655094146729 float(0.018413066864014)
Output for 5.5.22
0.014861106872559 0.031579971313477 float(0.016718864440918)
Output for 5.5.21
0.018052816390991 0.034220933914185 float(0.016168117523193)
Output for 5.5.20
0.013621091842651 0.032508134841919 float(0.018887042999268)
Output for 5.5.19
0.015925168991089 0.030279159545898 float(0.01435399055481)
Output for 5.5.18
0.016799926757812 0.034742116928101 float(0.017942190170288)
Output for 5.5.16
0.015990018844604 0.034633874893188 float(0.018643856048584)
Output for 5.5.15
0.015724182128906 0.030330181121826 float(0.01460599899292)
Output for 5.5.14
0.015920877456665 0.032814025878906 float(0.016893148422241)
Output for 5.5.13
0.016731977462769 0.034871101379395 float(0.018139123916626)
Output for 5.5.12
0.014021158218384 0.029175043106079 float(0.015153884887695)
Output for 5.5.11
0.015762090682983 0.028841018676758 float(0.013078927993774)
Output for 5.5.10
0.012956142425537 0.02994704246521 float(0.016990900039673)
Output for 5.5.9
0.028939008712769 0.046422004699707 float(0.017482995986938)
Output for 5.5.8
0.015213012695312 0.033161163330078 float(0.017948150634766)
Output for 5.5.7
0.020444869995117 0.039785146713257 float(0.01934027671814)
Output for 5.5.6
0.01664400100708 0.035282850265503 float(0.018638849258423)
Output for 5.5.5
0.016086101531982 0.033527135848999 float(0.017441034317017)
Output for 5.5.4
0.015386819839478 0.029982089996338 float(0.01459527015686)
Output for 5.5.3
0.01580810546875 0.033267974853516 float(0.017459869384766)
Output for 5.5.2
0.014858961105347 0.02656102180481 float(0.011702060699463)
Output for 5.5.1
0.014775991439819 0.032843112945557 float(0.018067121505737)
Output for 5.5.0
0.024095058441162 0.046464204788208 float(0.022369146347046)
Output for 5.4.45
0.010864973068237 0.024010896682739 float(0.013145923614502)
Output for 5.4.44
0.020914077758789 0.054476976394653 float(0.033562898635864)
Output for 5.4.43
0.013880968093872 0.031208992004395 float(0.017328023910522)
Output for 5.4.42
0.013590097427368 0.024930953979492 float(0.011340856552124)
Output for 5.4.41
0.011224031448364 0.024994134902954 float(0.01377010345459)
Output for 5.4.40
0.013572216033936 0.027403116226196 float(0.013830900192261)
Output for 5.4.39
0.014280080795288 0.029998064041138 float(0.01571798324585)
Output for 5.4.38
0.015022039413452 0.033025026321411 float(0.018002986907959)
Output for 5.4.37
0.01230001449585 0.027412891387939 float(0.01511287689209)
Output for 5.4.36
0.011062860488892 0.025416135787964 float(0.014353275299072)
Output for 5.4.35
0.01456618309021 0.027307987213135 float(0.012741804122925)
Output for 5.4.34
0.014312028884888 0.029126167297363 float(0.014814138412476)
Output for 5.4.32
0.014485120773315 0.032112121582031 float(0.017627000808716)
Output for 5.4.31
0.012875080108643 0.025830984115601 float(0.012955904006958)
Output for 5.4.30
0.01547908782959 0.034167051315308 float(0.018687963485718)
Output for 5.4.29
0.015458106994629 0.034235954284668 float(0.018777847290039)
Output for 5.4.28
0.014985799789429 0.034066915512085 float(0.019081115722656)
Output for 5.4.27
0.015954971313477 0.035048007965088 float(0.019093036651611)
Output for 5.4.26
0.014214992523193 0.03177809715271 float(0.017563104629517)
Output for 5.4.25
0.011774063110352 0.024481058120728 float(0.012706995010376)
Output for 5.4.24
0.015550851821899 0.034008026123047 float(0.018457174301147)
Output for 5.4.23
0.014930009841919 0.029813051223755 float(0.014883041381836)
Output for 5.4.22
0.012353181838989 0.02606987953186 float(0.013716697692871)
Output for 5.4.21
0.015223026275635 0.03481388092041 float(0.019590854644775)
Output for 5.4.20
0.015340089797974 0.026710987091064 float(0.011370897293091)
Output for 5.4.19
0.018197059631348 0.032783031463623 float(0.014585971832275)
Output for 5.4.18
0.015611886978149 0.034990072250366 float(0.019378185272217)
Output for 5.4.17
0.013759851455688 0.024237871170044 float(0.010478019714355)
Output for 5.4.16
0.014601945877075 0.031625032424927 float(0.017023086547852)
Output for 5.4.15
0.014291048049927 0.032090902328491 float(0.017799854278564)
Output for 5.4.14
0.022952079772949 0.045002937316895 float(0.022050857543945)
Output for 5.4.13
0.014888048171997 0.033833026885986 float(0.018944978713989)
Output for 5.4.12
0.011703014373779 0.026381969451904 float(0.014678955078125)
Output for 5.4.11
0.011144876480103 0.02604603767395 float(0.014901161193848)
Output for 5.4.10
0.016255140304565 0.033790826797485 float(0.01753568649292)
Output for 5.4.9
0.013427019119263 0.028029918670654 float(0.014602899551392)
Output for 5.4.8
0.015413999557495 0.029381036758423 float(0.013967037200928)
Output for 5.4.7
0.015010118484497 0.032557010650635 float(0.017546892166138)
Output for 5.4.6
0.013885974884033 0.035624980926514 float(0.02173900604248)
Output for 5.4.5
0.016756772994995 0.035086154937744 float(0.018329381942749)
Output for 5.4.4
0.013440847396851 0.026025056838989 float(0.012584209442139)
Output for 5.4.3
0.013866901397705 0.030953168869019 float(0.017086267471313)
Output for 5.4.2
0.0094950199127197 0.02302885055542 float(0.0135338306427)
Output for 5.4.1
0.009523868560791 0.023616790771484 float(0.014092922210693)
Output for 5.4.0
0.016665935516357 0.028111934661865 float(0.011445999145508)
Output for 5.3.29
0.03197193145752 0.038923978805542 float(0.0069520473480225)
Output for 5.3.28
0.028992891311646 0.040598154067993 float(0.011605262756348)
Output for 5.3.27
0.031805038452148 0.041677951812744 float(0.0098729133605957)
Output for 5.3.26
0.027626037597656 0.040524005889893 float(0.012897968292236)
Output for 5.3.25
0.027062177658081 0.03766393661499 float(0.010601758956909)
Output for 5.3.24
0.026287078857422 0.038110017776489 float(0.011822938919067)
Output for 5.3.23
0.032311916351318 0.039209127426147 float(0.0068972110748291)
Output for 5.3.22
0.03190803527832 0.045565128326416 float(0.013657093048096)
Output for 5.3.21
0.024045944213867 0.035143136978149 float(0.011097192764282)
Output for 5.3.20
0.031113862991333 0.041877031326294 float(0.010763168334961)
Output for 5.3.19
0.029881000518799 0.047194004058838 float(0.017313003540039)
Output for 5.3.18
0.031959056854248 0.046122074127197 float(0.014163017272949)
Output for 5.3.17
0.032220840454102 0.038712978363037 float(0.0064921379089355)
Output for 5.3.16
0.031217098236084 0.046020984649658 float(0.014803886413574)
Output for 5.3.15
0.028092861175537 0.035234928131104 float(0.0071420669555664)
Output for 5.3.14
0.021300077438354 0.035274028778076 float(0.013973951339722)
Output for 5.3.13
0.030648946762085 0.038604021072388 float(0.0079550743103027)
Output for 5.3.12
0.025851964950562 0.036787033081055 float(0.010935068130493)
Output for 5.3.11
0.024703979492188 0.037880897521973 float(0.013176918029785)
Output for 5.3.10
0.03163480758667 0.045947790145874 float(0.014312982559204)
Output for 5.3.9
0.026221990585327 0.035445928573608 float(0.0092239379882812)
Output for 5.3.8
0.026865005493164 0.043307065963745 float(0.016442060470581)
Output for 5.3.7
0.026170969009399 0.038965940475464 float(0.012794971466064)
Output for 5.3.6
0.022067785263062 0.035521984100342 float(0.01345419883728)
Output for 5.3.5
0.020758867263794 0.033975839614868 float(0.013216972351074)
Output for 5.3.4
0.02967095375061 0.037836074829102 float(0.0081651210784912)
Output for 5.3.3
0.033167839050293 0.040014982223511 float(0.0068471431732178)
Output for 5.3.2
0.025556087493896 0.036765813827515 float(0.011209726333618)
Output for 5.3.1
0.029269933700562 0.041111946105957 float(0.011842012405396)
Output for 5.3.0
0.030659914016724 0.044825077056885 float(0.014165163040161)
Output for 5.2.17
Warning: Unexpected character in input: '\' (ASCII=92) state=1 in /in/7bUfZ on line 19 0.035087108612061 0.041696071624756 float(0.0066089630126953)
Output for 5.2.16
Warning: Unexpected character in input: '\' (ASCII=92) state=1 in /in/7bUfZ on line 19 0.029428005218506 0.03983998298645 float(0.010411977767944)
Output for 5.2.15
Warning: Unexpected character in input: '\' (ASCII=92) state=1 in /in/7bUfZ on line 19 0.034478902816772 0.044183969497681 float(0.0097050666809082)
Output for 5.2.14
Warning: Unexpected character in input: '\' (ASCII=92) state=1 in /in/7bUfZ on line 19 0.037827968597412 0.046147108078003 float(0.0083191394805908)
Output for 5.2.13
Warning: Unexpected character in input: '\' (ASCII=92) state=1 in /in/7bUfZ on line 19 0.0346839427948 0.03945517539978 float(0.0047712326049805)
Output for 5.2.12
Warning: Unexpected character in input: '\' (ASCII=92) state=1 in /in/7bUfZ on line 19 0.036876916885376 0.040347099304199 float(0.0034701824188232)
Output for 5.2.11
Warning: Unexpected character in input: '\' (ASCII=92) state=1 in /in/7bUfZ on line 19 0.036420822143555 0.043069839477539 float(0.0066490173339844)
Output for 5.2.10
Warning: Unexpected character in input: '\' (ASCII=92) state=1 in /in/7bUfZ on line 19 0.031774044036865 0.03826904296875 float(0.0064949989318848)
Output for 5.2.9
Warning: Unexpected character in input: '\' (ASCII=92) state=1 in /in/7bUfZ on line 19 0.038140058517456 0.045322895050049 float(0.0071828365325928)
Output for 5.2.8
Warning: Unexpected character in input: '\' (ASCII=92) state=1 in /in/7bUfZ on line 19 0.037668943405151 0.043095827102661 float(0.0054268836975098)
Output for 5.2.7
Warning: Unexpected character in input: '\' (ASCII=92) state=1 in /in/7bUfZ on line 19 0.03863787651062 0.04235315322876 float(0.0037152767181396)
Output for 5.2.6
Warning: Unexpected character in input: '\' (ASCII=92) state=1 in /in/7bUfZ on line 19 0.032957077026367 0.039476156234741 float(0.006519079208374)
Output for 5.2.5
Warning: Unexpected character in input: '\' (ASCII=92) state=1 in /in/7bUfZ on line 19 0.039613962173462 0.052386999130249 float(0.012773036956787)
Output for 5.2.4
Warning: Unexpected character in input: '\' (ASCII=92) state=1 in /in/7bUfZ on line 19 0.033959150314331 0.054182052612305 float(0.020222902297974)
Output for 5.2.3
Warning: Unexpected character in input: '\' (ASCII=92) state=1 in /in/7bUfZ on line 19 0.040074825286865 0.051702976226807 float(0.011628150939941)
Output for 5.2.2
Warning: Unexpected character in input: '\' (ASCII=92) state=1 in /in/7bUfZ on line 19 0.040243864059448 0.047183036804199 float(0.006939172744751)
Output for 5.2.1
Warning: Unexpected character in input: '\' (ASCII=92) state=1 in /in/7bUfZ on line 19 0.038912057876587 0.050174951553345 float(0.011262893676758)
Output for 5.2.0
Warning: Unexpected character in input: '\' (ASCII=92) state=1 in /in/7bUfZ on line 19 0.036906003952026 0.040189981460571 float(0.0032839775085449)
Output for 5.1.6
Warning: Unexpected character in input: '\' (ASCII=92) state=1 in /in/7bUfZ on line 19 0.038566112518311 0.047627925872803 float(0.0090618133544922)
Output for 5.1.5
Warning: Unexpected character in input: '\' (ASCII=92) state=1 in /in/7bUfZ on line 19 0.036877870559692 0.039697885513306 float(0.0028200149536133)
Output for 5.1.4
Warning: Unexpected character in input: '\' (ASCII=92) state=1 in /in/7bUfZ on line 19 0.042567014694214 0.05143404006958 float(0.0088670253753662)
Output for 5.1.3
Warning: Unexpected character in input: '\' (ASCII=92) state=1 in /in/7bUfZ on line 19 0.042044878005981 0.044263124465942 float(0.0022182464599609)
Output for 5.1.2
Warning: Unexpected character in input: '\' (ASCII=92) state=1 in /in/7bUfZ on line 19 0.038546085357666 0.043406963348389 float(0.0048608779907227)
Output for 5.1.1
Warning: Unexpected character in input: '\' (ASCII=92) state=1 in /in/7bUfZ on line 19 0.040347099304199 0.044512033462524 float(0.0041649341583252)
Output for 5.1.0
Warning: Unexpected character in input: '\' (ASCII=92) state=1 in /in/7bUfZ on line 19 0.041860103607178 0.042500972747803 float(0.000640869140625)
Output for 5.0.5
Warning: Unexpected character in input: '\' (ASCII=92) state=1 in /in/7bUfZ on line 19 0.063738107681274 0.068493127822876 float(0.0047550201416016)
Output for 5.0.4
Warning: Unexpected character in input: '\' (ASCII=92) state=1 in /in/7bUfZ on line 19 0.058436870574951 0.064169883728027 float(0.0057330131530762)
Output for 5.0.3
Warning: Unexpected character in input: '\' (ASCII=92) state=1 in /in/7bUfZ on line 19 0.054414987564087 0.058988094329834 float(0.0045731067657471)
Output for 5.0.2
Warning: Unexpected character in input: '\' (ASCII=92) state=1 in /in/7bUfZ on line 19 0.064573049545288 0.061810970306396 float(-0.0027620792388916)
Output for 5.0.1
Warning: Unexpected character in input: '\' (ASCII=92) state=1 in /in/7bUfZ on line 19 Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/7bUfZ on line 15 0.061985969543457PHP_EOL Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/7bUfZ on line 25 0.05509090423584PHP_EOLfloat(-0.0068950653076172)
Output for 5.0.0
Warning: Unexpected character in input: '\' (ASCII=92) state=1 in /in/7bUfZ on line 19 Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/7bUfZ on line 15 0.057178020477295PHP_EOL Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/7bUfZ on line 25 0.073977947235107PHP_EOLfloat(0.016799926757813)
Output for 4.4.9
Warning: Unexpected character in input: '\' (ASCII=92) state=1 in /in/7bUfZ on line 19 0.068543 Fatal error: Cannot instantiate non-existent class: reflectionmethod in /in/7bUfZ on line 19
Process exited with code 255.
Output for 4.4.8
Warning: Unexpected character in input: '\' (ASCII=92) state=1 in /in/7bUfZ on line 19 0.071395 Fatal error: Cannot instantiate non-existent class: reflectionmethod in /in/7bUfZ on line 19
Process exited with code 255.
Output for 4.4.7
Warning: Unexpected character in input: '\' (ASCII=92) state=1 in /in/7bUfZ on line 19 0.058324 Fatal error: Cannot instantiate non-existent class: reflectionmethod in /in/7bUfZ on line 19
Process exited with code 255.
Output for 4.4.6
Warning: Unexpected character in input: '\' (ASCII=92) state=1 in /in/7bUfZ on line 19 0.078036 Fatal error: Cannot instantiate non-existent class: reflectionmethod in /in/7bUfZ on line 19
Process exited with code 255.
Output for 4.4.5
Warning: Unexpected character in input: '\' (ASCII=92) state=1 in /in/7bUfZ on line 19 0.063434 Fatal error: Cannot instantiate non-existent class: reflectionmethod in /in/7bUfZ on line 19
Process exited with code 255.
Output for 4.4.4
Warning: Unexpected character in input: '\' (ASCII=92) state=1 in /in/7bUfZ on line 19 0.060123 Fatal error: Cannot instantiate non-existent class: reflectionmethod in /in/7bUfZ on line 19
Process exited with code 255.
Output for 4.4.3
Warning: Unexpected character in input: '\' (ASCII=92) state=1 in /in/7bUfZ on line 19 0.064307 Fatal error: Cannot instantiate non-existent class: reflectionmethod in /in/7bUfZ on line 19
Process exited with code 255.
Output for 4.4.2
Warning: Unexpected character in input: '\' (ASCII=92) state=1 in /in/7bUfZ on line 19 0.07278 Fatal error: Cannot instantiate non-existent class: reflectionmethod in /in/7bUfZ on line 19
Process exited with code 255.
Output for 4.4.1
Warning: Unexpected character in input: '\' (ASCII=92) state=1 in /in/7bUfZ on line 19 0.068866 Fatal error: Cannot instantiate non-existent class: reflectionmethod in /in/7bUfZ on line 19
Process exited with code 255.
Output for 4.4.0
Warning: Unexpected character in input: '\' (ASCII=92) state=1 in /in/7bUfZ on line 19 0.058091 Fatal error: Cannot instantiate non-existent class: reflectionmethod in /in/7bUfZ on line 19
Process exited with code 255.
Output for 4.3.11
Warning: Unexpected character in input: '\' (ASCII=92) state=1 in /in/7bUfZ on line 19 0.058347 Fatal error: Cannot instantiate non-existent class: reflectionmethod in /in/7bUfZ on line 19
Process exited with code 255.
Output for 4.3.10
Warning: Unexpected character in input: '\' (ASCII=92) state=1 in /in/7bUfZ on line 19 0.069119 Fatal error: Cannot instantiate non-existent class: reflectionmethod in /in/7bUfZ on line 19
Process exited with code 255.
Output for 4.3.9
Warning: Unexpected character in input: '\' (ASCII=92) state=1 in /in/7bUfZ on line 19 Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/7bUfZ on line 15 0.068629PHP_EOL Fatal error: Cannot instantiate non-existent class: reflectionmethod in /in/7bUfZ on line 19
Process exited with code 255.
Output for 4.3.8
Warning: Unexpected character in input: '\' (ASCII=92) state=1 in /in/7bUfZ on line 19 Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/7bUfZ on line 15 0.063163PHP_EOL Fatal error: Cannot instantiate non-existent class: reflectionmethod in /in/7bUfZ on line 19
Process exited with code 255.
Output for 4.3.7
Warning: Unexpected character in input: '\' (ASCII=92) state=1 in /in/7bUfZ on line 19 Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/7bUfZ on line 15 0.058104PHP_EOL Fatal error: Cannot instantiate non-existent class: reflectionmethod in /in/7bUfZ on line 19
Process exited with code 255.
Output for 4.3.6
Warning: Unexpected character in input: '\' (ASCII=92) state=1 in /in/7bUfZ on line 19 Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/7bUfZ on line 15 0.066362PHP_EOL Fatal error: Cannot instantiate non-existent class: reflectionmethod in /in/7bUfZ on line 19
Process exited with code 255.
Output for 4.3.5
Warning: Unexpected character in input: '\' (ASCII=92) state=1 in /in/7bUfZ on line 19 Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/7bUfZ on line 15 0.069409PHP_EOL Fatal error: Cannot instantiate non-existent class: reflectionmethod in /in/7bUfZ on line 19
Process exited with code 255.
Output for 4.3.4
Warning: Unexpected character in input: '\' (ASCII=92) state=1 in /in/7bUfZ on line 19 Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/7bUfZ on line 15 0.046259PHP_EOL Fatal error: Cannot instantiate non-existent class: reflectionmethod in /in/7bUfZ on line 19
Process exited with code 255.
Output for 4.3.3
Warning: Unexpected character in input: '\' (ASCII=92) state=1 in /in/7bUfZ on line 19 Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/7bUfZ on line 15 0.062922PHP_EOL Fatal error: Cannot instantiate non-existent class: reflectionmethod in /in/7bUfZ on line 19
Process exited with code 255.
Output for 4.3.2
Warning: Unexpected character in input: '\' (ASCII=92) state=1 in /in/7bUfZ on line 19 Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/7bUfZ on line 15 0.075692PHP_EOL Fatal error: Cannot instantiate non-existent class: reflectionmethod in /in/7bUfZ on line 19
Process exited with code 255.
Output for 4.3.1
Warning: Unexpected character in input: '\' (ASCII=92) state=1 in /in/7bUfZ on line 19 Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/7bUfZ on line 15 0.070544PHP_EOL Fatal error: Cannot instantiate non-existent class: reflectionmethod in /in/7bUfZ on line 19
Output for 4.3.0
Warning: Unexpected character in input: '\' (ASCII=92) state=1 in /in/7bUfZ on line 19 Notice: Use of undefined constant PHP_EOL - assumed 'PHP_EOL' in /in/7bUfZ on line 15 0.076256PHP_EOL Fatal error: Cannot instantiate non-existent class: reflectionmethod in /in/7bUfZ on line 19

preferences:
164.77 ms | 402 KiB | 216 Q