3v4l.org

run code in 300+ PHP versions simultaneously
<?php class test implements ArrayAccess { public $v; function __construct() { $this->v = array( 'a' => array('b' => 'c'), 'd' => array('e' => 'f'), 'g' => array('h' => 'i') ); } function offsetExists($offset) { return isset($this->v); } function &offsetGet($offset) { return $this->v[$offset]; } function offsetSet($offset, $value) { if (is_null($offset)) { $this->v[] = $value; } else { $this->v[$offset] = $value; } } function offsetUnset($offset) { unset($this->v[$offset]); } } $test = new test(); $test['a']['b'] = 'zzz'; $test['new']['nested'] = 'xxx'; print_r($test->v);

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.0100.00924.14
8.4.110.0100.01020.39
8.4.100.0120.00818.03
8.4.90.0140.00520.75
8.4.80.0100.01018.95
8.4.70.0090.01019.08
8.4.60.0080.00118.66
8.4.50.0090.01218.68
8.4.40.0080.00817.98
8.4.30.0070.01317.95
8.4.20.0060.00617.80
8.4.10.0070.00417.50
8.3.250.0110.00919.19
8.3.240.0110.00816.90
8.3.230.0060.00316.73
8.3.220.0130.00519.04
8.3.210.0150.00516.76
8.3.200.0040.00516.66
8.3.190.0050.00617.33
8.3.180.0120.00618.93
8.3.170.0130.00619.00
8.3.160.0030.01317.17
8.3.150.0130.00617.14
8.3.140.0040.01117.32
8.3.130.0080.00018.38
8.3.120.0030.00620.85
8.3.110.0070.00320.94
8.3.100.0060.00318.72
8.3.90.0080.00016.63
8.3.80.0050.00517.97
8.3.70.0070.01416.63
8.3.60.0100.01018.55
8.3.50.0100.01221.10
8.3.40.0000.01518.82
8.3.30.0110.00418.85
8.3.20.0060.00320.35
8.3.10.0070.00021.91
8.3.00.0040.00422.36
8.2.290.0080.01116.55
8.2.280.0110.00918.36
8.2.270.0080.01117.05
8.2.260.0090.00916.73
8.2.250.0120.00617.05
8.2.240.0130.00618.93
8.2.230.0050.00522.58
8.2.220.0160.00324.06
8.2.210.0030.00526.77
8.2.200.0030.00616.63
8.2.190.0120.00316.63
8.2.180.0140.00716.63
8.2.170.0150.00422.96
8.2.160.0130.00320.35
8.2.150.0000.00824.18
8.2.140.0080.00024.66
8.2.130.0040.00426.16
8.2.120.0030.00717.93
8.2.110.0060.00321.00
8.2.100.0060.00617.75
8.2.90.0080.00019.22
8.2.80.0050.00317.97
8.2.70.0000.00817.50
8.2.60.0030.00518.05
8.2.50.0090.00018.07
8.2.40.0070.00319.43
8.2.30.0030.00618.14
8.2.20.0000.00817.68
8.2.10.0040.00418.20
8.2.00.0080.00018.15
8.1.330.0050.00416.34
8.1.320.0130.00618.10
8.1.310.0040.01116.93
8.1.300.0030.00619.78
8.1.290.0070.00718.88
8.1.280.0080.00825.92
8.1.270.0040.00420.21
8.1.260.0060.00326.35
8.1.250.0050.00228.09
8.1.240.0040.00422.14
8.1.230.0120.00017.42
8.1.220.0000.00817.77
8.1.210.0050.00318.77
8.1.200.0060.00317.36
8.1.190.0080.00017.13
8.1.180.0040.00418.10
8.1.170.0080.00018.50
8.1.160.0070.00023.80
8.1.150.0000.00718.91
8.1.140.0000.00817.47
8.1.130.0070.00017.73
8.1.120.0000.00717.38
8.1.110.0000.00817.40
8.1.100.0040.00417.50
8.1.90.0030.00517.49
8.1.80.0020.00517.51
8.1.70.0070.00017.51
8.1.60.0060.00317.48
8.1.50.0080.00017.54
8.1.40.0000.00817.45
8.1.30.0060.00317.67
8.1.20.0070.00017.57
8.1.10.0050.00217.44
8.1.00.0040.00417.36
8.0.300.0040.00418.77
8.0.290.0000.00716.75
8.0.280.0030.00318.34
8.0.270.0000.00717.29
8.0.260.0030.00317.34
8.0.250.0040.00417.02
8.0.240.0000.00716.84
8.0.230.0080.00016.80
8.0.220.0030.00316.89
8.0.210.0030.00516.92
8.0.200.0000.00616.92
8.0.190.0000.00716.95
8.0.180.0060.00316.85
8.0.170.0030.00516.80
8.0.160.0000.00716.99
8.0.150.0080.00016.89
8.0.140.0070.00016.76
8.0.130.0050.00013.38
8.0.120.0000.00716.77
8.0.110.0040.00416.80
8.0.100.0000.00816.76
8.0.90.0040.00416.91
8.0.80.0070.00716.87
8.0.70.0070.00016.98
8.0.60.0040.00416.80
8.0.50.0040.00416.98
8.0.30.0110.00917.24
8.0.20.0120.00717.40
8.0.10.0040.00417.09
8.0.00.0090.01116.80
7.4.330.0050.00015.08
7.4.320.0000.00616.48
7.4.300.0030.00316.64
7.4.290.0040.00416.62
7.4.280.0000.00816.50
7.4.270.0040.00416.61
7.4.260.0040.00416.52
7.4.250.0040.00416.53
7.4.240.0020.00516.51
7.4.230.0040.00416.65
7.4.220.0070.01116.52
7.4.210.0100.00416.58
7.4.200.0060.00016.50
7.4.160.0090.00916.45
7.4.150.0070.01017.40
7.4.140.0100.00917.86
7.4.130.0070.01016.54
7.4.120.0110.01116.51
7.4.110.0130.00316.50
7.4.100.0130.01116.45
7.4.90.0090.00916.56
7.4.80.0070.01019.39
7.4.70.0040.01216.46
7.4.60.0150.00416.66
7.4.50.0000.00816.42
7.4.40.0040.01216.73
7.4.30.0120.00916.63
7.4.00.0080.00715.11
7.3.330.0070.00013.37
7.3.320.0050.00013.21
7.3.310.0000.00916.48
7.3.300.0040.00416.38
7.3.290.0100.00516.34
7.3.280.0090.01216.35
7.3.270.0150.00417.40
7.3.260.0140.00316.55
7.3.250.0140.00616.47
7.3.240.0150.00616.30
7.3.230.0030.01316.59
7.3.210.0090.00916.25
7.3.200.0110.01116.48
7.3.190.0030.01316.55
7.3.180.0100.00716.59
7.3.170.0080.00816.34
7.3.160.0060.01516.45
7.3.120.0070.00914.76
7.3.110.0090.00914.76
7.3.100.0080.00814.91
7.3.90.0040.01114.73
7.3.80.0050.00614.77
7.3.70.0070.00714.77
7.3.60.0080.00314.78
7.3.50.0060.00814.63
7.3.40.0060.00814.90
7.3.30.0040.00614.72
7.3.20.0070.00716.60
7.3.10.0060.00716.69
7.3.00.0060.00616.61
7.2.330.0150.00416.86
7.2.320.0030.01416.72
7.2.310.0080.00816.74
7.2.300.0100.00716.78
7.2.290.0120.00616.76
7.2.250.0070.01214.94
7.2.240.0050.01215.00
7.2.230.0040.00915.22
7.2.220.0100.00315.13
7.2.210.0030.01014.97
7.2.200.0030.00915.00
7.2.190.0070.00714.95
7.2.180.0060.00615.08
7.2.170.0090.00614.94
7.2.160.0100.00615.00
7.2.150.0070.01016.68
7.2.140.0070.00417.02
7.2.130.0070.01116.97
7.2.120.0060.00316.92
7.2.110.0060.00916.77
7.2.100.0070.01017.13
7.2.90.0110.00416.84
7.2.80.0050.00716.90
7.2.70.0100.00616.91
7.2.60.0070.00916.72
7.2.50.0080.00716.99
7.2.40.0060.01216.99
7.2.30.0030.01317.07
7.2.20.0060.01117.13
7.2.10.0030.01016.89
7.2.00.0030.01016.96
7.1.330.0030.01015.91
7.1.320.0070.00815.86
7.1.310.0040.01115.83
7.1.300.0070.00515.85
7.1.290.0060.00615.56
7.1.280.0050.00915.71
7.1.270.0080.00415.78
7.1.260.0040.00815.69
7.1.250.0040.01115.61
7.1.240.0030.00915.98
7.1.230.0070.00715.52
7.1.220.0040.00915.89
7.1.210.0060.00615.75
7.1.200.0080.00415.79
7.1.190.0100.00715.85
7.1.180.0040.01515.59
7.1.170.0060.01115.68
7.1.160.0070.00715.75
7.1.150.0100.00715.85
7.1.140.0130.00015.87
7.1.130.0040.00715.80
7.1.120.0000.01415.82
7.1.110.0100.00315.77
7.1.100.0030.01315.98
7.1.90.0040.00715.82
7.1.80.0100.00015.98
7.1.70.0010.01016.51
7.1.60.0080.01017.88
7.1.50.0050.01116.23
7.1.40.0060.00615.94
7.1.30.0100.00315.78
7.1.20.0030.00915.89
7.1.10.0120.00315.82
7.1.00.0050.04219.19
7.0.330.0070.00715.34
7.0.320.0090.00315.53
7.0.310.0070.00315.21
7.0.300.0140.00415.49
7.0.290.0070.00315.46
7.0.280.0130.00315.24
7.0.270.0060.00315.61
7.0.260.0030.00615.47
7.0.250.0070.00715.26
7.0.240.0060.00915.47
7.0.230.0070.00715.54
7.0.220.0070.00715.11
7.0.210.0090.00615.64
7.0.200.0080.00516.08
7.0.190.0050.00515.30
7.0.180.0030.00615.48
7.0.170.0000.01415.61
7.0.160.0110.00415.54
7.0.150.0070.00415.48
7.0.140.0050.00515.38
7.0.130.0080.00815.51
7.0.120.0070.01015.54
7.0.110.0220.03017.63
7.0.100.0070.04417.65
7.0.90.0070.03317.61
7.0.80.0240.01817.69
7.0.70.0200.03217.66
7.0.60.0250.02617.58
7.0.50.0190.03217.90
7.0.40.0070.04216.63
7.0.30.0130.03816.55
7.0.20.0120.03216.61
7.0.10.0050.02816.61
7.0.00.0020.04116.57
5.6.400.0000.01114.36
5.6.390.0060.00914.67
5.6.380.0100.00714.65
5.6.370.0040.01414.68
5.6.360.0040.01114.80
5.6.350.0100.00314.66
5.6.340.0030.01314.68
5.6.330.0110.00414.64
5.6.320.0100.01014.43
5.6.310.0070.00714.68
5.6.300.0070.00714.70
5.6.290.0070.00714.50
5.6.280.0020.03817.79
5.6.270.0070.00714.23
5.6.260.0050.04717.61
5.6.250.0060.02417.45
5.6.240.0100.02517.66
5.6.230.0090.03717.61
5.6.220.0070.02217.51
5.6.210.0050.05217.44
5.6.200.0050.04317.54
5.6.190.0020.03017.78
5.6.180.0070.02217.49
5.6.170.0030.02517.47
5.6.160.0050.02517.48
5.6.150.0050.04417.56
5.6.140.0080.03317.50
5.6.130.0030.04817.64
5.6.120.0020.02917.52
5.6.110.0130.04017.62
5.6.100.0050.03317.41
5.6.90.0100.03817.65
5.6.80.0080.03117.19
5.6.70.0080.03817.31
5.6.60.0050.04217.12
5.6.50.0080.04017.29
5.6.40.0110.03817.27
5.6.30.0090.04317.35
5.6.20.0050.02617.19
5.6.10.0120.01917.29
5.6.00.0080.03517.34
5.5.380.0020.03516.10
5.5.370.0060.02115.89
5.5.360.0070.02216.01
5.5.350.0080.02016.07
5.5.340.0050.03716.36
5.5.330.0030.02516.38
5.5.320.0070.03516.20
5.5.310.0050.02516.43
5.5.300.0060.04116.29
5.5.290.0050.03516.25
5.5.280.0090.02516.27
5.5.270.0050.03516.35
5.5.260.0030.04716.12
5.5.250.0070.03716.13
5.5.240.0070.04416.00
5.5.230.0030.04715.96
5.5.220.0080.04115.80
5.5.210.0090.03015.76
5.5.200.0050.04615.84
5.5.190.0050.03915.98
5.5.180.0040.02315.84
5.5.170.0070.01114.45
5.5.160.0050.02515.72
5.5.150.0100.03615.88
5.5.140.0100.03815.83
5.5.130.0050.04315.96
5.5.120.0080.03515.88
5.5.110.0080.04215.92
5.5.100.0030.02515.72
5.5.90.0020.04915.82
5.5.80.0020.02615.96
5.5.70.0090.03215.84
5.5.60.0090.02015.75
5.5.50.0080.03215.77
5.5.40.0080.03015.76
5.5.30.0070.02215.77
5.5.20.0020.02715.81
5.5.10.0010.03115.70
5.5.00.0030.03215.62
5.4.450.0040.03215.21
5.4.440.0100.01715.33
5.4.430.0050.03915.49
5.4.420.0030.02115.20
5.4.410.0050.02215.21
5.4.400.0040.03715.21
5.4.390.0030.03115.04
5.4.380.0070.03414.98
5.4.370.0030.04114.98
5.4.360.0080.04215.04
5.4.350.0090.03415.11
5.4.340.0020.04415.03
5.4.330.0000.00810.85
5.4.320.0050.04615.14
5.4.310.0050.02814.98
5.4.300.0070.02715.22
5.4.290.0030.02115.04
5.4.280.0060.02015.07
5.4.270.0050.02214.93
5.4.260.0060.02114.95
5.4.250.0070.03215.01
5.4.240.0100.03715.12
5.4.230.0110.01515.06
5.4.220.0070.02515.30
5.4.210.0040.02214.87
5.4.200.0060.04015.27
5.4.190.0060.03815.13
5.4.180.0020.02415.11
5.4.170.0080.03315.08
5.4.160.0080.03815.16
5.4.150.0030.04215.11
5.4.140.0030.03313.81
5.4.130.0050.03713.88
5.4.120.0030.04113.89
5.4.110.0100.03213.82
5.4.100.0050.04013.85
5.4.90.0020.03613.65
5.4.80.0060.01713.90
5.4.70.0030.03813.82
5.4.60.0090.03413.72
5.4.50.0050.01813.79
5.4.40.0060.03313.98
5.4.30.0050.02513.92
5.4.20.0040.03613.85
5.4.10.0050.04213.81
5.4.00.0050.03813.48

preferences:
28.65 ms | 403 KiB | 5 Q