3v4l.org

run code in 300+ PHP versions simultaneously
<?php $a = range(1,1000000); $t = microtime(true); foreach($a as $e) { $b = $e; } $t -= microtime(true); echo 'foreach time: ', $t, PHP_EOL; $t = microtime(true); array_walk($a, function($e) { $b = $e; }); $t -= microtime(true); echo 'array_walk time: ', $t, PHP_EOL; $t = microtime(true); array_map(function($e) { $b = $e; }, $a); $t -= microtime(true); echo 'Array_map time: ', $t, PHP_EOL;
Output for 7.4.0
foreach time: -0.017225980758667 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 4096 bytes) in /in/JidLc on line 10
Process exited with code 255.
Output for 7.3.12
foreach time: -0.013986110687256 array_walk time: -0.070681095123291 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 33554440 bytes) in /in/JidLc on line 15
Process exited with code 255.
Output for 7.3.11
foreach time: -0.013704061508179 array_walk time: -0.1413300037384 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 33554440 bytes) in /in/JidLc on line 15
Process exited with code 255.
Output for 7.3.10
foreach time: -0.02017879486084 array_walk time: -0.08077597618103 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 33554440 bytes) in /in/JidLc on line 15
Process exited with code 255.
Output for 7.3.9
foreach time: -0.015496969223022 array_walk time: -0.087435007095337 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 33554440 bytes) in /in/JidLc on line 15
Process exited with code 255.
Output for 7.3.8
foreach time: -0.015950918197632 array_walk time: -0.07241415977478 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 33554440 bytes) in /in/JidLc on line 15
Process exited with code 255.
Output for 7.3.7
foreach time: -0.013515949249268 array_walk time: -0.071224927902222 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 33554440 bytes) in /in/JidLc on line 15
Process exited with code 255.
Output for 7.3.6
foreach time: -0.014217853546143 array_walk time: -0.081018924713135 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 33554440 bytes) in /in/JidLc on line 15
Process exited with code 255.
Output for 7.3.5
foreach time: -0.013458013534546 array_walk time: -0.16634392738342 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 33554440 bytes) in /in/JidLc on line 15
Process exited with code 255.
Output for 7.3.4
foreach time: -0.013437032699585 array_walk time: -0.087613105773926 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 33554440 bytes) in /in/JidLc on line 15
Process exited with code 255.
Output for 7.3.3
foreach time: -0.01357889175415 array_walk time: -0.067704200744629 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 33554440 bytes) in /in/JidLc on line 15
Process exited with code 255.
Output for 7.3.2
foreach time: -0.013457059860229 array_walk time: -0.071321964263916 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 33554440 bytes) in /in/JidLc on line 15
Process exited with code 255.
Output for 7.3.1
foreach time: -0.013612985610962 array_walk time: -0.07148003578186 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 33554440 bytes) in /in/JidLc on line 15
Process exited with code 255.
Output for 7.3.0
foreach time: -0.013457059860229 array_walk time: -0.07234001159668 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 33554440 bytes) in /in/JidLc on line 15
Process exited with code 255.
Output for 7.2.25
foreach time: -0.015944957733154 array_walk time: -0.087890863418579 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 33554440 bytes) in /in/JidLc on line 15
Process exited with code 255.
Output for 7.2.24
foreach time: -0.017321825027466 array_walk time: -0.14618802070618 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 33554440 bytes) in /in/JidLc on line 15
Process exited with code 255.
Output for 7.2.23
foreach time: -0.018848896026611 array_walk time: -0.10490202903748 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 33554440 bytes) in /in/JidLc on line 15
Process exited with code 255.
Output for 7.2.22
foreach time: -0.02372407913208 array_walk time: -0.071393013000488 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 33554440 bytes) in /in/JidLc on line 15
Process exited with code 255.
Output for 7.2.21
foreach time: -0.014212131500244 array_walk time: -0.077133893966675 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 33554440 bytes) in /in/JidLc on line 15
Process exited with code 255.
Output for 7.2.20
foreach time: -0.013486862182617 array_walk time: -0.074404954910278 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 33554440 bytes) in /in/JidLc on line 15
Process exited with code 255.
Output for 7.2.19
foreach time: -0.013617038726807 array_walk time: -0.07195782661438 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 33554440 bytes) in /in/JidLc on line 15
Process exited with code 255.
Output for 7.2.18
foreach time: -0.013878107070923 array_walk time: -0.07178807258606 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 33554440 bytes) in /in/JidLc on line 15
Process exited with code 255.
Output for 7.2.17
foreach time: -0.014711141586304 array_walk time: -0.082446098327637 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 33554440 bytes) in /in/JidLc on line 15
Process exited with code 255.
Output for 7.2.13
foreach time: -0.014246940612793 array_walk time: -0.13150310516357 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 33554440 bytes) in /in/JidLc on line 15
Process exited with code 255.
Output for 7.2.12
foreach time: -0.016992092132568 array_walk time: -0.094466924667358 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 33554440 bytes) in /in/JidLc on line 15
Process exited with code 255.
Output for 7.2.11
foreach time: -0.013699054718018 array_walk time: -0.12155985832214 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 33554440 bytes) in /in/JidLc on line 15
Process exited with code 255.
Output for 7.2.10
foreach time: -0.032473087310791 array_walk time: -0.12054896354675 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 33554440 bytes) in /in/JidLc on line 15
Process exited with code 255.
Output for 7.2.9
foreach time: -0.020295143127441 array_walk time: -0.12659692764282 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 33554440 bytes) in /in/JidLc on line 15
Process exited with code 255.
Output for 7.2.8
foreach time: -0.018071174621582 array_walk time: -0.12885499000549 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 33554440 bytes) in /in/JidLc on line 15
Process exited with code 255.
Output for 7.2.7
foreach time: -0.020184993743896 array_walk time: -0.12921404838562 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 33554440 bytes) in /in/JidLc on line 15
Process exited with code 255.
Output for 7.2.6
foreach time: -0.013731002807617 array_walk time: -0.13337206840515 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 33554440 bytes) in /in/JidLc on line 15
Process exited with code 255.
Output for 7.2.5
foreach time: -0.024073123931885 array_walk time: -0.12906002998352 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 33554440 bytes) in /in/JidLc on line 15
Process exited with code 255.
Output for 7.2.4
foreach time: -0.020625114440918 array_walk time: -0.15765619277954 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 33554440 bytes) in /in/JidLc on line 15
Process exited with code 255.
Output for 7.2.3
foreach time: -0.017459154129028 array_walk time: -0.1360080242157 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 33554440 bytes) in /in/JidLc on line 15
Process exited with code 255.
Output for 7.2.2
foreach time: -0.014955043792725 array_walk time: -0.10593414306641 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 33554440 bytes) in /in/JidLc on line 15
Process exited with code 255.
Output for 7.2.1
foreach time: -0.013560056686401 array_walk time: -0.11826705932617 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 33554440 bytes) in /in/JidLc on line 15
Process exited with code 255.
Output for 7.2.0
foreach time: -0.020416021347046 array_walk time: -0.1415479183197 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 33554440 bytes) in /in/JidLc on line 15
Process exited with code 255.
Output for 7.1.33
foreach time: -0.035156011581421 array_walk time: -0.13253712654114 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 33554440 bytes) in /in/JidLc on line 15
Process exited with code 255.
Output for 7.1.32
foreach time: -0.066452026367188 array_walk time: -0.086097955703735 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 33554440 bytes) in /in/JidLc on line 15
Process exited with code 255.
Output for 7.1.31
foreach time: -0.026262998580933 array_walk time: -0.091495037078857 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 33554440 bytes) in /in/JidLc on line 15
Process exited with code 255.
Output for 7.1.30
foreach time: -0.026556968688965 array_walk time: -0.084733009338379 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 33554440 bytes) in /in/JidLc on line 15
Process exited with code 255.
Output for 7.1.29
foreach time: -0.036556005477905 array_walk time: -0.098791122436523 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 33554440 bytes) in /in/JidLc on line 15
Process exited with code 255.
Output for 7.1.28
foreach time: -0.027285099029541 array_walk time: -0.090776920318604 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 33554440 bytes) in /in/JidLc on line 15
Process exited with code 255.
Output for 7.1.27
foreach time: -0.07234787940979 array_walk time: -0.08722186088562 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 33554440 bytes) in /in/JidLc on line 15
Process exited with code 255.
Output for 7.1.26
foreach time: -0.026466846466064 array_walk time: -0.082741022109985 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 33554440 bytes) in /in/JidLc on line 15
Process exited with code 255.
Output for 7.1.25
foreach time: -0.057576894760132 array_walk time: -0.090874910354614 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 33554440 bytes) in /in/JidLc on line 15
Process exited with code 255.
Output for 7.1.24
foreach time: -0.054694890975952 array_walk time: -0.31049799919128 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 33554440 bytes) in /in/JidLc on line 15
Process exited with code 255.
Output for 7.1.23
foreach time: -0.040385007858276 array_walk time: -0.080706834793091 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 33554440 bytes) in /in/JidLc on line 15
Process exited with code 255.
Output for 7.1.22
foreach time: -0.028810024261475 array_walk time: -0.082696914672852 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 33554440 bytes) in /in/JidLc on line 15
Process exited with code 255.
Output for 7.1.21
foreach time: -0.027491807937622 array_walk time: -0.076087951660156 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 33554440 bytes) in /in/JidLc on line 15
Process exited with code 255.
Output for 7.1.20
foreach time: -0.028982877731323 array_walk time: -0.11171317100525 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 33554440 bytes) in /in/JidLc on line 15
Process exited with code 255.
Output for 7.1.19
foreach time: -0.027676105499268 array_walk time: -0.096057891845703 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 33554440 bytes) in /in/JidLc on line 15
Process exited with code 255.
Output for 7.1.18
foreach time: -0.039772033691406 array_walk time: -0.07911205291748 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 33554440 bytes) in /in/JidLc on line 15
Process exited with code 255.
Output for 7.1.17
foreach time: -0.1033718585968 array_walk time: -0.076762914657593 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 33554440 bytes) in /in/JidLc on line 15
Process exited with code 255.
Output for 7.1.16
foreach time: -0.069885969161987 array_walk time: -0.082803964614868 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 33554440 bytes) in /in/JidLc on line 15
Process exited with code 255.
Output for 7.1.15
foreach time: -0.037842988967896 array_walk time: -0.11750602722168 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 33554440 bytes) in /in/JidLc on line 15
Process exited with code 255.
Output for 7.1.14
foreach time: -0.026490926742554 array_walk time: -0.082108020782471 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 33554440 bytes) in /in/JidLc on line 15
Process exited with code 255.
Output for 7.1.13
foreach time: -0.028936147689819 array_walk time: -0.091198205947876 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 33554440 bytes) in /in/JidLc on line 15
Process exited with code 255.
Output for 7.1.12
foreach time: -0.025990962982178 array_walk time: -0.090264081954956 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 33554440 bytes) in /in/JidLc on line 15
Process exited with code 255.
Output for 7.1.11
foreach time: -0.036722898483276 array_walk time: -0.076207160949707 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 33554440 bytes) in /in/JidLc on line 15
Process exited with code 255.
Output for 7.1.10
foreach time: -0.029899120330811 array_walk time: -0.10134696960449 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 33554440 bytes) in /in/JidLc on line 15
Process exited with code 255.
Output for 7.1.9
foreach time: -0.040374994277954 array_walk time: -0.094065189361572 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 33554440 bytes) in /in/JidLc on line 15
Process exited with code 255.
Output for 7.1.8
foreach time: -0.028325080871582 array_walk time: -0.078875064849854 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 33554440 bytes) in /in/JidLc on line 15
Process exited with code 255.
Output for 7.1.7
foreach time: -0.029492139816284 array_walk time: -0.083961963653564 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 33554440 bytes) in /in/JidLc on line 15
Process exited with code 255.
Output for 7.1.6
foreach time: -0.029413938522339 array_walk time: -0.080379009246826 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 33554440 bytes) in /in/JidLc on line 15
Process exited with code 255.
Output for 7.1.5
foreach time: -0.026648044586182 array_walk time: -0.074464797973633 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 33554440 bytes) in /in/JidLc on line 15
Process exited with code 255.
Output for 7.1.4
foreach time: -0.029836893081665 array_walk time: -0.083127975463867 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 33554440 bytes) in /in/JidLc on line 15
Process exited with code 255.
Output for 7.1.3
foreach time: -0.027956008911133 array_walk time: -0.078970193862915 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 33554440 bytes) in /in/JidLc on line 15
Process exited with code 255.
Output for 7.1.2
foreach time: -0.028647184371948 array_walk time: -0.082504034042358 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 33554440 bytes) in /in/JidLc on line 15
Process exited with code 255.
Output for 7.1.1
foreach time: -0.028850078582764 array_walk time: -0.07428503036499 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 33554440 bytes) in /in/JidLc on line 15
Process exited with code 255.
Output for 7.1.0
foreach time: -0.027499914169312 array_walk time: -0.073423147201538 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 33554440 bytes) in /in/JidLc on line 15
Process exited with code 255.
Output for 7.0.33
foreach time: -0.028672933578491 array_walk time: -0.069407939910889 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 33554440 bytes) in /in/JidLc on line 15
Process exited with code 255.
Output for 7.0.32
foreach time: -0.038629055023193 array_walk time: -0.06348705291748 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 33554440 bytes) in /in/JidLc on line 15
Process exited with code 255.
Output for 7.0.31
foreach time: -0.027901887893677 array_walk time: -0.06813907623291 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 33554440 bytes) in /in/JidLc on line 15
Process exited with code 255.
Output for 7.0.30
foreach time: -0.03317403793335 array_walk time: -0.069540977478027 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 33554440 bytes) in /in/JidLc on line 15
Process exited with code 255.
Output for 7.0.29
foreach time: -0.057106971740723 array_walk time: -0.067636013031006 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 33554440 bytes) in /in/JidLc on line 15
Process exited with code 255.
Output for 7.0.28
foreach time: -0.029092073440552 array_walk time: -0.068697214126587 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 33554440 bytes) in /in/JidLc on line 15
Process exited with code 255.
Output for 7.0.27
foreach time: -0.033795833587646 array_walk time: -0.067704916000366 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 33554440 bytes) in /in/JidLc on line 15
Process exited with code 255.
Output for 7.0.26
foreach time: -0.02842116355896 array_walk time: -0.068304061889648 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 33554440 bytes) in /in/JidLc on line 15
Process exited with code 255.
Output for 7.0.25
foreach time: -0.028849124908447 array_walk time: -0.061036109924316 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 33554440 bytes) in /in/JidLc on line 15
Process exited with code 255.
Output for 7.0.24
foreach time: -0.027650117874146 array_walk time: -0.093935966491699 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 33554440 bytes) in /in/JidLc on line 15
Process exited with code 255.
Output for 7.0.23
foreach time: -0.02686619758606 array_walk time: -0.065368175506592 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 33554440 bytes) in /in/JidLc on line 15
Process exited with code 255.
Output for 7.0.22
foreach time: -0.034811973571777 array_walk time: -0.062463998794556 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 33554440 bytes) in /in/JidLc on line 15
Process exited with code 255.
Output for 7.0.21
foreach time: -0.026857137680054 array_walk time: -0.062525033950806 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 33554440 bytes) in /in/JidLc on line 15
Process exited with code 255.
Output for 7.0.20
foreach time: -0.026648998260498 array_walk time: -0.065819978713989 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 33554440 bytes) in /in/JidLc on line 15
Process exited with code 255.
Output for 7.0.19
foreach time: -0.027467012405396 array_walk time: -0.062142848968506 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 33554440 bytes) in /in/JidLc on line 15
Process exited with code 255.
Output for 7.0.18
foreach time: -0.027178049087524 array_walk time: -0.062206029891968 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 33554440 bytes) in /in/JidLc on line 15
Process exited with code 255.
Output for 7.0.17
foreach time: -0.027499914169312 array_walk time: -0.063899993896484 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 33554440 bytes) in /in/JidLc on line 15
Process exited with code 255.
Output for 7.0.16
foreach time: -0.026417016983032 array_walk time: -0.060904026031494 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 33554440 bytes) in /in/JidLc on line 15
Process exited with code 255.
Output for 7.0.15
foreach time: -0.027137994766235 array_walk time: -0.063233137130737 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 33554440 bytes) in /in/JidLc on line 15
Process exited with code 255.
Output for 7.0.14
foreach time: -0.027099847793579 array_walk time: -0.060923099517822 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 33554440 bytes) in /in/JidLc on line 15
Process exited with code 255.
Output for 7.0.13
foreach time: -0.026643037796021 array_walk time: -0.060567855834961 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 33554440 bytes) in /in/JidLc on line 15
Process exited with code 255.
Output for 7.0.12
foreach time: -0.027575969696045 array_walk time: -0.067543983459473 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 33554440 bytes) in /in/JidLc on line 15
Process exited with code 255.
Output for 7.0.11
foreach time: -0.028520107269287 array_walk time: -0.079278945922852 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 33554440 bytes) in /in/JidLc on line 15
Process exited with code 255.
Output for 7.0.10
foreach time: -0.037528038024902 array_walk time: -0.068027019500732 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 33554440 bytes) in /in/JidLc on line 15
Process exited with code 255.
Output for 7.0.9
foreach time: -0.039849996566772 array_walk time: -0.087080001831055 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 33554440 bytes) in /in/JidLc on line 15
Process exited with code 255.
Output for 7.0.8
foreach time: -0.031155109405518 array_walk time: -0.063606977462769 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 33554440 bytes) in /in/JidLc on line 15
Process exited with code 255.
Output for 7.0.7
foreach time: -0.026456832885742 array_walk time: -0.064518928527832 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 33554440 bytes) in /in/JidLc on line 15
Process exited with code 255.
Output for 7.0.6
foreach time: -0.028686046600342 array_walk time: -0.10439896583557 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 33554440 bytes) in /in/JidLc on line 15
Process exited with code 255.
Output for 7.0.5
foreach time: -0.026510000228882 array_walk time: -0.098582983016968 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 33554440 bytes) in /in/JidLc on line 15
Process exited with code 255.
Output for 7.0.4
foreach time: -0.026339054107666 array_walk time: -0.098389148712158 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 33554440 bytes) in /in/JidLc on line 15
Process exited with code 255.
Output for 7.0.3
foreach time: -0.026304960250854 array_walk time: -0.097208023071289 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 33554440 bytes) in /in/JidLc on line 15
Process exited with code 255.
Output for 7.0.2
foreach time: -0.02629280090332 array_walk time: -0.099193096160889 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 33554440 bytes) in /in/JidLc on line 15
Process exited with code 255.
Output for 7.0.1
foreach time: -0.028565168380737 array_walk time: -0.10438513755798 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 33554440 bytes) in /in/JidLc on line 15
Process exited with code 255.
Output for 7.0.0
foreach time: -0.028347969055176 array_walk time: -0.10825705528259 Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 33554440 bytes) in /in/JidLc on line 15
Process exited with code 255.
Output for 5.3.0 - 5.3.29, 5.4.0 - 5.4.45, 5.5.0 - 5.5.38, 5.6.0 - 5.6.38
Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 32 bytes) in /in/JidLc on line 2
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
Parse error: syntax error, unexpected T_FUNCTION in /in/JidLc on line 10
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_FUNCTION in /in/JidLc on line 10
Process exited with code 255.
Output for 4.3.2 - 4.3.4
Parse error: parse error in /in/JidLc on line 10
Process exited with code 255.

preferences:
202.87 ms | 401 KiB | 317 Q