3v4l.org

run code in 500+ PHP versions simultaneously
<?php class base implements ArrayAccess { public function offsetSet($propertyName, $value) { $this->$propertyName = $value; } public function offsetExists($propertyName) { return isset($this->$propertyName); } public function offsetUnset($propertyName) { unset($this->$propertyName); } public function offsetGet($propertyName) { return isset($this->$propertyName) ? $this->$propertyName : null; } } class User extends base { public $foreName; public $familyName; public function __construct($forename, $familyname) { $this->foreName = $forename; $this->familyName = $familyname; } } $data = new User('Mark', 'Baker'); echo $data['foreName'], PHP_EOL; $data['foreName'] = 'SuperMark'; echo $data['foreName'], PHP_EOL;

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.5.60.0110.00716.97
8.5.30.0110.00717.41
8.5.20.0070.01219.44
8.5.10.0130.00516.77
8.5.00.0100.01119.80
8.4.180.0100.01122.14
8.4.170.0120.00920.43
8.4.160.0130.00920.66
8.4.150.0070.00516.90
8.4.140.0130.00917.88
8.4.130.0150.00618.84
8.4.120.0050.00320.54
8.4.110.0110.00619.12
8.4.100.0120.00817.79
8.4.90.0100.00920.91
8.4.80.0050.00419.09
8.4.70.0090.00820.65
8.4.60.0050.00520.79
8.4.50.0130.00818.50
8.4.40.0090.00017.83
8.4.30.0080.00017.66
8.4.20.0130.00719.84
8.4.10.0050.00519.90
8.3.300.0120.01019.26
8.3.290.0110.01020.88
8.3.280.0130.00718.52
8.3.270.0130.01416.82
8.3.260.0050.00516.62
8.3.250.0080.01116.76
8.3.240.0040.00416.91
8.3.230.0090.00916.70
8.3.220.0090.00920.98
8.3.210.0100.00916.79
8.3.200.0050.00416.84
8.3.190.0090.00917.06
8.3.180.0120.00618.93
8.3.170.0070.00017.16
8.3.160.0180.00018.62
8.3.150.0120.00916.83
8.3.140.0040.00416.92
8.3.130.0190.00018.39
8.3.120.0030.01320.74
8.3.110.0040.00416.64
8.3.100.0000.00824.06
8.3.90.0070.01026.77
8.3.80.0040.00416.63
8.3.70.0080.00816.61
8.3.60.0060.01016.59
8.3.50.0050.00917.52
8.3.40.0040.01118.63
8.3.30.0140.00018.80
8.3.20.0070.00020.26
8.3.10.0050.00323.52
8.3.00.0000.00723.51
8.2.300.0110.01120.38
8.2.290.0130.00617.05
8.2.280.0100.00918.57
8.2.270.0120.00316.67
8.2.260.0040.01417.11
8.2.250.0060.00316.86
8.2.240.0090.00019.04
8.2.230.0040.00420.94
8.2.220.0060.00337.54
8.2.210.0080.00026.77
8.2.200.0080.00016.75
8.2.190.0090.00616.75
8.2.180.0110.00318.41
8.2.170.0100.01019.07
8.2.160.0100.01022.96
8.2.150.0080.00025.66
8.2.140.0030.00524.66
8.2.130.0040.00422.38
8.2.120.0070.00026.35
8.2.110.0030.00722.21
8.2.100.0040.00817.78
8.2.90.0040.00419.20
8.2.80.0080.00017.97
8.2.70.0030.00617.63
8.2.60.0090.00018.05
8.2.50.0040.00418.10
8.2.40.0000.00822.30
8.2.30.0030.00519.33
8.2.20.0050.00218.18
8.2.10.0000.00718.02
8.2.00.0000.00718.18
8.1.340.0130.00720.23
8.1.330.0090.00916.50
8.1.320.0130.00616.50
8.1.310.0080.00016.42
8.1.300.0060.00316.23
8.1.290.0090.00018.88
8.1.280.0040.01125.92
8.1.270.0050.00323.96
8.1.260.0050.00326.35
8.1.250.0030.00528.09
8.1.240.0090.00023.96
8.1.230.0110.00018.95
8.1.220.0000.00817.77
8.1.210.0040.00418.77
8.1.200.0000.00917.35
8.1.190.0060.00317.23
8.1.180.0000.00718.10
8.1.170.0090.00018.70
8.1.160.0070.00019.00
8.1.150.0040.00418.97
8.1.140.0000.00817.60
8.1.130.0030.00518.87
8.1.120.0000.00717.53
8.1.110.0070.00017.52
8.1.100.0050.00317.54
8.1.90.0000.00817.45
8.1.80.0030.00617.49
8.1.70.0050.00217.52
8.1.60.0000.00817.48
8.1.50.0000.00717.37
8.1.40.0040.00417.43
8.1.30.0050.00317.71
8.1.20.0040.00417.55
8.1.10.0000.00717.53
8.1.00.0030.00617.41
8.0.300.0000.00918.77
8.0.290.0030.00716.63
8.0.280.0080.00018.36
8.0.270.0080.00017.27
8.0.260.0060.00019.07
8.0.250.0080.00017.00
8.0.240.0030.00316.88
8.0.230.0030.00316.99
8.0.220.0070.00016.94
8.0.210.0040.00416.82
8.0.200.0000.00616.99
8.0.190.0000.00816.98
8.0.180.0000.00816.96
8.0.170.0030.00716.97
8.0.160.0030.00516.80
8.0.150.0040.00416.79
8.0.140.0000.00716.86
8.0.130.0060.00013.42
8.0.120.0070.00016.90
8.0.110.0050.00216.78
8.0.100.0080.00016.75
8.0.90.0040.00416.95
8.0.80.0090.00616.94
8.0.70.0000.00716.75
8.0.60.0040.00416.86
8.0.50.0040.00317.02
8.0.30.0110.00717.02
8.0.20.0120.00917.40
8.0.10.0000.00717.02
8.0.00.0080.00816.76
7.4.330.0050.00016.62
7.4.320.0060.00016.55
7.4.300.0030.00316.52
7.4.290.0040.00416.46
7.4.280.0050.00316.51
7.4.270.0000.00716.41
7.4.260.0070.00016.53
7.4.250.0030.00316.46
7.4.240.0030.00316.60
7.4.230.0050.00316.36
7.4.220.0160.00916.44
7.4.210.0100.00816.55
7.4.200.0000.00716.32
7.4.160.0070.00916.60
7.4.150.0060.01517.40
7.4.140.0090.01117.86
7.4.130.0070.01416.60
7.4.120.0100.00916.59
7.4.110.0080.00816.61
7.4.100.0090.00916.76
7.4.90.0160.00316.55
7.4.80.0040.01419.39
7.4.70.0150.00916.36
7.4.60.0100.00716.39
7.4.50.0100.00616.43
7.4.40.0080.00816.39
7.4.30.0100.00616.69
7.4.10.0000.01716.55
7.4.00.0050.01115.70
7.3.330.0050.00013.20
7.3.320.0030.00313.23
7.3.310.0030.00316.38
7.3.300.0070.00016.28
7.3.290.0070.00016.36
7.3.280.0070.00816.36
7.3.270.0140.00317.40
7.3.260.0060.01216.47
7.3.250.0120.00616.42
7.3.240.0100.01216.49
7.3.230.0090.00916.57
7.3.210.0090.00916.57
7.3.200.0100.00616.49
7.3.190.0120.00916.23
7.3.180.0030.01316.34
7.3.170.0140.00716.32
7.3.160.0100.01016.59
7.3.130.0090.00316.29
7.3.120.0060.01216.16
7.3.110.0080.00416.09
7.3.100.0100.00316.33
7.3.90.0060.00316.30
7.3.80.0120.00616.31
7.3.70.0060.00316.20
7.3.60.0030.00916.22
7.3.50.0060.00316.11
7.3.40.0100.00316.50
7.3.30.0030.01016.43
7.3.20.0030.01218.11
7.3.10.0040.01117.06
7.3.00.0080.00616.96
7.2.330.0070.01016.89
7.2.320.0110.01116.68
7.2.310.0100.01116.83
7.2.300.0100.00716.79
7.2.290.0090.00616.76
7.2.260.0060.01216.73
7.2.250.0030.01516.68
7.2.240.0030.01316.59
7.2.230.0030.00916.36
7.2.220.0030.00916.56
7.2.210.0090.00916.53
7.2.200.0050.00316.66
7.2.190.0030.00616.47
7.2.180.0060.00316.54
7.2.170.0050.00516.57
7.2.160.0090.00316.64
7.2.150.0050.00518.41
7.2.140.0030.00618.24
7.2.130.0120.00717.30
7.2.120.0100.00817.24
7.2.110.0080.00617.24
7.2.100.0110.00617.31
7.2.90.0040.01017.30
7.2.80.0110.00617.37
7.2.70.0060.01117.27
7.2.60.0120.01017.29
7.2.50.0110.00717.11
7.2.40.0120.00717.33
7.2.30.0110.00817.29
7.2.20.0040.01017.24
7.2.10.0070.01017.30
7.2.00.0060.01017.24
7.1.330.0060.00617.25
7.1.320.0100.00317.29
7.1.310.0090.00017.58
7.1.300.0040.00717.48
7.1.290.0090.00417.23
7.1.280.0140.00417.35
7.1.270.0070.00717.51
7.1.260.0040.00817.47
7.1.250.0080.01016.14
7.1.240.0030.01017.31
7.1.230.0030.01017.35
7.1.220.0040.00417.29
7.1.210.0060.00617.03
7.1.200.0050.00716.57
7.1.190.0140.00317.29
7.1.180.0070.01017.15
7.1.170.0030.01017.37
7.1.160.0040.01117.37
7.1.150.0070.00717.16
7.1.140.0040.00817.31
7.1.130.0120.00617.33
7.1.120.0070.01117.11
7.1.110.0070.00916.90
7.1.100.0150.00516.68
7.1.90.0180.01016.59
7.1.80.0130.00716.52
7.1.70.0160.00817.27
7.1.60.0210.00826.13
7.1.50.0200.01225.15
7.1.40.0240.00825.96
7.1.30.0090.01225.94
7.1.20.0240.00625.03
7.1.10.0120.01116.00
7.1.00.0180.00717.09
7.0.330.0000.01217.22
7.0.320.0030.00617.00
7.0.310.0070.00717.13
7.0.300.0030.00717.13
7.0.290.0090.00017.06
7.0.280.0140.00317.07
7.0.270.0090.00616.86
7.0.260.0030.00617.00
7.0.250.0140.00816.44
7.0.240.0090.01116.38
7.0.230.0180.00816.49
7.0.220.0210.00616.54
7.0.210.0130.00915.89
7.0.200.0170.00516.04
7.0.190.0240.00615.87
7.0.180.0110.01315.74
7.0.170.0160.00715.68
7.0.160.0140.00716.63
7.0.150.0120.00715.77
7.0.140.0090.00915.71
7.0.130.0160.01316.80
7.0.120.0120.00815.67
7.0.110.0150.00815.83
7.0.100.0050.01415.67
7.0.90.0120.01015.88
7.0.80.0130.00715.66
7.0.70.0150.00815.72
7.0.60.0160.00715.85
7.0.50.0160.00515.88
7.0.40.0130.00814.87
7.0.30.0150.00814.74
7.0.20.0150.00414.79
7.0.10.0180.00514.75
7.0.00.0140.00714.72
5.6.400.0060.00915.95
5.6.390.0040.00415.92
5.6.380.0060.00616.29
5.6.370.0060.00915.86
5.6.360.0000.00815.66
5.6.350.0030.00916.03
5.6.340.0070.00716.27
5.6.330.0050.00815.99
5.6.320.0000.01516.10
5.6.310.0030.00615.92
5.6.300.0040.01116.00
5.6.290.0140.00415.94
5.6.280.0110.00315.76
5.6.270.0090.00616.05
5.6.260.0000.01315.99
5.6.250.0070.00415.93
5.6.240.0110.00316.01
5.6.230.0040.01215.83
5.6.220.0040.00415.86
5.6.210.0040.00416.06
5.6.200.0060.00616.10
5.6.190.0000.01115.96
5.6.180.0120.00016.09
5.6.170.0090.00316.00
5.6.160.0070.01016.00
5.6.150.0040.01116.09
5.6.140.0070.00715.84
5.6.130.0060.00616.05
5.6.120.0060.00615.89
5.6.110.0000.00915.93
5.6.100.0030.01016.04
5.6.90.0090.00915.79
5.6.80.0050.00315.82
5.6.70.0070.00315.80
5.6.60.0060.00915.96
5.6.50.0070.00715.89
5.6.40.0090.00615.95
5.6.30.0070.00315.77
5.6.20.0000.01715.95
5.6.10.0060.00915.70
5.6.00.0060.00916.14

preferences:
124.5 ms | 2088 KiB | 5 Q