3v4l.org

run code in 300+ PHP versions simultaneously
<?php $images = array( '<img src="http://www.espritjeu.com/upload/image/tournay-image-48061-petite.jpg" alt="" width="100" height="140" />', '<img src="http://www.espritjeu.com/upload/image/les-princes-de-catane-image-49365-petite.jpg" alt="" width="121" height="140" />', '<img src="http://www.espritjeu.com/upload/image/les-cites-perdues-p-image-45792-petite.jpg" alt="" width="130" height="140" />', '<img src="http://www.espritjeu.com/upload/image/le-desert-interdit-p-image-50609-petite.jpg" alt="" width="140" height="139" />', '<img src="http://www.espritjeu.com/upload/image/pax-image-50443-petite.jpg" alt="" width="140" height="107" />', '<img src="http://www.espritjeu.com/upload/image/-p-image-52221-petite.jpg" alt="" width="140" height="119" />', '<img src="http://www.espritjeu.com/upload/image/innovation-p-image-48370-petite.jpg" alt="" width="94" height="140" />', '<img src="http://www.espritjeu.com/upload/image/katana-image-50279-petite.jpg" alt="" width="102" height="140" />', '<img src="http://www.espritjeu.com/upload/image/citadelles-image-45709-petite.jpg" alt="" width="110" height="140" />', '<img src="http://www.espritjeu.com/upload/image/bohnanza-p-image-45676-petite.jpg" alt="" width="108" height="140" />', '<img src="http://www.espritjeu.com/upload/image/la-gloire-de-rome-image-47878-petite.jpg" alt="" width="131" height="140" />', '<img src="http://www.dragonlaonnois.com/Asmodee/Images/Elixir_boite.jpg" alt="" width="167" height="140" />', '<img src="http://www.espritjeu.com/upload/image/camelot-p-image-45740-petite.jpg" alt="" width="93" height="140" />', '<img src="http://balears-banesto.ocnk.net/data/balears-banesto/product/20130122_604af0.jpg" alt="" width="116" height="140" />', '<img src="http://www.ludigaume.be/Jeux/N/Nicht_Die_Bohne/nicht_die_bohne_Boite.jpg" alt="" width="110" height="140" />', '<img src="http://www.festivaldesjeux-cannes.com/Photos/jeu%20non%20merci.jpg" alt="" width="109" height="140" />', '<img src="http://videoregles.net/uploads/boxes/rumble-in-the-house.png" alt="" width="131" height="140" />', '<img src="http://www.espritjeu.com/upload/image/koryo-p-image-50846-petite.jpg" alt="" width="106" height="140" />', '<img src="http://www.espritjeu.com/upload/image/guerre-froide---cia-vs-kgb-p-image-48940-petite.jpg" alt="" width="140" height="128" />', '<img src="http://cdn.simba-dickie-group.de/media/shop-zoch/products/601127900/00/detail_zoom/sushizock-im-gockelwok-601127900-de_00.jpeg?v=1339598319" alt="" width="168" height="140" />', '<img src="http://www.espritjeu.com/upload/image/-p-image-45645-petite.jpg" alt="" width="112" height="140" />', '<img src="http://www.espritjeu.com/upload/image/-p-image-53142-petite.jpg" alt="" width="109" height="140" />', '<img src="http://www.espritjeu.com/upload/image/-p-image-52987-petite.jpg" alt="" width="101" height="140" />', '<img src="http://pierre.chachatelier.fr/jeux-societe/images/munchkin-boite.png" alt="" width="72" height="140" />', '<img src="http://www.espritjeu.com/upload/image/-image-51044-petite.jpg" alt="" width="125" height="140" />', '<img src="http://www.espritjeu.com/upload/image/ligretto--rouge--p-image-46353-petite.jpg" alt="" width="140" height="124" />', '<img src="http://www.espritjeu.com/upload/image/fantasy-p-image-46408-petite.jpg" alt="" width="140" height="139" />', '<img src="http://www.espritjeu.com/upload/image/schotten-totten-image-45727-petite.jpg" alt="" width="140" height="140" />', '<img src="http://www.espritjeu.com/upload/image/-p-image-51719-petite.jpg" alt="" width="109" height="140" />', '<img src="http://www.milsims.com.au/sites/milsims.com.au/files/imagecache/product_full/boxtop-principato.jpg" alt="" width="98" height="140" />', '<img src="http://stefan.pachlina.net/jupgrade/images/stories/themen/spiele/brett/carcassonne/carcassonne.jpg" alt="" width="100" height="140" />', '<img src="http://www.michas-spielmitmir.de/bilder/carcassonne_jaeger.jpg" alt="" width="140" height="140" />', '<img src="http://www.jeuxdenim.be/images/jeux/Malediction_large01.jpg" alt="" width="97" height="140" />', '<img src="http://www.espritjeu.com/upload/image/dominion-p-image-46172-petite.jpg" alt="" width="140" height="129" />', '<img src="http://www.espritjeu.com/upload/image/dominion---l-arriere-pays-p-image-48298-petite.jpg" alt="" width="130" height="140" />', '<img src="http://www.espritjeu.com/upload/image/lancaster-p-image-47762-petite.jpg" alt="" width="140" height="128" />', '<img src="http://www.filosofiagames.com/img/img-jeux/3dbox_Genoa.jpg" alt="" width="200" height="140" />', '<img src="http://www.jeuxdenim.be/images/jeux/Taluva_large01.jpg" alt="" width="88" height="140" />', '<img src="http://www.espritjeu.com/upload/image/l-age-de-pierre-p-image-46047-petite.jpg" alt="" width="116" height="140" />', '<img src="http://www.espritjeu.com/upload/image/-p-image-53337-petite.jpg" alt="" width="102" height="140" />', '<img src="http://jeuxstrategie.free.fr/jeu_armada/boite_de_jeu.jpg" alt="" width="139" height="140" />' ); $i=1; echo '<table>'; echo '<tr>'; foreach($images as $image) { echo '<td>'; echo $image; echo '</td>'; if($i%3=0) echo '</tr>'; if($i<len($images)) echo '<tr>'; } echo '</table>';

