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.0090.03812.01
5.4.340.0070.04412.01
5.4.320.0080.04012.50
5.4.310.0080.03912.49
5.4.300.0070.03512.50
5.4.290.0100.03912.50
5.4.280.0070.05612.39
5.4.270.0160.03612.39
5.4.260.0050.04512.39
5.4.250.0090.03712.39
5.4.240.0050.04312.39
5.4.230.0080.03612.39
5.4.220.0050.04012.38
5.4.210.0090.03812.38
5.4.200.0100.04812.38
5.4.190.0030.03912.38
5.4.180.0080.03612.38
5.4.170.0080.03512.39
5.4.160.0080.03412.38
5.4.150.0090.03812.38
5.4.140.0110.04112.07
5.4.130.0060.03512.05
5.4.120.0100.03412.02
5.4.110.0080.03512.01
5.4.100.0090.03712.01
5.4.90.0110.03812.01
5.4.80.0060.03912.01
5.4.70.0070.03512.00
5.4.60.0080.03712.00
5.4.50.0070.03612.01
5.4.40.0060.04212.00
5.4.30.0080.03411.99
5.4.20.0080.04111.98
5.4.10.0090.03711.99
5.4.00.0100.06911.49
5.3.290.0050.04412.80
5.3.280.0070.04112.70
5.3.270.0090.04212.72
5.3.260.0100.03812.72
5.3.250.0110.03412.72
5.3.240.0110.03512.72
5.3.230.0100.04812.71
5.3.220.0120.03512.68
5.3.210.0120.04312.68
5.3.200.0130.04512.68
5.3.190.0090.04112.68
5.3.180.0120.03612.68
5.3.170.0050.04112.67
5.3.160.0110.04812.68
5.3.150.0120.06112.67
5.3.140.0060.03912.66
5.3.130.0080.04212.66
5.3.120.0050.04012.66
5.3.110.0080.04012.66
5.3.100.0030.04012.12
5.3.90.0080.04012.08
5.3.80.0080.04412.07
5.3.70.0130.05512.08
5.3.60.0080.06012.06
5.3.50.0080.04312.00
5.3.40.0070.04012.00
5.3.30.0050.03611.95
5.3.20.0060.04511.73
5.3.10.0070.03711.70
5.3.00.0040.03811.68
5.2.170.0050.0309.19
5.2.160.0070.0299.19
5.2.150.0060.0299.19
5.2.140.0090.0319.19
5.2.130.0050.0329.14
5.2.120.0060.0279.14
5.2.110.0050.0359.15
5.2.100.0090.0379.15
5.2.90.0060.0289.15
5.2.80.0080.0279.14
5.2.70.0080.0299.14
5.2.60.0060.0349.11
5.2.50.0040.0309.07
5.2.40.0050.0289.05
5.2.30.0030.0329.02
5.2.20.0050.0299.01
5.2.10.0060.0278.93
5.2.00.0110.0278.79
5.1.60.0020.0258.08
5.1.50.0040.0258.08
5.1.40.0050.0238.05
5.1.30.0070.0268.40
5.1.20.0030.0288.43
5.1.10.0050.0278.16
5.1.00.0020.0328.16
5.0.50.0020.0256.63
5.0.40.0050.0266.49
5.0.30.0050.0376.30
5.0.20.0050.0296.27
5.0.10.0050.0256.25
5.0.00.0030.0336.24
4.4.90.0040.0184.78
4.4.80.0060.0154.76
4.4.70.0000.0184.75
4.4.60.0030.0194.75
4.4.50.0050.0154.77
4.4.40.0040.0284.71
4.4.30.0040.0184.75
4.4.20.0060.0144.84
4.4.10.0030.0194.85
4.4.00.0040.0244.76
4.3.110.0020.0174.67
4.3.100.0010.0214.67
4.3.90.0030.0204.63
4.3.80.0050.0224.58
4.3.70.0040.0134.63
4.3.60.0060.0114.63
4.3.50.0010.0174.63
4.3.40.0040.0234.53
4.3.30.0050.0143.29
4.3.20.0040.0153.27
4.3.10.0020.0173.22
4.3.00.0130.0206.57

preferences:
138.73 ms | 1386 KiB | 7 Q