3v4l.org

run code in 300+ PHP versions simultaneously
<?php namespace App\Com; class Test { protected static $_instance; public static function getInstance() { if(!self::$_instance) { self::$_instance = new self(); } return self::$_instance; } public function test() { return 'works'; } protected function __construct() { } } class Service { protected static $_instance; protected $_connection; protected $_case = []; public static function getInstance() { if(!self::$_instance) { self::$_instance = new self(); } return self::$_instance; } protected function __construct() { $this->_case[] = Test::getInstance(); // TODO: Establish entity to database } public function using($nsp) { foreach($this->_case as $obj) { if($nsp instanceof $obj) { return $obj::getInstance(); } } throw new \Exception("Call to $nsp did not match any libraries."); } protected function __clone() {} } echo Service::getInstance()->using('\App\Com\Test')->test();

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)
8.4.120.0110.00922.48
8.4.110.0080.01219.00
8.4.100.0100.01118.23
8.4.90.0110.01020.65
8.4.80.0100.00218.90
8.4.70.0140.00218.77
8.4.60.0110.01022.31
8.4.50.0100.00520.55
8.4.40.0190.00019.64
8.4.30.0030.00618.09
8.4.20.0160.00318.83
8.4.10.0040.00417.79
8.3.250.0130.00618.95
8.3.240.0110.00916.75
8.3.230.0110.00816.68
8.3.220.0130.00619.08
8.3.210.0050.00316.70
8.3.200.0040.00417.01
8.3.190.0090.01017.34
8.3.180.0100.00916.90
8.3.170.0110.00718.76
8.3.160.0060.00316.77
8.3.150.0110.01117.04
8.3.140.0040.00416.66
8.3.130.0080.00016.81
8.3.120.0040.01418.84
8.3.110.0060.00320.94
8.3.100.0060.00924.06
8.3.90.0040.00426.77
8.3.80.0030.00616.50
8.3.70.0150.00616.88
8.3.60.0000.01518.18
8.3.50.0050.01321.27
8.3.40.0110.00718.63
8.3.30.0080.00818.83
8.3.20.0080.00020.86
8.3.10.0080.00021.90
8.3.00.0080.00017.93
8.2.290.0150.00720.54
8.2.280.0130.00918.33
8.2.270.0110.00717.05
8.2.260.0080.00018.93
8.2.250.0080.00016.90
8.2.240.0060.00317.30
8.2.230.0060.00322.58
8.2.220.0070.01037.54
8.2.210.0060.00826.77
8.2.200.0040.00716.75
8.2.190.0070.01416.75
8.2.180.0070.01118.41
8.2.170.0070.00719.08
8.2.160.0120.00322.96
8.2.150.0040.00425.66
8.2.140.0070.00024.66
8.2.130.0050.00326.16
8.2.120.0040.00420.99
8.2.110.0100.00722.25
8.2.100.0040.00717.83
8.2.90.0050.00322.15
8.2.80.0090.00017.97
8.2.70.0040.00418.04
8.2.60.0000.00918.05
8.2.50.0030.00518.10
8.2.40.0080.00020.34
8.2.30.0080.00021.09
8.2.20.0040.00418.14
8.2.10.0040.00418.02
8.2.00.0050.00317.89
8.1.330.0110.00816.70
8.1.320.0140.00616.34
8.1.310.0120.00616.71
8.1.300.0000.00920.10
8.1.290.0060.00318.88
8.1.280.0110.00425.92
8.1.270.0040.00424.01
8.1.260.0070.00726.35
8.1.250.0000.00728.09
8.1.240.0080.00322.59
8.1.230.0040.00820.95
8.1.220.0040.00417.74
8.1.210.0000.00818.97
8.1.200.0040.00417.35
8.1.190.0050.00317.35
8.1.180.0000.00818.10
8.1.170.0040.00418.66
8.1.160.0050.00218.82
8.1.150.0040.00420.35
8.1.140.0040.00419.59
8.1.130.0070.00018.95
8.1.120.0000.00717.47
8.1.110.0040.00417.47
8.1.100.0040.00417.37
8.1.90.0000.00817.37
8.1.80.0000.00717.39
8.1.70.0000.00717.39
8.1.60.0000.00817.70
8.1.50.0080.00017.45
8.1.40.0000.00717.56
8.1.30.0000.00917.61
8.1.20.0040.00417.68
8.1.10.0030.00517.60
8.1.00.0050.00317.57
8.0.300.0040.00419.94
8.0.290.0040.00416.75
8.0.280.0040.00418.52
8.0.270.0000.00716.87
8.0.260.0030.00317.28
8.0.250.0000.00716.96
8.0.240.0000.00817.11
8.0.230.0080.00016.91
8.0.220.0000.00716.87
8.0.210.0030.00316.98
8.0.200.0000.00817.04
8.0.190.0000.00716.93
8.0.180.0000.00817.02
8.0.170.0050.00317.04
8.0.160.0000.00717.05
8.0.150.0070.00016.82
8.0.140.0030.00516.93
8.0.130.0000.00613.37
8.0.120.0050.00316.98
8.0.110.0020.00516.98
8.0.100.0040.00416.95
8.0.90.0040.00417.02
8.0.80.0140.00716.99
8.0.70.0070.00016.86
8.0.60.0040.00417.01
8.0.50.0070.00016.89
8.0.30.0060.01517.14
8.0.20.0190.01317.40
8.0.10.0050.00216.91
8.0.00.0030.01316.82
7.4.330.0000.00615.55
7.4.320.0000.00716.62
7.4.300.0070.00016.64
7.4.290.0030.00316.54
7.4.280.0060.00316.52
7.4.270.0080.00016.64
7.4.260.0040.00416.58
7.4.250.0030.00616.49
7.4.240.0000.00916.59
7.4.230.0070.00016.65
7.4.220.0160.01016.59
7.4.210.0090.00616.72
7.4.200.0050.00216.73
7.4.160.0060.00916.53
7.4.150.0150.00317.40
7.4.140.0120.00617.86
7.4.130.0100.00716.57
7.4.120.0120.00816.60
7.4.110.0110.00716.57
7.4.100.0100.00716.59
7.4.90.0150.00316.48
7.4.80.0160.00619.39
7.4.70.0080.00816.56
7.4.60.0060.01016.77
7.4.50.0070.00716.38
7.4.40.0120.00916.50
7.4.30.0070.01116.67
7.4.00.0080.00815.21
7.3.330.0040.00413.45
7.3.320.0030.00313.31
7.3.310.0030.00316.40
7.3.300.0000.00616.46
7.3.290.0080.00816.37
7.3.280.0070.00916.45
7.3.270.0070.01017.40
7.3.260.0120.00616.56
7.3.250.0130.00716.42
7.3.240.0120.00716.42
7.3.230.0070.01016.50
7.3.210.0070.01016.59
7.3.200.0030.01916.52
7.3.190.0090.00616.64
7.3.180.0180.00316.50
7.3.170.0060.01016.54
7.3.160.0130.01016.53
7.3.10.0000.01116.68
7.3.00.0050.00516.67
7.2.330.0170.00016.39
7.2.320.0190.00316.85
7.2.310.0100.00716.80
7.2.300.0130.00316.67
7.2.290.0070.01016.61
7.2.130.0150.00316.92
7.2.120.0030.01017.07
7.2.110.0140.01016.76
7.2.100.0130.00716.98
7.2.90.0140.00316.90
7.2.80.0030.01017.13
7.2.70.0100.00717.15
7.2.60.0070.00716.87
7.2.50.0040.01116.75
7.2.40.0040.00717.03
7.2.30.0030.00716.90
7.2.20.0110.00616.95
7.2.10.0060.00917.06
7.2.00.0030.00818.25
7.1.250.0060.00615.94
7.1.200.0080.00315.63
7.1.100.0040.01117.62
7.1.70.0070.00317.02
7.1.60.0070.00317.07
7.1.50.0060.01016.80
7.1.00.0530.06020.75
7.0.200.0030.00616.76
7.0.140.0500.06320.24
7.0.130.0430.06320.26
7.0.120.0600.06020.37
7.0.110.0500.06020.31
7.0.100.0470.06020.33
7.0.90.0630.06020.31
7.0.80.0470.06720.28
7.0.70.1070.07720.33
7.0.60.0570.06020.13
7.0.50.0700.04020.16
7.0.40.0570.06020.32
7.0.30.0770.05020.43
7.0.20.0600.05720.34
7.0.10.0600.05320.38
7.0.00.0070.06020.34
5.6.290.0200.05320.92
5.6.280.0100.05721.10
5.6.270.0170.05320.91
5.6.260.0070.06320.87
5.6.250.0100.06321.08
5.6.240.0130.05321.00
5.6.230.0100.05721.03
5.6.220.0170.07320.81
5.6.210.0170.04720.96
5.6.200.0030.06320.93
5.6.190.0030.06720.79
5.6.180.0100.06020.93
5.6.170.0130.05720.87
5.6.160.0130.05720.86
5.6.150.0130.06021.04
5.6.140.0130.05321.03
5.6.130.0070.05720.74
5.6.120.0170.05320.86
5.6.110.0230.04720.84
5.6.100.0200.05021.07
5.6.90.0100.05721.05
5.6.80.0170.05320.27
5.6.70.0200.04320.28
5.6.60.0100.05720.38
5.6.50.0130.05020.27
5.6.40.0130.05320.23
5.6.30.0200.05720.22
5.6.20.0170.05320.25
5.6.10.0130.05020.23
5.6.00.0100.05320.20

preferences:
29.46 ms | 403 KiB | 5 Q