3v4l.org

run code in 300+ PHP versions simultaneously
<?php $users = array_fill(0, 10000, 'name'); function userNames($users) { foreach($users as $user) { yield $user; } } $start = microtime(true) . PHP_EOL; foreach(userNames($users) as $name) { md5($name); } echo microtime(true) - $start; unset($start); echo str_repeat(PHP_EOL, 2); $start = microtime(true) . PHP_EOL; foreach($users as $name) { md5($name); } echo microtime(true) - $start;
Output for 7.4.1
Notice: A non well formed numeric value encountered in /in/muhPX on line 20 0.0036258697509766 Notice: A non well formed numeric value encountered in /in/muhPX on line 33 0.002640962600708
Output for 7.4.0
Notice: A non well formed numeric value encountered in /in/muhPX on line 20 0.0036540031433105 Notice: A non well formed numeric value encountered in /in/muhPX on line 33 0.0025398731231689
Output for 7.3.13
Notice: A non well formed numeric value encountered in /in/muhPX on line 20 0.00313401222229 Notice: A non well formed numeric value encountered in /in/muhPX on line 33 0.0017778873443604
Output for 7.3.12
Notice: A non well formed numeric value encountered in /in/muhPX on line 20 0.0033309459686279 Notice: A non well formed numeric value encountered in /in/muhPX on line 33 0.002291202545166
Output for 7.3.11
Notice: A non well formed numeric value encountered in /in/muhPX on line 20 0.0035109519958496 Notice: A non well formed numeric value encountered in /in/muhPX on line 33 0.0026481151580811
Output for 7.3.10
Notice: A non well formed numeric value encountered in /in/muhPX on line 20 0.0029478073120117 Notice: A non well formed numeric value encountered in /in/muhPX on line 33 0.0017881393432617
Output for 7.3.9
Notice: A non well formed numeric value encountered in /in/muhPX on line 20 0.0034258365631104 Notice: A non well formed numeric value encountered in /in/muhPX on line 33 0.0018589496612549
Output for 7.3.8
Notice: A non well formed numeric value encountered in /in/muhPX on line 20 0.0024549961090088 Notice: A non well formed numeric value encountered in /in/muhPX on line 33 0.0018019676208496
Output for 7.3.7
Notice: A non well formed numeric value encountered in /in/muhPX on line 20 0.002406120300293 Notice: A non well formed numeric value encountered in /in/muhPX on line 33 0.0018420219421387
Output for 7.3.6
Notice: A non well formed numeric value encountered in /in/muhPX on line 20 0.0029549598693848 Notice: A non well formed numeric value encountered in /in/muhPX on line 33 0.00229811668396
Output for 7.3.5
Notice: A non well formed numeric value encountered in /in/muhPX on line 20 0.0025591850280762 Notice: A non well formed numeric value encountered in /in/muhPX on line 33 0.002000093460083
Output for 7.3.4
Notice: A non well formed numeric value encountered in /in/muhPX on line 20 0.003342866897583 Notice: A non well formed numeric value encountered in /in/muhPX on line 33 0.0026121139526367
Output for 7.3.3
Notice: A non well formed numeric value encountered in /in/muhPX on line 20 0.0026161670684814 Notice: A non well formed numeric value encountered in /in/muhPX on line 33 0.0020020008087158
Output for 7.3.2
Notice: A non well formed numeric value encountered in /in/muhPX on line 20 0.002324104309082 Notice: A non well formed numeric value encountered in /in/muhPX on line 33 0.0018441677093506
Output for 7.3.1
Notice: A non well formed numeric value encountered in /in/muhPX on line 20 0.0029420852661133 Notice: A non well formed numeric value encountered in /in/muhPX on line 33 0.0018310546875
Output for 7.3.0
Notice: A non well formed numeric value encountered in /in/muhPX on line 20 0.0022649765014648 Notice: A non well formed numeric value encountered in /in/muhPX on line 33 0.0018229484558105
Output for 7.2.26
Notice: A non well formed numeric value encountered in /in/muhPX on line 20 0.0037870407104492 Notice: A non well formed numeric value encountered in /in/muhPX on line 33 0.0033159255981445
Output for 7.2.25
Notice: A non well formed numeric value encountered in /in/muhPX on line 20 0.0040650367736816 Notice: A non well formed numeric value encountered in /in/muhPX on line 33 0.0029220581054688
Output for 7.2.24
Notice: A non well formed numeric value encountered in /in/muhPX on line 20 0.0026810169219971 Notice: A non well formed numeric value encountered in /in/muhPX on line 33 0.0021190643310547
Output for 7.2.23
Notice: A non well formed numeric value encountered in /in/muhPX on line 20 0.0032930374145508 Notice: A non well formed numeric value encountered in /in/muhPX on line 33 0.0020930767059326
Output for 7.2.22
Notice: A non well formed numeric value encountered in /in/muhPX on line 20 0.0033860206604004 Notice: A non well formed numeric value encountered in /in/muhPX on line 33 0.0027480125427246
Output for 7.2.21
Notice: A non well formed numeric value encountered in /in/muhPX on line 20 0.00282883644104 Notice: A non well formed numeric value encountered in /in/muhPX on line 33 0.0022900104522705
Output for 7.2.20
Notice: A non well formed numeric value encountered in /in/muhPX on line 20 0.0026810169219971 Notice: A non well formed numeric value encountered in /in/muhPX on line 33 0.002086877822876
Output for 7.2.19
Notice: A non well formed numeric value encountered in /in/muhPX on line 20 0.0029251575469971 Notice: A non well formed numeric value encountered in /in/muhPX on line 33 0.0022740364074707
Output for 7.2.18
Notice: A non well formed numeric value encountered in /in/muhPX on line 20 0.0026428699493408 Notice: A non well formed numeric value encountered in /in/muhPX on line 33 0.00205397605896
Output for 7.2.17
Notice: A non well formed numeric value encountered in /in/muhPX on line 20 0.0037651062011719 Notice: A non well formed numeric value encountered in /in/muhPX on line 33 0.0021049976348877
Output for 7.2.16
Notice: A non well formed numeric value encountered in /in/muhPX on line 20 0.0033438205718994 Notice: A non well formed numeric value encountered in /in/muhPX on line 33 0.0020720958709717
Output for 7.2.15
Notice: A non well formed numeric value encountered in /in/muhPX on line 20 0.0026149749755859 Notice: A non well formed numeric value encountered in /in/muhPX on line 33 0.0021190643310547
Output for 7.2.14
Notice: A non well formed numeric value encountered in /in/muhPX on line 20 0.0025680065155029 Notice: A non well formed numeric value encountered in /in/muhPX on line 33 0.0020861625671387
Output for 7.2.13
Notice: A non well formed numeric value encountered in /in/muhPX on line 20 0.0045971870422363 Notice: A non well formed numeric value encountered in /in/muhPX on line 33 0.0023629665374756
Output for 7.2.12
Notice: A non well formed numeric value encountered in /in/muhPX on line 20 0.0028629302978516 Notice: A non well formed numeric value encountered in /in/muhPX on line 33 0.0022580623626709
Output for 7.2.11
Notice: A non well formed numeric value encountered in /in/muhPX on line 20 0.0027768611907959 Notice: A non well formed numeric value encountered in /in/muhPX on line 33 0.0021789073944092
Output for 7.2.10
Notice: A non well formed numeric value encountered in /in/muhPX on line 20 0.0044929981231689 Notice: A non well formed numeric value encountered in /in/muhPX on line 33 0.0031428337097168
Output for 7.2.9
Notice: A non well formed numeric value encountered in /in/muhPX on line 20 0.0025448799133301 Notice: A non well formed numeric value encountered in /in/muhPX on line 33 0.0020201206207275
Output for 7.2.8
Notice: A non well formed numeric value encountered in /in/muhPX on line 20 0.0026299953460693 Notice: A non well formed numeric value encountered in /in/muhPX on line 33 0.0021131038665771
Output for 7.2.7
Notice: A non well formed numeric value encountered in /in/muhPX on line 20 0.0028400421142578 Notice: A non well formed numeric value encountered in /in/muhPX on line 33 0.0022680759429932
Output for 7.2.6
Notice: A non well formed numeric value encountered in /in/muhPX on line 20 0.0038759708404541 Notice: A non well formed numeric value encountered in /in/muhPX on line 33 0.00211501121521
Output for 7.2.5
Notice: A non well formed numeric value encountered in /in/muhPX on line 20 0.0033600330352783 Notice: A non well formed numeric value encountered in /in/muhPX on line 33 0.002636194229126
Output for 7.2.4
Notice: A non well formed numeric value encountered in /in/muhPX on line 20 0.0028290748596191 Notice: A non well formed numeric value encountered in /in/muhPX on line 33 0.0022480487823486
Output for 7.2.3
Notice: A non well formed numeric value encountered in /in/muhPX on line 20 0.0025820732116699 Notice: A non well formed numeric value encountered in /in/muhPX on line 33 0.0021069049835205
Output for 7.2.2
Notice: A non well formed numeric value encountered in /in/muhPX on line 20 0.0029900074005127 Notice: A non well formed numeric value encountered in /in/muhPX on line 33 0.0024089813232422
Output for 7.2.1
Notice: A non well formed numeric value encountered in /in/muhPX on line 20 0.0033049583435059 Notice: A non well formed numeric value encountered in /in/muhPX on line 33 0.0021281242370605
Output for 7.2.0
Notice: A non well formed numeric value encountered in /in/muhPX on line 20 0.0041229724884033 Notice: A non well formed numeric value encountered in /in/muhPX on line 33 0.0030779838562012
Output for 7.1.33
Notice: A non well formed numeric value encountered in /in/muhPX on line 20 0.0051181316375732 Notice: A non well formed numeric value encountered in /in/muhPX on line 33 0.0027329921722412
Output for 7.1.32
Notice: A non well formed numeric value encountered in /in/muhPX on line 20 0.0053348541259766 Notice: A non well formed numeric value encountered in /in/muhPX on line 33 0.0027430057525635
Output for 7.1.31
Notice: A non well formed numeric value encountered in /in/muhPX on line 20 0.0033819675445557 Notice: A non well formed numeric value encountered in /in/muhPX on line 33 0.0028440952301025
Output for 7.1.30
Notice: A non well formed numeric value encountered in /in/muhPX on line 20 0.0052869319915771 Notice: A non well formed numeric value encountered in /in/muhPX on line 33 0.0037000179290771
Output for 7.1.29
Notice: A non well formed numeric value encountered in /in/muhPX on line 20 0.0033550262451172 Notice: A non well formed numeric value encountered in /in/muhPX on line 33 0.0026710033416748
Output for 7.1.28
Notice: A non well formed numeric value encountered in /in/muhPX on line 20 0.003774881362915 Notice: A non well formed numeric value encountered in /in/muhPX on line 33 0.0031540393829346
Output for 7.1.27
Notice: A non well formed numeric value encountered in /in/muhPX on line 20 0.0034670829772949 Notice: A non well formed numeric value encountered in /in/muhPX on line 33 0.0029659271240234
Output for 7.1.26
Notice: A non well formed numeric value encountered in /in/muhPX on line 20 0.0051219463348389 Notice: A non well formed numeric value encountered in /in/muhPX on line 33 0.0030190944671631
Output for 7.1.25
Notice: A non well formed numeric value encountered in /in/muhPX on line 20 0.0054390430450439 Notice: A non well formed numeric value encountered in /in/muhPX on line 33 0.0035359859466553
Output for 7.1.24
Notice: A non well formed numeric value encountered in /in/muhPX on line 20 0.0036509037017822 Notice: A non well formed numeric value encountered in /in/muhPX on line 33 0.0029940605163574
Output for 7.1.23
Notice: A non well formed numeric value encountered in /in/muhPX on line 20 0.0032880306243896 Notice: A non well formed numeric value encountered in /in/muhPX on line 33 0.0027670860290527
Output for 7.1.22
Notice: A non well formed numeric value encountered in /in/muhPX on line 20 0.0057289600372314 Notice: A non well formed numeric value encountered in /in/muhPX on line 33 0.0031580924987793
Output for 7.1.21
Notice: A non well formed numeric value encountered in /in/muhPX on line 20 0.0035319328308105 Notice: A non well formed numeric value encountered in /in/muhPX on line 33 0.0029370784759521
Output for 7.1.20
Notice: A non well formed numeric value encountered in /in/muhPX on line 20 0.0036349296569824 Notice: A non well formed numeric value encountered in /in/muhPX on line 33 0.0030059814453125
Output for 7.1.19
Notice: A non well formed numeric value encountered in /in/muhPX on line 20 0.0053088665008545 Notice: A non well formed numeric value encountered in /in/muhPX on line 33 0.0027608871459961
Output for 7.1.18
Notice: A non well formed numeric value encountered in /in/muhPX on line 20 0.003619909286499 Notice: A non well formed numeric value encountered in /in/muhPX on line 33 0.0029540061950684
Output for 7.1.17
Notice: A non well formed numeric value encountered in /in/muhPX on line 20 0.0052900314331055 Notice: A non well formed numeric value encountered in /in/muhPX on line 33 0.0039069652557373
Output for 7.1.16
Notice: A non well formed numeric value encountered in /in/muhPX on line 20 0.0048449039459229 Notice: A non well formed numeric value encountered in /in/muhPX on line 33 0.0038809776306152
Output for 7.1.15
Notice: A non well formed numeric value encountered in /in/muhPX on line 20 0.0033779144287109 Notice: A non well formed numeric value encountered in /in/muhPX on line 33 0.0028450489044189
Output for 7.1.14
Notice: A non well formed numeric value encountered in /in/muhPX on line 20 0.0033559799194336 Notice: A non well formed numeric value encountered in /in/muhPX on line 33 0.0028500556945801
Output for 7.1.13
Notice: A non well formed numeric value encountered in /in/muhPX on line 20 0.0048630237579346 Notice: A non well formed numeric value encountered in /in/muhPX on line 33 0.0029549598693848
Output for 7.1.12
Notice: A non well formed numeric value encountered in /in/muhPX on line 20 0.0047149658203125 Notice: A non well formed numeric value encountered in /in/muhPX on line 33 0.0030839443206787
Output for 7.1.11
Notice: A non well formed numeric value encountered in /in/muhPX on line 20 0.0043189525604248 Notice: A non well formed numeric value encountered in /in/muhPX on line 33 0.0036580562591553
Output for 7.1.10
Notice: A non well formed numeric value encountered in /in/muhPX on line 20 0.0038721561431885 Notice: A non well formed numeric value encountered in /in/muhPX on line 33 0.0027589797973633
Output for 7.1.9
Notice: A non well formed numeric value encountered in /in/muhPX on line 20 0.0032069683074951 Notice: A non well formed numeric value encountered in /in/muhPX on line 33 0.0027859210968018
Output for 7.1.8
Notice: A non well formed numeric value encountered in /in/muhPX on line 20 0.0045499801635742 Notice: A non well formed numeric value encountered in /in/muhPX on line 33 0.0027129650115967
Output for 7.1.7
Notice: A non well formed numeric value encountered in /in/muhPX on line 20 0.004971981048584 Notice: A non well formed numeric value encountered in /in/muhPX on line 33 0.0040860176086426
Output for 7.1.6
Notice: A non well formed numeric value encountered in /in/muhPX on line 20 0.0035049915313721 Notice: A non well formed numeric value encountered in /in/muhPX on line 33 0.0027370452880859
Output for 7.1.5
Notice: A non well formed numeric value encountered in /in/muhPX on line 20 0.0044920444488525 Notice: A non well formed numeric value encountered in /in/muhPX on line 33 0.0038571357727051
Output for 7.1.4
Notice: A non well formed numeric value encountered in /in/muhPX on line 20 0.0054841041564941 Notice: A non well formed numeric value encountered in /in/muhPX on line 33 0.0030710697174072
Output for 7.1.3
Notice: A non well formed numeric value encountered in /in/muhPX on line 20 0.0032968521118164 Notice: A non well formed numeric value encountered in /in/muhPX on line 33 0.0028369426727295
Output for 7.1.2
Notice: A non well formed numeric value encountered in /in/muhPX on line 20 0.0059771537780762 Notice: A non well formed numeric value encountered in /in/muhPX on line 33 0.0037920475006104
Output for 7.1.1
Notice: A non well formed numeric value encountered in /in/muhPX on line 20 0.0041458606719971 Notice: A non well formed numeric value encountered in /in/muhPX on line 33 0.0027370452880859
Output for 7.1.0
Notice: A non well formed numeric value encountered in /in/muhPX on line 20 0.0032939910888672 Notice: A non well formed numeric value encountered in /in/muhPX on line 33 0.0027899742126465
Output for 7.0.33
0.0062050819396973 0.0032360553741455
Output for 7.0.32
0.0034120082855225 0.0029411315917969
Output for 7.0.31
0.0041399002075195 0.0029990673065186
Output for 7.0.30
0.0055818557739258 0.0037860870361328
Output for 7.0.29
0.0037519931793213 0.0031499862670898
Output for 7.0.28
0.0047800540924072 0.0027990341186523
Output for 7.0.27
0.0039360523223877 0.0036869049072266
Output for 7.0.26
0.004000186920166 0.0029988288879395
Output for 7.0.25
0.0049080848693848 0.0028331279754639
Output for 7.0.24
0.0042991638183594 0.0027968883514404
Output for 7.0.23
0.0042960643768311 0.0028030872344971
Output for 7.0.22
0.0034639835357666 0.0029540061950684
Output for 7.0.21
0.0041670799255371 0.0027899742126465
Output for 7.0.20
0.0045590400695801 0.0027790069580078
Output for 7.0.19
0.003532886505127 0.0028259754180908
Output for 7.0.18
0.0033299922943115 0.0028200149536133
Output for 7.0.17
0.0041849613189697 0.0027890205383301
Output for 7.0.16
0.0039989948272705 0.0027790069580078
Output for 7.0.15
0.0046441555023193 0.002720832824707
Output for 7.0.14
0.0060100555419922 0.0028409957885742
Output for 7.0.13
0.0033199787139893 0.0028140544891357
Output for 7.0.12
0.0033800601959229 0.0027530193328857
Output for 7.0.11
0.0040068626403809 0.0031161308288574
Output for 7.0.10
0.0034570693969727 0.0028259754180908
Output for 7.0.9
0.0036499500274658 0.002985954284668
Output for 7.0.8
0.0041298866271973 0.0028069019317627
Output for 7.0.7
0.0073771476745605 0.00307297706604
Output for 7.0.6
0.0044660568237305 0.0027880668640137
Output for 7.0.5
0.0064091682434082 0.0028140544891357
Output for 7.0.4
0.0045008659362793 0.0037169456481934
Output for 7.0.3
0.003303050994873 0.0027620792388916
Output for 7.0.2
0.0038230419158936 0.0028088092803955
Output for 7.0.1
0.0048680305480957 0.0037920475006104
Output for 7.0.0
0.0045700073242188 0.0037839412689209
Output for 5.6.40
0.0055389404296875 0.0035669803619385
Output for 5.6.39
0.0056700706481934 0.0035891532897949
Output for 5.6.38
0.0066919326782227 0.0041849613189697
Output for 5.6.37
0.0056610107421875 0.0036399364471436
Output for 5.6.36
0.0065770149230957 0.0037410259246826
Output for 5.6.35
0.00583815574646 0.0036659240722656
Output for 5.6.34
0.00537109375 0.0035738945007324
Output for 5.6.33
0.0054879188537598 0.003680944442749
Output for 5.6.32
0.0062580108642578 0.0036439895629883
Output for 5.6.31
0.0057051181793213 0.0036327838897705
Output for 5.6.30
0.0055990219116211 0.0036859512329102
Output for 5.6.29
0.0079350471496582 0.0035297870635986
Output for 5.6.28
0.0059778690338135 0.003953218460083
Output for 5.6.27
0.0065848827362061 0.0036909580230713
Output for 5.6.26
0.0082569122314453 0.0037641525268555
Output for 5.6.25
0.0063791275024414 0.0042538642883301
Output for 5.6.24
0.0060141086578369 0.0039749145507812
Output for 5.6.23
0.0055210590362549 0.0036270618438721
Output for 5.6.22
0.0081329345703125 0.0040261745452881
Output for 5.6.21
0.0055170059204102 0.0036637783050537
Output for 5.6.20
0.0071430206298828 0.0047130584716797
Output for 5.6.19
0.0062589645385742 0.003587007522583
Output for 5.6.18
0.0072989463806152 0.0036089420318604
Output for 5.6.17
0.0055050849914551 0.0037147998809814
Output for 5.6.16
0.0060579776763916 0.0035600662231445
Output for 5.6.15
0.0054900646209717 0.0036699771881104
Output for 5.6.14
0.0060892105102539 0.0036318302154541
Output for 5.6.13
0.0060019493103027 0.004025936126709
Output for 5.6.12
0.0056161880493164 0.0038847923278809
Output for 5.6.11
0.0054938793182373 0.0035707950592041
Output for 5.6.10
0.0057129859924316 0.0035851001739502
Output for 5.6.9
0.0070979595184326 0.0040359497070312
Output for 5.6.8
0.0073959827423096 0.0035920143127441
Output for 5.6.7
0.0063550472259521 0.0039818286895752
Output for 5.6.6
0.0056629180908203 0.0037360191345215
Output for 5.6.5
0.0067698955535889 0.0037000179290771
Output for 5.6.4
0.0062270164489746 0.0037999153137207
Output for 5.6.3
0.0057449340820312 0.0035920143127441
Output for 5.6.2
0.0072190761566162 0.0052199363708496
Output for 5.6.1
0.0060050487518311 0.0039129257202148
Output for 5.6.0
0.0080280303955078 0.0036509037017822
Output for 5.5.38
0.0077800750732422 0.0036230087280273
Output for 5.5.37
0.0056049823760986 0.0037100315093994
Output for 5.5.36
0.0060858726501465 0.0039451122283936
Output for 5.5.35
0.0078561305999756 0.0036690235137939
Output for 5.5.34
0.0057718753814697 0.0038278102874756
Output for 5.5.33
0.0055580139160156 0.0036499500274658
Output for 5.5.32
0.0057079792022705 0.0039620399475098
Output for 5.5.31
0.0055971145629883 0.0037288665771484
Output for 5.5.30
0.0069880485534668 0.0039880275726318
Output for 5.5.29
0.0061149597167969 0.003687858581543
Output for 5.5.28
0.007702112197876 0.0047111511230469
Output for 5.5.27
0.0087680816650391 0.0037109851837158
Output for 5.5.26
0.0080649852752686 0.0036239624023438
Output for 5.5.25
0.0056619644165039 0.0036230087280273
Output for 5.5.24
0.0069580078125 0.0039598941802979
Output for 5.5.23
0.005565881729126 0.0035958290100098
Output for 5.5.22
0.0055019855499268 0.0036230087280273
Output for 5.5.21
0.0056650638580322 0.0036170482635498
Output for 5.5.20
0.0055751800537109 0.0036277770996094
Output for 5.5.19
0.0070788860321045 0.0035960674285889
Output for 5.5.18
0.01046895980835 0.0041561126708984
Output for 5.5.17
0.0061211585998535 0.0050289630889893
Output for 5.5.16
0.0085299015045166 0.0047709941864014
Output for 5.5.15
0.0084531307220459 0.0045130252838135
Output for 5.5.14
0.0083441734313965 0.0036578178405762
Output for 5.5.13
0.0070161819458008 0.0044770240783691
Output for 5.5.12
0.0081610679626465 0.00534987449646
Output for 5.5.11
0.0056519508361816 0.0036401748657227
Output for 5.5.10
0.0055129528045654 0.0035707950592041
Output for 5.5.9
0.0071499347686768 0.004004955291748
Output for 5.5.8
0.0054721832275391 0.0035879611968994
Output for 5.5.7
0.0056800842285156 0.0036170482635498
Output for 5.5.6
0.0057308673858643 0.003558874130249
Output for 5.5.5
0.0058491230010986 0.0036489963531494
Output for 5.5.4
0.0064911842346191 0.0041470527648926
Output for 5.5.3
0.0057070255279541 0.0036640167236328
Output for 5.5.2
0.0064668655395508 0.0037147998809814
Output for 5.5.1
0.0079779624938965 0.0042610168457031
Output for 5.5.0
0.0057048797607422 0.0036740303039551
Output for 5.4.0 - 5.4.45
Parse error: syntax error, unexpected '$user' (T_VARIABLE) in /in/muhPX on line 9
Process exited with code 255.
Output for 4.4.2 - 4.4.9, 5.1.0 - 5.1.6, 5.2.0 - 5.2.17, 5.3.0 - 5.3.29
Parse error: syntax error, unexpected T_VARIABLE in /in/muhPX on line 9
Process exited with code 255.
Output for 4.3.0 - 4.3.1, 4.3.5 - 4.3.11, 4.4.0 - 4.4.1, 5.0.0 - 5.0.5
Parse error: parse error, unexpected T_VARIABLE in /in/muhPX on line 9
Process exited with code 255.
Output for 4.3.2 - 4.3.4
Parse error: parse error in /in/muhPX on line 9
Process exited with code 255.

preferences:
235.4 ms | 401 KiB | 325 Q