3v4l.org

run code in 300+ PHP versions simultaneously
<?php $arrObj=array(); $index=0; $startTime = microtime(true); for($i=0;$i<20000;$i++) { $arrObj[]=$i; } $endTime = microtime(true); echo $endTime-$startTime,"[]<br/>"; $arrObj2=array(); $startTime = microtime(true); for($i=0;$i<20000;$i++) { push_array($arrObj2,$i); } $endTime = microtime(true); echo $endTime-$startTime,"push<br/>"; $startTime = microtime(true); for($i=0;$i<20000;$i++) { $a=$arrObj[$index]; $index++; } $endTime = microtime(true); echo $endTime-$startTime,"[]<br/>"; $startTime = microtime(true); for($i=0;$i<20000;$i++) { $a=array_shift($arrObj2); } $endTime = microtime(true); echo $endTime-$startTime,"push<br/>"; ?>
Output for 7.2.0
0.00049090385437012[]<br/> Fatal error: Uncaught Error: Call to undefined function push_array() in /in/LrdDU:24 Stack trace: #0 {main} thrown in /in/LrdDU on line 24
Process exited with code 255.
Output for 7.1.7
0.00047397613525391[]<br/> Fatal error: Uncaught Error: Call to undefined function push_array() in /in/LrdDU:24 Stack trace: #0 {main} thrown in /in/LrdDU on line 24
Process exited with code 255.
Output for 7.1.6
0.00078988075256348[]<br/> Fatal error: Uncaught Error: Call to undefined function push_array() in /in/LrdDU:24 Stack trace: #0 {main} thrown in /in/LrdDU on line 24
Process exited with code 255.
Output for 7.1.5
0.00078105926513672[]<br/> Fatal error: Uncaught Error: Call to undefined function push_array() in /in/LrdDU:24 Stack trace: #0 {main} thrown in /in/LrdDU on line 24
Process exited with code 255.
Output for 7.1.0
0.00062704086303711[]<br/> Fatal error: Uncaught Error: Call to undefined function push_array() in /in/LrdDU:24 Stack trace: #0 {main} thrown in /in/LrdDU on line 24
Process exited with code 255.
Output for 7.0.20
0.0003662109375[]<br/> Fatal error: Uncaught Error: Call to undefined function push_array() in /in/LrdDU:24 Stack trace: #0 {main} thrown in /in/LrdDU on line 24
Process exited with code 255.
Output for 7.0.14
0.00065779685974121[]<br/> Fatal error: Uncaught Error: Call to undefined function push_array() in /in/LrdDU:24 Stack trace: #0 {main} thrown in /in/LrdDU on line 24
Process exited with code 255.
Output for 7.0.10
0.00071811676025391[]<br/> Fatal error: Uncaught Error: Call to undefined function push_array() in /in/LrdDU:24 Stack trace: #0 {main} thrown in /in/LrdDU on line 24
Process exited with code 255.
Output for 7.0.9
0.0005340576171875[]<br/> Fatal error: Uncaught Error: Call to undefined function push_array() in /in/LrdDU:24 Stack trace: #0 {main} thrown in /in/LrdDU on line 24
Process exited with code 255.
Output for 7.0.8
0.00049209594726562[]<br/> Fatal error: Uncaught Error: Call to undefined function push_array() in /in/LrdDU:24 Stack trace: #0 {main} thrown in /in/LrdDU on line 24
Process exited with code 255.
Output for 7.0.7
0.0006859302520752[]<br/> Fatal error: Uncaught Error: Call to undefined function push_array() in /in/LrdDU:24 Stack trace: #0 {main} thrown in /in/LrdDU on line 24
Process exited with code 255.
Output for 7.0.6
0.00064706802368164[]<br/> Fatal error: Uncaught Error: Call to undefined function push_array() in /in/LrdDU:24 Stack trace: #0 {main} thrown in /in/LrdDU on line 24
Process exited with code 255.
Output for 7.0.5
0.00050187110900879[]<br/> Fatal error: Uncaught Error: Call to undefined function push_array() in /in/LrdDU:24 Stack trace: #0 {main} thrown in /in/LrdDU on line 24
Process exited with code 255.
Output for 7.0.4
0.00036311149597168[]<br/> Fatal error: Uncaught Error: Call to undefined function push_array() in /in/LrdDU:24 Stack trace: #0 {main} thrown in /in/LrdDU on line 24
Process exited with code 255.
Output for 7.0.3
0.00036787986755371[]<br/> Fatal error: Uncaught Error: Call to undefined function push_array() in /in/LrdDU:24 Stack trace: #0 {main} thrown in /in/LrdDU on line 24
Process exited with code 255.
Output for 7.0.2
0.0004580020904541[]<br/> Fatal error: Uncaught Error: Call to undefined function push_array() in /in/LrdDU:24 Stack trace: #0 {main} thrown in /in/LrdDU on line 24
Process exited with code 255.
Output for 7.0.1
0.00049710273742676[]<br/> Fatal error: Uncaught Error: Call to undefined function push_array() in /in/LrdDU:24 Stack trace: #0 {main} thrown in /in/LrdDU on line 24
Process exited with code 255.
Output for 7.0.0
0.00036382675170898[]<br/> Fatal error: Uncaught Error: Call to undefined function push_array() in /in/LrdDU:24 Stack trace: #0 {main} thrown in /in/LrdDU on line 24
Process exited with code 255.
Output for 5.6.28
0.0040879249572754[]<br/> Fatal error: Call to undefined function push_array() in /in/LrdDU on line 24
Process exited with code 255.
Output for 5.6.25
0.0027940273284912[]<br/> Fatal error: Call to undefined function push_array() in /in/LrdDU on line 24
Process exited with code 255.
Output for 5.6.24
0.0035500526428223[]<br/> Fatal error: Call to undefined function push_array() in /in/LrdDU on line 24
Process exited with code 255.
Output for 5.6.23
0.0025379657745361[]<br/> Fatal error: Call to undefined function push_array() in /in/LrdDU on line 24
Process exited with code 255.
Output for 5.6.22
0.0035197734832764[]<br/> Fatal error: Call to undefined function push_array() in /in/LrdDU on line 24
Process exited with code 255.
Output for 5.6.21
0.0033769607543945[]<br/> Fatal error: Call to undefined function push_array() in /in/LrdDU on line 24
Process exited with code 255.
Output for 5.6.20
0.0025038719177246[]<br/> Fatal error: Call to undefined function push_array() in /in/LrdDU on line 24
Process exited with code 255.
Output for 5.6.19
0.0026559829711914[]<br/> Fatal error: Call to undefined function push_array() in /in/LrdDU on line 24
Process exited with code 255.
Output for 5.6.18
0.0024809837341309[]<br/> Fatal error: Call to undefined function push_array() in /in/LrdDU on line 24
Process exited with code 255.
Output for 5.6.17
0.0026078224182129[]<br/> Fatal error: Call to undefined function push_array() in /in/LrdDU on line 24
Process exited with code 255.
Output for 5.6.16
0.0024509429931641[]<br/> Fatal error: Call to undefined function push_array() in /in/LrdDU on line 24
Process exited with code 255.
Output for 5.6.15
0.0024957656860352[]<br/> Fatal error: Call to undefined function push_array() in /in/LrdDU on line 24
Process exited with code 255.
Output for 5.6.14
0.0026659965515137[]<br/> Fatal error: Call to undefined function push_array() in /in/LrdDU on line 24
Process exited with code 255.
Output for 5.6.13
0.0026450157165527[]<br/> Fatal error: Call to undefined function push_array() in /in/LrdDU on line 24
Process exited with code 255.
Output for 5.6.12
0.0025739669799805[]<br/> Fatal error: Call to undefined function push_array() in /in/LrdDU on line 24
Process exited with code 255.
Output for 5.6.11
0.002554178237915[]<br/> Fatal error: Call to undefined function push_array() in /in/LrdDU on line 24
Process exited with code 255.
Output for 5.6.10
0.0025060176849365[]<br/> Fatal error: Call to undefined function push_array() in /in/LrdDU on line 24
Process exited with code 255.
Output for 5.6.9
0.0025351047515869[]<br/> Fatal error: Call to undefined function push_array() in /in/LrdDU on line 24
Process exited with code 255.
Output for 5.6.8
0.0033228397369385[]<br/> Fatal error: Call to undefined function push_array() in /in/LrdDU on line 24
Process exited with code 255.
Output for 5.6.7
0.0037550926208496[]<br/> Fatal error: Call to undefined function push_array() in /in/LrdDU on line 24
Process exited with code 255.
Output for 5.6.6
0.0027039051055908[]<br/> Fatal error: Call to undefined function push_array() in /in/LrdDU on line 24
Process exited with code 255.
Output for 5.6.5
0.0038750171661377[]<br/> Fatal error: Call to undefined function push_array() in /in/LrdDU on line 24
Process exited with code 255.
Output for 5.6.4
0.0036740303039551[]<br/> Fatal error: Call to undefined function push_array() in /in/LrdDU on line 24
Process exited with code 255.
Output for 5.6.3
0.0042529106140137[]<br/> Fatal error: Call to undefined function push_array() in /in/LrdDU on line 24
Process exited with code 255.
Output for 5.6.2
0.0034451484680176[]<br/> Fatal error: Call to undefined function push_array() in /in/LrdDU on line 24
Process exited with code 255.
Output for 5.6.1
0.004410982131958[]<br/> Fatal error: Call to undefined function push_array() in /in/LrdDU on line 24
Process exited with code 255.
Output for 5.6.0
0.0042810440063477[]<br/> Fatal error: Call to undefined function push_array() in /in/LrdDU on line 24
Process exited with code 255.
Output for 5.5.38
0.0027458667755127[]<br/> Fatal error: Call to undefined function push_array() in /in/LrdDU on line 24
Process exited with code 255.
Output for 5.5.37
0.0025620460510254[]<br/> Fatal error: Call to undefined function push_array() in /in/LrdDU on line 24
Process exited with code 255.
Output for 5.5.13, 5.5.36
0.0027658939361572[]<br/> Fatal error: Call to undefined function push_array() in /in/LrdDU on line 24
Process exited with code 255.
Output for 5.5.35
0.0041129589080811[]<br/> Fatal error: Call to undefined function push_array() in /in/LrdDU on line 24
Process exited with code 255.
Output for 5.5.34
0.0025589466094971[]<br/> Fatal error: Call to undefined function push_array() in /in/LrdDU on line 24
Process exited with code 255.
Output for 5.5.33
0.0028080940246582[]<br/> Fatal error: Call to undefined function push_array() in /in/LrdDU on line 24
Process exited with code 255.
Output for 5.5.32
0.0025339126586914[]<br/> Fatal error: Call to undefined function push_array() in /in/LrdDU on line 24
Process exited with code 255.
Output for 5.5.31
0.0040669441223145[]<br/> Fatal error: Call to undefined function push_array() in /in/LrdDU on line 24
Process exited with code 255.
Output for 5.5.30
0.0030889511108398[]<br/> Fatal error: Call to undefined function push_array() in /in/LrdDU on line 24
Process exited with code 255.
Output for 5.5.29
0.0025279521942139[]<br/> Fatal error: Call to undefined function push_array() in /in/LrdDU on line 24
Process exited with code 255.
Output for 5.5.28
0.0028810501098633[]<br/> Fatal error: Call to undefined function push_array() in /in/LrdDU on line 24
Process exited with code 255.
Output for 5.5.27
0.0026309490203857[]<br/> Fatal error: Call to undefined function push_array() in /in/LrdDU on line 24
Process exited with code 255.
Output for 5.5.26
0.002540111541748[]<br/> Fatal error: Call to undefined function push_array() in /in/LrdDU on line 24
Process exited with code 255.
Output for 5.5.25
0.0029628276824951[]<br/> Fatal error: Call to undefined function push_array() in /in/LrdDU on line 24
Process exited with code 255.
Output for 5.5.24
0.0029621124267578[]<br/> Fatal error: Call to undefined function push_array() in /in/LrdDU on line 24
Process exited with code 255.
Output for 5.5.23
0.0037658214569092[]<br/> Fatal error: Call to undefined function push_array() in /in/LrdDU on line 24
Process exited with code 255.
Output for 5.5.22
0.0036609172821045[]<br/> Fatal error: Call to undefined function push_array() in /in/LrdDU on line 24
Process exited with code 255.
Output for 5.5.21
0.0038950443267822[]<br/> Fatal error: Call to undefined function push_array() in /in/LrdDU on line 24
Process exited with code 255.
Output for 5.5.20
0.0033168792724609[]<br/> Fatal error: Call to undefined function push_array() in /in/LrdDU on line 24
Process exited with code 255.
Output for 5.5.19
0.0037319660186768[]<br/> Fatal error: Call to undefined function push_array() in /in/LrdDU on line 24
Process exited with code 255.
Output for 5.5.18
0.0049581527709961[]<br/> Fatal error: Call to undefined function push_array() in /in/LrdDU on line 24
Process exited with code 255.
Output for 5.5.16
0.0039970874786377[]<br/> Fatal error: Call to undefined function push_array() in /in/LrdDU on line 24
Process exited with code 255.
Output for 5.5.6, 5.5.15
0.0036580562591553[]<br/> Fatal error: Call to undefined function push_array() in /in/LrdDU on line 24
Process exited with code 255.
Output for 5.5.14
0.0035889148712158[]<br/> Fatal error: Call to undefined function push_array() in /in/LrdDU on line 24
Process exited with code 255.
Output for 5.5.12
0.0049359798431396[]<br/> Fatal error: Call to undefined function push_array() in /in/LrdDU on line 24
Process exited with code 255.
Output for 5.5.11
0.0037820339202881[]<br/> Fatal error: Call to undefined function push_array() in /in/LrdDU on line 24
Process exited with code 255.
Output for 5.5.10
0.0049500465393066[]<br/> Fatal error: Call to undefined function push_array() in /in/LrdDU on line 24
Process exited with code 255.
Output for 5.5.9
0.0038559436798096[]<br/> Fatal error: Call to undefined function push_array() in /in/LrdDU on line 24
Process exited with code 255.
Output for 5.5.8
0.0035920143127441[]<br/> Fatal error: Call to undefined function push_array() in /in/LrdDU on line 24
Process exited with code 255.
Output for 5.5.7
0.003040075302124[]<br/> Fatal error: Call to undefined function push_array() in /in/LrdDU on line 24
Process exited with code 255.
Output for 5.5.5
0.0046200752258301[]<br/> Fatal error: Call to undefined function push_array() in /in/LrdDU on line 24
Process exited with code 255.
Output for 5.5.4
0.0035660266876221[]<br/> Fatal error: Call to undefined function push_array() in /in/LrdDU on line 24
Process exited with code 255.
Output for 5.5.3
0.0042300224304199[]<br/> Fatal error: Call to undefined function push_array() in /in/LrdDU on line 24
Process exited with code 255.
Output for 5.5.2
0.0044941902160645[]<br/> Fatal error: Call to undefined function push_array() in /in/LrdDU on line 24
Process exited with code 255.
Output for 5.5.1
0.0036110877990723[]<br/> Fatal error: Call to undefined function push_array() in /in/LrdDU on line 24
Process exited with code 255.
Output for 5.5.0
0.0044879913330078[]<br/> Fatal error: Call to undefined function push_array() in /in/LrdDU on line 24
Process exited with code 255.
Output for 5.4.45
0.005000114440918[]<br/> Fatal error: Call to undefined function push_array() in /in/LrdDU on line 24
Process exited with code 255.
Output for 5.4.44
0.0035481452941895[]<br/> Fatal error: Call to undefined function push_array() in /in/LrdDU on line 24
Process exited with code 255.
Output for 5.4.43
0.0025420188903809[]<br/> Fatal error: Call to undefined function push_array() in /in/LrdDU on line 24
Process exited with code 255.
Output for 5.4.42
0.0026321411132812[]<br/> Fatal error: Call to undefined function push_array() in /in/LrdDU on line 24
Process exited with code 255.
Output for 5.4.41
0.0026319026947021[]<br/> Fatal error: Call to undefined function push_array() in /in/LrdDU on line 24
Process exited with code 255.
Output for 5.4.40
0.0033268928527832[]<br/> Fatal error: Call to undefined function push_array() in /in/LrdDU on line 24
Process exited with code 255.
Output for 5.4.39
0.0031599998474121[]<br/> Fatal error: Call to undefined function push_array() in /in/LrdDU on line 24
Process exited with code 255.
Output for 5.4.38
0.0041089057922363[]<br/> Fatal error: Call to undefined function push_array() in /in/LrdDU on line 24
Process exited with code 255.
Output for 5.4.37
0.002816915512085[]<br/> Fatal error: Call to undefined function push_array() in /in/LrdDU on line 24
Process exited with code 255.
Output for 5.4.36
0.0039589405059814[]<br/> Fatal error: Call to undefined function push_array() in /in/LrdDU on line 24
Process exited with code 255.
Output for 5.4.35
0.003605842590332[]<br/> Fatal error: Call to undefined function push_array() in /in/LrdDU on line 24
Process exited with code 255.
Output for 5.4.34
0.0043399333953857[]<br/> Fatal error: Call to undefined function push_array() in /in/LrdDU on line 24
Process exited with code 255.
Output for 5.4.32
0.0039191246032715[]<br/> Fatal error: Call to undefined function push_array() in /in/LrdDU on line 24
Process exited with code 255.
Output for 5.4.31
0.0041220188140869[]<br/> Fatal error: Call to undefined function push_array() in /in/LrdDU on line 24
Process exited with code 255.
Output for 5.4.8, 5.4.30
0.0027549266815186[]<br/> Fatal error: Call to undefined function push_array() in /in/LrdDU on line 24
Process exited with code 255.
Output for 5.4.29
0.003277063369751[]<br/> Fatal error: Call to undefined function push_array() in /in/LrdDU on line 24
Process exited with code 255.
Output for 5.4.28
0.0042891502380371[]<br/> Fatal error: Call to undefined function push_array() in /in/LrdDU on line 24
Process exited with code 255.
Output for 5.4.27
0.003903865814209[]<br/> Fatal error: Call to undefined function push_array() in /in/LrdDU on line 24
Process exited with code 255.
Output for 5.4.26
0.0026910305023193[]<br/> Fatal error: Call to undefined function push_array() in /in/LrdDU on line 24
Process exited with code 255.
Output for 5.4.25
0.0038349628448486[]<br/> Fatal error: Call to undefined function push_array() in /in/LrdDU on line 24
Process exited with code 255.
Output for 5.4.24
0.0042839050292969[]<br/> Fatal error: Call to undefined function push_array() in /in/LrdDU on line 24
Process exited with code 255.
Output for 5.4.23
0.0037078857421875[]<br/> Fatal error: Call to undefined function push_array() in /in/LrdDU on line 24
Process exited with code 255.
Output for 5.4.22
0.0038449764251709[]<br/> Fatal error: Call to undefined function push_array() in /in/LrdDU on line 24
Process exited with code 255.
Output for 5.4.21
0.0038890838623047[]<br/> Fatal error: Call to undefined function push_array() in /in/LrdDU on line 24
Process exited with code 255.
Output for 5.4.20
0.0042569637298584[]<br/> Fatal error: Call to undefined function push_array() in /in/LrdDU on line 24
Process exited with code 255.
Output for 5.4.19
0.0036470890045166[]<br/> Fatal error: Call to undefined function push_array() in /in/LrdDU on line 24
Process exited with code 255.
Output for 5.4.18
0.0038700103759766[]<br/> Fatal error: Call to undefined function push_array() in /in/LrdDU on line 24
Process exited with code 255.
Output for 5.4.17
0.0042641162872314[]<br/> Fatal error: Call to undefined function push_array() in /in/LrdDU on line 24
Process exited with code 255.
Output for 5.4.16
0.0037200450897217[]<br/> Fatal error: Call to undefined function push_array() in /in/LrdDU on line 24
Process exited with code 255.
Output for 5.4.15
0.0038690567016602[]<br/> Fatal error: Call to undefined function push_array() in /in/LrdDU on line 24
Process exited with code 255.
Output for 5.4.14
0.0038719177246094[]<br/> Fatal error: Call to undefined function push_array() in /in/LrdDU on line 24
Process exited with code 255.
Output for 5.4.13
0.0044548511505127[]<br/> Fatal error: Call to undefined function push_array() in /in/LrdDU on line 24
Process exited with code 255.
Output for 5.4.12
0.0041899681091309[]<br/> Fatal error: Call to undefined function push_array() in /in/LrdDU on line 24
Process exited with code 255.
Output for 5.4.11
0.0044090747833252[]<br/> Fatal error: Call to undefined function push_array() in /in/LrdDU on line 24
Process exited with code 255.
Output for 5.4.10
0.0044209957122803[]<br/> Fatal error: Call to undefined function push_array() in /in/LrdDU on line 24
Process exited with code 255.
Output for 5.4.9
0.0036859512329102[]<br/> Fatal error: Call to undefined function push_array() in /in/LrdDU on line 24
Process exited with code 255.
Output for 5.4.7
0.0042588710784912[]<br/> Fatal error: Call to undefined function push_array() in /in/LrdDU on line 24
Process exited with code 255.
Output for 5.4.6
0.0040349960327148[]<br/> Fatal error: Call to undefined function push_array() in /in/LrdDU on line 24
Process exited with code 255.
Output for 5.4.5
0.003242015838623[]<br/> Fatal error: Call to undefined function push_array() in /in/LrdDU on line 24
Process exited with code 255.
Output for 5.4.4
0.0037939548492432[]<br/> Fatal error: Call to undefined function push_array() in /in/LrdDU on line 24
Process exited with code 255.
Output for 5.4.3
0.0035240650177002[]<br/> Fatal error: Call to undefined function push_array() in /in/LrdDU on line 24
Process exited with code 255.
Output for 5.4.2
0.0036940574645996[]<br/> Fatal error: Call to undefined function push_array() in /in/LrdDU on line 24
Process exited with code 255.
Output for 5.4.1
0.002997875213623[]<br/> Fatal error: Call to undefined function push_array() in /in/LrdDU on line 24
Process exited with code 255.
Output for 5.4.0
0.0040218830108643[]<br/> Fatal error: Call to undefined function push_array() in /in/LrdDU on line 24
Process exited with code 255.
Output for 5.3.29
0.0027709007263184[]<br/> Fatal error: Call to undefined function push_array() in /in/LrdDU on line 24
Process exited with code 255.
Output for 5.3.28
0.0029101371765137[]<br/> Fatal error: Call to undefined function push_array() in /in/LrdDU on line 24
Process exited with code 255.
Output for 5.3.27
0.0035321712493896[]<br/> Fatal error: Call to undefined function push_array() in /in/LrdDU on line 24
Process exited with code 255.
Output for 5.3.26
0.0042719841003418[]<br/> Fatal error: Call to undefined function push_array() in /in/LrdDU on line 24
Process exited with code 255.
Output for 5.3.25
0.0045089721679688[]<br/> Fatal error: Call to undefined function push_array() in /in/LrdDU on line 24
Process exited with code 255.
Output for 5.3.24
0.0045380592346191[]<br/> Fatal error: Call to undefined function push_array() in /in/LrdDU on line 24
Process exited with code 255.
Output for 5.3.23
0.0045080184936523[]<br/> Fatal error: Call to undefined function push_array() in /in/LrdDU on line 24
Process exited with code 255.
Output for 5.3.22
0.004223108291626[]<br/> Fatal error: Call to undefined function push_array() in /in/LrdDU on line 24
Process exited with code 255.
Output for 5.3.21
0.0042319297790527[]<br/> Fatal error: Call to undefined function push_array() in /in/LrdDU on line 24
Process exited with code 255.
Output for 5.3.20
0.0046908855438232[]<br/> Fatal error: Call to undefined function push_array() in /in/LrdDU on line 24
Process exited with code 255.
Output for 5.3.19
0.0042119026184082[]<br/> Fatal error: Call to undefined function push_array() in /in/LrdDU on line 24
Process exited with code 255.
Output for 5.3.18
0.0033349990844727[]<br/> Fatal error: Call to undefined function push_array() in /in/LrdDU on line 24
Process exited with code 255.
Output for 5.3.17
0.0044040679931641[]<br/> Fatal error: Call to undefined function push_array() in /in/LrdDU on line 24
Process exited with code 255.
Output for 5.3.16
0.004979133605957[]<br/> Fatal error: Call to undefined function push_array() in /in/LrdDU on line 24
Process exited with code 255.
Output for 5.3.15
0.0043270587921143[]<br/> Fatal error: Call to undefined function push_array() in /in/LrdDU on line 24
Process exited with code 255.
Output for 5.3.14
0.0046460628509521[]<br/> Fatal error: Call to undefined function push_array() in /in/LrdDU on line 24
Process exited with code 255.
Output for 5.3.13
0.0049600601196289[]<br/> Fatal error: Call to undefined function push_array() in /in/LrdDU on line 24
Process exited with code 255.
Output for 5.3.12
0.0044169425964355[]<br/> Fatal error: Call to undefined function push_array() in /in/LrdDU on line 24
Process exited with code 255.
Output for 5.3.11
0.0028960704803467[]<br/> Fatal error: Call to undefined function push_array() in /in/LrdDU on line 24
Process exited with code 255.
Output for 5.3.10
0.0045559406280518[]<br/> Fatal error: Call to undefined function push_array() in /in/LrdDU on line 24
Process exited with code 255.
Output for 5.3.9
0.0031008720397949[]<br/> Fatal error: Call to undefined function push_array() in /in/LrdDU on line 24
Process exited with code 255.
Output for 5.3.8
0.0049238204956055[]<br/> Fatal error: Call to undefined function push_array() in /in/LrdDU on line 24
Process exited with code 255.
Output for 5.3.7
0.0043649673461914[]<br/> Fatal error: Call to undefined function push_array() in /in/LrdDU on line 24
Process exited with code 255.
Output for 5.3.6
0.0041019916534424[]<br/> Fatal error: Call to undefined function push_array() in /in/LrdDU on line 24
Process exited with code 255.
Output for 5.3.5
0.0045030117034912[]<br/> Fatal error: Call to undefined function push_array() in /in/LrdDU on line 24
Process exited with code 255.
Output for 5.3.4
0.003464937210083[]<br/> Fatal error: Call to undefined function push_array() in /in/LrdDU on line 24
Process exited with code 255.
Output for 5.3.3
0.0044741630554199[]<br/> Fatal error: Call to undefined function push_array() in /in/LrdDU on line 24
Process exited with code 255.
Output for 5.3.2
0.0044188499450684[]<br/> Fatal error: Call to undefined function push_array() in /in/LrdDU on line 24
Process exited with code 255.
Output for 5.3.1
0.0049879550933838[]<br/> Fatal error: Call to undefined function push_array() in /in/LrdDU on line 24
Process exited with code 255.
Output for 5.3.0
0.0047760009765625[]<br/> Fatal error: Call to undefined function push_array() in /in/LrdDU on line 24
Process exited with code 255.
Output for 5.2.17
0.0053880214691162[]<br/> Fatal error: Call to undefined function push_array() in /in/LrdDU on line 24
Process exited with code 255.
Output for 5.2.16
0.0041399002075195[]<br/> Fatal error: Call to undefined function push_array() in /in/LrdDU on line 24
Process exited with code 255.
Output for 5.2.15
0.0054359436035156[]<br/> Fatal error: Call to undefined function push_array() in /in/LrdDU on line 24
Process exited with code 255.
Output for 5.2.14
0.0054869651794434[]<br/> Fatal error: Call to undefined function push_array() in /in/LrdDU on line 24
Process exited with code 255.
Output for 5.2.13
0.0050599575042725[]<br/> Fatal error: Call to undefined function push_array() in /in/LrdDU on line 24
Process exited with code 255.
Output for 5.2.12
0.0043888092041016[]<br/> Fatal error: Call to undefined function push_array() in /in/LrdDU on line 24
Process exited with code 255.
Output for 5.2.11
0.0054800510406494[]<br/> Fatal error: Call to undefined function push_array() in /in/LrdDU on line 24
Process exited with code 255.
Output for 5.2.10
0.0054380893707275[]<br/> Fatal error: Call to undefined function push_array() in /in/LrdDU on line 24
Process exited with code 255.
Output for 5.2.9
0.0056259632110596[]<br/> Fatal error: Call to undefined function push_array() in /in/LrdDU on line 24
Process exited with code 255.
Output for 5.2.8
0.004260778427124[]<br/> Fatal error: Call to undefined function push_array() in /in/LrdDU on line 24
Process exited with code 255.
Output for 5.2.7
0.0049669742584229[]<br/> Fatal error: Call to undefined function push_array() in /in/LrdDU on line 24
Process exited with code 255.
Output for 5.2.6
0.0056140422821045[]<br/> Fatal error: Call to undefined function push_array() in /in/LrdDU on line 24
Process exited with code 255.
Output for 5.2.5
0.0069379806518555[]<br/> Fatal error: Call to undefined function push_array() in /in/LrdDU on line 24
Process exited with code 255.
Output for 5.2.4
0.0064730644226074[]<br/> Fatal error: Call to undefined function push_array() in /in/LrdDU on line 24
Process exited with code 255.
Output for 5.2.3
0.0067460536956787[]<br/> Fatal error: Call to undefined function push_array() in /in/LrdDU on line 24
Process exited with code 255.
Output for 5.2.2
0.0061991214752197[]<br/> Fatal error: Call to undefined function push_array() in /in/LrdDU on line 24
Process exited with code 255.
Output for 5.2.1
0.004706859588623[]<br/> Fatal error: Call to undefined function push_array() in /in/LrdDU on line 24
Process exited with code 255.
Output for 5.2.0
0.0030970573425293[]<br/> Fatal error: Call to undefined function push_array() in /in/LrdDU on line 24
Process exited with code 255.
Output for 5.1.6
0.0067908763885498[]<br/> Fatal error: Call to undefined function push_array() in /in/LrdDU on line 24
Process exited with code 255.
Output for 5.1.5
0.0060420036315918[]<br/> Fatal error: Call to undefined function push_array() in /in/LrdDU on line 24
Process exited with code 255.
Output for 5.1.4
0.0059330463409424[]<br/> Fatal error: Call to undefined function push_array() in /in/LrdDU on line 24
Process exited with code 255.
Output for 5.1.3
0.0062949657440186[]<br/> Fatal error: Call to undefined function push_array() in /in/LrdDU on line 24
Process exited with code 255.
Output for 5.1.2
0.0070087909698486[]<br/> Fatal error: Call to undefined function push_array() in /in/LrdDU on line 24
Process exited with code 255.
Output for 5.1.1
0.0062770843505859[]<br/> Fatal error: Call to undefined function push_array() in /in/LrdDU on line 24
Process exited with code 255.
Output for 5.1.0
0.0064070224761963[]<br/> Fatal error: Call to undefined function push_array() in /in/LrdDU on line 24
Process exited with code 255.
Output for 5.0.5
0.011059045791626[]<br/> Fatal error: Call to undefined function push_array() in /in/LrdDU on line 24
Process exited with code 255.
Output for 5.0.4
0.0095798969268799[]<br/> Fatal error: Call to undefined function push_array() in /in/LrdDU on line 24
Process exited with code 255.
Output for 5.0.3
0.0077321529388428[]<br/> Fatal error: Call to undefined function push_array() in /in/LrdDU on line 24
Process exited with code 255.
Output for 5.0.2
0.0084171295166016[]<br/> Fatal error: Call to undefined function push_array() in /in/LrdDU on line 24
Process exited with code 255.
Output for 5.0.1
0.009627103805542[]<br/> Fatal error: Call to undefined function push_array() in /in/LrdDU on line 24
Process exited with code 255.
Output for 5.0.0
0.008303165435791[]<br/> Fatal error: Call to undefined function push_array() in /in/LrdDU on line 24
Process exited with code 255.
Output for 4.4.9
0.010413[]<br/> Fatal error: Call to undefined function: push_array() in /in/LrdDU on line 24
Process exited with code 255.
Output for 4.4.8
0.00995[]<br/> Fatal error: Call to undefined function: push_array() in /in/LrdDU on line 24
Process exited with code 255.
Output for 4.4.7
0.011395[]<br/> Fatal error: Call to undefined function: push_array() in /in/LrdDU on line 24
Process exited with code 255.
Output for 4.4.6
0.010655[]<br/> Fatal error: Call to undefined function: push_array() in /in/LrdDU on line 24
Process exited with code 255.
Output for 4.4.5
0.010637[]<br/> Fatal error: Call to undefined function: push_array() in /in/LrdDU on line 24
Process exited with code 255.
Output for 4.4.4
0.009606[]<br/> Fatal error: Call to undefined function: push_array() in /in/LrdDU on line 24
Process exited with code 255.
Output for 4.4.3
0.010697[]<br/> Fatal error: Call to undefined function: push_array() in /in/LrdDU on line 24
Process exited with code 255.
Output for 4.4.2
0.010806[]<br/> Fatal error: Call to undefined function: push_array() in /in/LrdDU on line 24
Process exited with code 255.
Output for 4.4.1
0.008468[]<br/> Fatal error: Call to undefined function: push_array() in /in/LrdDU on line 24
Process exited with code 255.
Output for 4.4.0
0.009411[]<br/> Fatal error: Call to undefined function: push_array() in /in/LrdDU on line 24
Process exited with code 255.
Output for 4.3.11
0.010541[]<br/> Fatal error: Call to undefined function: push_array() in /in/LrdDU on line 24
Process exited with code 255.
Output for 4.3.10
0.010767[]<br/> Fatal error: Call to undefined function: push_array() in /in/LrdDU on line 24
Process exited with code 255.
Output for 4.3.9
0.010903[]<br/> Fatal error: Call to undefined function: push_array() in /in/LrdDU on line 24
Process exited with code 255.
Output for 4.3.8
0.009654[]<br/> Fatal error: Call to undefined function: push_array() in /in/LrdDU on line 24
Process exited with code 255.
Output for 4.3.7
0.010381[]<br/> Fatal error: Call to undefined function: push_array() in /in/LrdDU on line 24
Process exited with code 255.
Output for 4.3.6
0.010884[]<br/> Fatal error: Call to undefined function: push_array() in /in/LrdDU on line 24
Process exited with code 255.
Output for 4.3.5
0.005616[]<br/> Fatal error: Call to undefined function: push_array() in /in/LrdDU on line 24
Process exited with code 255.
Output for 4.3.4
0.008389[]<br/> Fatal error: Call to undefined function: push_array() in /in/LrdDU on line 24
Process exited with code 255.
Output for 4.3.3
0.010133[]<br/> Fatal error: Call to undefined function: push_array() in /in/LrdDU on line 24
Process exited with code 255.
Output for 4.3.2
0.009053[]<br/> Fatal error: Call to undefined function: push_array() in /in/LrdDU on line 24
Process exited with code 255.
Output for 4.3.1
0.010232[]<br/> Fatal error: Call to undefined function: push_array() in /in/LrdDU on line 24
Output for 4.3.0
0.01318[]<br/> Fatal error: Call to undefined function: push_array() in /in/LrdDU on line 24

preferences:
181.07 ms | 401 KiB | 216 Q