3v4l.org

run code in 300+ PHP versions simultaneously
<?php error_reporting(E_ALL | E_STRICT); ini_set('display_errors', 'On'); // Variant A: servicecontainer met services in een array class ServiceContainer { private $Services; public function __construct() { $this->Services = array(); for ($i = 1; $i <= 100; $i++) { $this->Services[mt_rand()] = array( 'class' => 'FileCacher', 'path' => 'some/path', ); } } } // Variant B: services met één object per service class Service { public function __construct() { $this->Class = 'class'; $this->Path = 'some/path'; } } class Services { private $Services; public function __construct() { $this->Services = array(); for ($i = 1; $i <= 100; $i++) { $this->Services[mt_rand()] = new Service(); } } } $nulmeting = memory_get_usage(); $a = new ServiceContainer(); echo '<p>Versie A verstookt ', memory_get_usage() - $nulmeting, ' bytes.</p>'; $nulmeting = memory_get_usage(); $b = new Services(); echo '<p>Versie B verstookt ', memory_get_usage() - $nulmeting, ' bytes.</p>';

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)
7.4.00.0060.01114.85
7.3.120.0040.01214.96
7.3.110.0090.01014.84
7.3.100.0090.00714.84
7.3.90.0080.00814.86
7.3.80.0070.00815.01
7.3.70.0080.00814.79
7.3.60.0050.00814.81
7.3.50.0050.00914.87
7.3.40.0060.00814.98
7.3.30.0050.00814.70
7.3.20.0030.00916.70
7.3.10.0060.00916.74
7.3.00.0080.00416.60
7.2.250.0050.01215.14
7.2.240.0070.01115.18
7.2.230.0050.01015.06
7.2.220.0060.00715.16
7.2.210.0060.00715.17
7.2.200.0050.00914.89
7.2.190.0040.01314.91
7.2.180.0060.00615.07
7.2.170.0030.01114.99
7.2.00.0080.00819.57
7.1.330.0040.01115.91
7.1.320.0020.00715.86
7.1.310.0070.00715.90
7.1.300.0070.00415.90
7.1.290.0050.00915.84
7.1.280.0070.00515.82
7.1.270.0060.00615.80
7.1.260.0040.00815.70
7.1.70.0000.01116.98
7.1.60.0100.01619.17
7.1.50.0060.01916.99
7.1.00.0070.06322.45
7.0.200.0070.00715.08
7.0.140.0030.07322.15
7.0.100.0070.05020.04
7.0.90.0100.04019.94
7.0.80.0130.04019.95
7.0.70.0070.08719.94
7.0.60.0070.05020.01
7.0.50.0170.08320.36
7.0.40.0100.07720.04
7.0.30.0100.07720.00
7.0.20.0130.04720.05
7.0.10.0100.07720.09
7.0.00.0030.04319.93
5.6.280.0030.07021.16
5.6.250.0030.08720.81
5.6.240.0030.06720.78
5.6.230.0100.04720.63
5.6.220.0100.04020.66
5.6.210.0130.06720.78
5.6.200.0100.07321.12
5.6.190.0170.06721.11
5.6.180.0100.04021.16
5.6.170.0030.08021.03
5.6.160.0100.05321.06
5.6.150.0070.07321.11
5.6.140.0000.05021.05
5.6.130.0130.07321.08
5.6.120.0070.04020.97
5.6.110.0130.07321.07
5.6.100.0070.06321.04
5.6.90.0030.08721.04
5.6.80.0030.03720.36
5.6.70.0170.05720.42
5.6.60.0100.06720.54
5.6.50.0000.05720.46
5.6.40.0030.03320.34
5.6.30.0100.06720.42
5.6.20.0000.04020.48
5.6.10.0000.06320.42
5.6.00.0030.08020.33
5.5.380.0030.05320.39
5.5.370.0000.06020.45
5.5.360.0130.07720.39
5.5.350.0100.08020.46
5.5.340.0070.05320.96
5.5.330.0030.08320.82
5.5.320.0070.07020.82
5.5.310.0230.06720.94
5.5.300.0030.07320.65
5.5.290.0030.05320.80
5.5.280.0070.06020.96
5.5.270.0130.07720.66
5.5.260.0030.05320.94
5.5.250.0070.04720.68
5.5.240.0070.04320.34
5.5.230.0000.03720.35
5.5.220.0100.07320.31
5.5.210.0100.06720.21
5.5.200.0030.03720.19
5.5.190.0170.06720.25
5.5.180.0030.03720.27
5.5.160.0030.03720.27
5.5.150.0100.07720.31
5.5.140.0030.05320.30
5.5.130.0130.07320.22
5.5.120.0030.08320.28
5.5.110.0130.03320.25
5.5.100.0030.07720.11
5.5.90.0030.03320.10
5.5.80.0000.04720.20
5.5.70.0070.04020.09
5.5.60.0070.08020.19
5.5.50.0030.08020.05
5.5.40.0030.03320.19
5.5.30.0070.03020.07
5.5.20.0070.03720.09
5.5.10.0030.07320.02
5.5.00.0030.04320.12
5.4.450.0100.08019.20
5.4.440.0030.04319.56
5.4.430.0030.05319.55
5.4.420.0070.03719.45
5.4.410.0100.06319.33
5.4.400.0030.04019.21
5.4.390.0100.03018.90
5.4.380.0030.03319.13
5.4.370.0000.03718.94
5.4.360.0000.05019.18
5.4.350.0070.08019.12
5.4.340.0000.03718.95
5.4.320.0100.06719.03
5.4.310.0000.03719.20
5.4.300.0070.03319.18
5.4.290.0130.06019.23
5.4.280.0000.03719.14
5.4.270.0100.07318.87
5.4.260.0100.03319.23
5.4.250.0170.02319.11
5.4.240.0000.05319.13
5.4.230.0000.04318.89
5.4.220.0030.04319.00
5.4.210.0130.07019.15
5.4.200.0070.03318.94
5.4.190.0030.07318.83
5.4.180.0030.06719.02
5.4.170.0030.07319.11
5.4.160.0170.07019.16
5.4.150.0030.05019.05
5.4.140.0030.08016.46
5.4.130.0100.05716.48
5.4.120.0030.05016.46
5.4.110.0000.07316.38
5.4.100.0130.04316.53
5.4.90.0030.07316.52
5.4.80.0100.06716.48
5.4.70.0170.05316.48
5.4.60.0100.04016.46
5.4.50.0130.04016.46
5.4.40.0130.05316.54
5.4.30.0030.05316.29
5.4.20.0070.07316.53
5.4.10.0030.07716.45
5.4.00.0100.06715.95
5.3.290.0100.07014.73
5.3.280.0000.04314.70
5.3.270.0030.03314.71
5.3.260.0070.06314.80
5.3.250.0130.05714.78
5.3.240.0070.07714.71
5.3.230.0000.06014.69
5.3.220.0070.07714.74
5.3.210.0000.04314.66
5.3.200.0100.07014.66
5.3.190.0100.08014.77
5.3.180.0130.07014.82
5.3.170.0100.07314.71
5.3.160.0130.02314.77
5.3.150.0000.04014.82
5.3.140.0030.04014.76
5.3.130.0070.07314.72
5.3.120.0070.03314.81
5.3.110.0070.06714.80
5.3.100.0070.06314.13
5.3.90.0000.08014.23
5.3.80.0070.03014.27
5.3.70.0030.03714.30
5.3.60.0000.04314.16
5.3.50.0100.03014.11
5.3.40.0000.04014.04
5.3.30.0030.03713.99
5.3.20.0000.03313.85
5.3.10.0030.03713.70
5.3.00.0030.03713.87
5.2.170.0030.03011.23
5.2.160.0000.03011.36
5.2.150.0030.03011.29
5.2.140.0070.02311.32
5.2.130.0000.03311.18
5.2.120.0000.03011.23
5.2.110.0030.02711.37
5.2.100.0000.03011.26
5.2.90.0070.02011.30
5.2.80.0030.02311.24
5.2.70.0000.02711.28
5.2.60.0070.02011.23
5.2.50.0000.02711.24
5.2.40.0070.02011.25
5.2.30.0000.02711.16
5.2.20.0000.02710.96
5.2.10.0070.02011.11
5.2.00.0000.03310.63
5.1.60.0000.02010.00
5.1.50.0000.02310.01
5.1.40.0000.02010.07
5.1.30.0070.01710.44
5.1.20.0030.02310.38
5.1.10.0030.02310.14
5.1.00.0030.02010.16
5.0.50.0030.0179.24
5.0.40.0000.0179.24
5.0.30.0000.0279.24
5.0.20.0000.0179.24
5.0.10.0000.0179.24
5.0.00.0000.0279.24
4.4.90.0000.0139.24
4.4.80.0000.0139.24
4.4.70.0000.0139.24
4.4.60.0000.0139.24
4.4.50.0130.0039.24
4.4.40.0000.0209.24
4.4.30.0030.0139.24
4.4.20.0070.0109.24
4.4.10.0000.0139.24
4.4.00.0030.0209.24
4.3.110.0000.0139.24
4.3.100.0000.0139.24
4.3.90.0000.0139.24
4.3.80.0000.0209.24
4.3.70.0000.0139.24
4.3.60.0070.0079.24
4.3.50.0000.0139.24
4.3.40.0000.0209.24
4.3.30.0000.0139.24
4.3.20.0000.0139.24
4.3.10.0000.0139.24
4.3.00.0000.0139.24

preferences:
34.5 ms | 400 KiB | 5 Q