Here you find the average performance (time & memory) of each version. A grayed out version indicates it didn't complete successfully (based on exit-code).

VersionSystem time (s)User time (s)Memory (MiB)
5.4.350.0080.03512.03
5.4.340.0110.03512.02
5.4.320.0030.04112.51
5.4.310.0090.03912.51
5.4.300.0080.04012.51
5.4.290.0110.03612.50
5.4.280.0150.03212.40
5.4.270.0100.03812.41
5.4.260.0080.03912.41
5.4.250.0100.05312.41
5.4.240.0060.04512.40
5.4.230.0080.03812.40
5.4.220.0070.03812.39
5.4.210.0090.03512.39
5.4.200.0150.04512.39
5.4.190.0120.05312.39
5.4.180.0120.04112.39
5.4.170.0090.03712.40
5.4.160.0120.03812.40
5.4.150.0140.04612.39
5.4.140.0120.03512.08
5.4.130.0080.03612.06
5.4.120.0050.03912.03
5.4.110.0100.03412.02
5.4.100.0080.03912.03
5.4.90.0130.04212.02
5.4.80.0120.04112.03
5.4.70.0080.03412.02
5.4.60.0090.03412.02
5.4.50.0080.03612.02
5.4.40.0110.03812.02
5.4.30.0090.03712.01
5.4.20.0080.03412.00
5.4.10.0050.03812.01
5.4.00.0100.03411.50
5.3.290.0080.04412.80
5.3.280.0110.03912.70
5.3.270.0140.04012.73
5.3.260.0090.04112.71
5.3.250.0100.04012.71
5.3.240.0050.04112.72
5.3.230.0070.04012.71
5.3.220.0080.03812.68
5.3.210.0060.04012.68
5.3.200.0090.03712.68
5.3.190.0060.04012.68
5.3.180.0100.03412.67
5.3.170.0080.03512.67
5.3.160.0060.03812.68
5.3.150.0110.04212.67
5.3.140.0060.04012.66
5.3.130.0070.04312.66
5.3.120.0100.04112.66
5.3.110.0050.04412.66
5.3.100.0020.04212.12
5.3.90.0090.03612.08
5.3.80.0090.03512.07
5.3.70.0050.03712.08
5.3.60.0060.03912.06
5.3.50.0090.03512.00
5.3.40.0110.03712.00
5.3.30.0070.04411.96
5.3.20.0070.03611.73
5.3.10.0100.03711.70
5.3.00.0040.03811.69
5.2.170.0030.0339.20
5.2.160.0070.0319.20
5.2.150.0060.0329.20
5.2.140.0080.0349.19
5.2.130.0070.0349.16
5.2.120.0050.0359.15
5.2.110.0090.0269.16
5.2.100.0060.0289.15
5.2.90.0020.0319.16
5.2.80.0040.0329.14
5.2.70.0050.0309.15
5.2.60.0050.0309.11
5.2.50.0060.0299.07
5.2.40.0050.0299.05
5.2.30.0070.0289.03
5.2.20.0030.0319.02
5.2.10.0080.0278.94
5.2.00.0060.0288.80
5.1.60.0030.0268.08
5.1.50.0050.0298.08
5.1.40.0040.0248.06
5.1.30.0050.0258.41
5.1.20.0050.0258.43
5.1.10.0060.0248.16
5.1.00.0060.0298.16
5.0.50.0030.0216.63
5.0.40.0040.0196.50
5.0.30.0050.0306.31
5.0.20.0040.0226.27
5.0.10.0030.0226.25
5.0.00.0030.0316.25
4.4.90.0030.0154.78
4.4.80.0050.0184.75
4.4.70.0040.0184.75
4.4.60.0020.0184.75
4.4.50.0000.0184.77
4.4.40.0060.0264.71
4.4.30.0020.0204.76
4.4.20.0020.0164.84
4.4.10.0030.0174.85
4.4.00.0020.0284.76
4.3.110.0000.0184.67
4.3.100.0040.0144.67
4.3.90.0020.0154.63
4.3.80.0000.0264.58
4.3.70.0000.0174.63
4.3.60.0020.0154.63
4.3.50.0020.0174.63
4.3.40.0060.0254.54
4.3.30.0020.0173.30
4.3.20.0030.0173.28
4.3.10.0020.0163.23
4.3.00.0030.0206.57

preferences:
142.88 ms | 1394 KiB | 7 Q