3v4l.org

run code in 500+ PHP versions simultaneously
<?php class Article implements ArrayAccess { public $title; function __construct($title) { $this->title = $title; } function offsetSet($key, $value){ $this->{$key} = &$value; } function offsetGet($key){ return $this->{$key}; } function offsetUnset($key){ unset($this->{$key}); } function offsetExists($offset) { return array_key_exists($offset,get_object_vars($this)); } } // Create the object $A = new Article('SPL Rocks'); // Change the title using array syntax using reference $str = 'SPL _really_ rocks'; $A['title'] =&$str; // Check what it looks like again print_r($A);

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.90.0080.00517.97
8.5.80.0060.00617.78
8.5.70.0080.00418.69
8.5.60.0070.00617.81
8.5.50.0060.00617.84
8.5.40.0060.00318.70
8.5.30.0090.00518.05
8.5.20.0080.00517.68
8.5.10.0080.00519.24
8.5.00.0080.00719.38
8.4.240.0080.00820.62
8.4.230.0080.00720.61
8.4.220.0090.00620.73
8.4.210.0090.00320.55
8.4.200.0070.00221.67
8.4.190.0050.00421.73
8.4.180.0090.00721.86
8.4.170.0090.00721.13
8.4.160.0080.00922.75
8.4.150.0080.00518.48
8.4.140.0100.00618.80
8.4.130.0060.00818.76
8.4.120.0080.00420.29
8.4.110.0090.00621.13
8.4.100.0060.00718.83
8.4.90.0100.00618.47
8.4.80.0070.00819.66
8.4.70.0090.00819.08
8.4.60.0100.00619.45
8.4.50.0060.00919.14
8.4.40.0070.00718.88
8.4.30.0080.00718.84
8.4.20.0080.00618.85
8.4.10.0040.00618.94
8.3.330.0090.00619.47
8.3.320.0110.00518.53
8.3.310.0090.00719.46
8.3.300.0070.00419.43
8.3.290.0090.00619.59
8.3.280.0090.00619.37
8.3.270.0080.00617.62
8.3.260.0100.00317.64
8.3.250.0040.00318.86
8.3.240.0060.00416.73
8.3.230.0050.00317.56
8.3.220.0090.00517.45
8.3.210.0070.00618.36
8.3.200.0090.00717.57
8.3.190.0070.00518.50
8.3.180.0040.00417.34
8.3.170.0070.00719.49
8.3.160.0070.00117.60
8.3.150.0060.00917.48
8.3.140.0060.00617.61
8.3.130.0080.00518.22
8.3.120.0080.00718.52
8.3.110.0040.00519.55
8.3.100.0090.00321.20
8.3.90.0070.00722.49
8.3.80.0070.00517.75
8.3.70.0110.00618.65
8.3.60.0070.00617.55
8.3.50.0100.00820.27
8.3.40.0100.00819.15
8.3.30.0050.00919.10
8.3.20.0060.00319.96
8.3.10.0080.00520.58
8.3.00.0060.00418.44
8.2.330.0050.00519.24
8.2.320.0110.00418.15
8.2.310.0120.00718.21
8.2.300.0100.00619.04
8.2.290.0070.00618.75
8.2.280.0090.00818.59
8.2.270.0110.00316.82
8.2.260.0090.00316.80
8.2.250.0070.00416.71
8.2.240.0100.00316.86
8.2.230.0100.00319.44
8.2.220.0110.00127.13
8.2.210.0110.00821.64
8.2.200.0090.00316.45
8.2.190.0100.00516.69
8.2.180.0080.00716.52
8.2.170.0080.00618.34
8.2.160.0100.00520.47
8.2.150.0110.00621.08
8.2.140.0130.00821.06
8.2.130.0120.00821.91
8.2.120.0140.00918.71
8.2.110.0190.00820.03
8.2.100.0140.00917.72
8.2.90.0110.00718.59
8.2.80.0120.00917.57
8.2.70.0170.00417.60
8.2.60.0140.00218.66
8.2.50.0140.00317.96
8.2.40.0160.00317.88
8.2.30.0130.00617.95
8.2.20.0120.00717.82
8.2.10.0110.00518.01
8.2.00.0140.00518.04
8.1.340.0120.00817.59
8.1.330.0120.00619.14
8.1.320.0110.01016.40
8.1.310.0080.01117.29
8.1.300.0090.00618.02
8.1.290.0070.00417.43
8.1.280.0150.00421.06
8.1.270.0090.00418.95
8.1.260.0070.00321.68
8.1.250.0090.00322.76
8.1.240.0100.00021.19
8.1.230.0090.00218.42
8.1.220.0060.00218.39
8.1.210.0050.00418.85
8.1.200.0020.00718.07
8.1.190.0050.00617.25
8.1.180.0030.00617.63
8.1.170.0050.00419.67
8.1.160.0060.00320.58
8.1.150.0050.00518.99
8.1.140.0050.00418.28
8.1.130.0030.00518.35
8.1.120.0070.00218.23
8.1.110.0050.00418.09
8.1.100.0070.00218.22
8.1.90.0030.00618.16
8.1.80.0050.00418.06
8.1.70.0060.00318.25
8.1.60.0060.00418.27
8.1.50.0060.00317.47
8.1.40.0090.00218.04
8.1.30.0040.00518.40
8.1.20.0060.00318.44
8.1.10.0080.00318.22
8.1.00.0080.00318.43
8.0.300.0050.00617.94
8.0.290.0010.00717.82
8.0.280.0030.00517.73
8.0.270.0020.00618.07
8.0.260.0060.00318.02
8.0.250.0030.00517.98
8.0.240.0040.00317.93
8.0.230.0050.00318.05
8.0.220.0040.00317.81
8.0.210.0070.00416.80
8.0.200.0070.00516.59
8.0.190.0120.00316.79
8.0.180.0130.00616.99
8.0.170.0140.00516.81
8.0.160.0140.00716.86
8.0.150.0120.00416.99
8.0.140.0070.00517.88
8.0.130.0090.00815.30
8.0.120.0030.00817.69
8.0.110.0050.00317.89
8.0.100.0020.00617.90
8.0.90.0040.00417.76
8.0.80.0080.00417.93
8.0.70.0030.00617.88
8.0.60.0040.00317.82
8.0.50.0060.00217.78
8.0.30.0050.01017.63
8.0.20.0100.01017.75
8.0.10.0040.00417.84
8.0.00.0100.00517.22
7.4.330.0040.00216.91
7.4.320.0040.00317.54
7.4.300.0020.00517.55
7.4.290.0070.00117.37
7.4.280.0050.00317.59
7.4.270.0030.00317.58
7.4.260.0050.00217.48
7.4.250.0030.00517.22
7.4.240.0060.00117.25
7.4.230.0040.00317.28
7.4.220.0090.00816.42
7.4.210.0070.00817.17
7.4.200.0020.00517.19
7.4.190.0040.00218.23
7.4.180.0050.00217.90
7.4.160.0080.00417.14
7.4.150.0090.00417.56
7.4.140.0110.00517.71
7.4.130.0100.00616.91
7.4.120.0090.00416.98
7.4.110.0050.00916.33
7.4.100.0080.00417.28
7.4.90.0060.00617.16
7.4.80.0070.00618.76
7.4.70.0090.00317.19
7.4.60.0060.00617.50
7.4.50.0040.00417.38
7.4.40.0050.00717.41
7.4.30.0080.00417.48
7.4.20.0040.00318.43
7.4.10.0070.00216.17
7.4.00.0090.00316.70
7.3.330.0060.00115.66
7.3.320.0080.00316.03
7.3.310.0030.00417.41
7.3.300.0010.00517.46
7.3.290.0080.00716.99
7.3.280.0110.00516.88
7.3.270.0020.01017.92
7.3.260.0050.00717.53
7.3.250.0090.00816.43
7.3.240.0070.00517.50
7.3.230.0070.00817.39
7.3.220.0060.00118.42
7.3.210.0050.00617.38
7.3.200.0040.00818.88
7.3.190.0070.00417.40
7.3.180.0060.00517.55
7.3.170.0060.00617.52
7.3.160.0070.00517.42
7.3.150.0060.00316.04
7.3.140.0040.00418.10
7.3.130.0040.00417.37
7.3.120.0050.00218.03
7.3.110.0050.00218.32
7.3.100.0030.00317.89
7.3.90.0050.00317.93
7.3.80.0050.00217.76
7.3.70.0040.00318.22
7.3.60.0030.00318.09
7.3.50.0050.00218.24
7.3.40.0050.00218.01
7.3.30.0040.00318.06
7.3.20.0040.00417.78
7.3.10.0030.00417.56
7.3.00.0080.00418.57
7.2.340.0050.00218.28
7.2.330.0100.00516.31
7.2.320.0100.00916.38
7.2.310.0130.01216.47
7.2.300.0160.00916.52
7.2.290.0170.00816.42
7.2.280.0160.00816.33
7.2.270.0170.00116.41
7.2.260.0160.00916.17
7.2.250.0170.00916.39
7.2.240.0180.00416.57
7.2.230.0200.00516.56
7.2.220.0110.01116.47
7.2.210.0230.00716.18
7.2.200.0210.00816.43
7.2.190.0200.00616.22
7.2.180.0210.01016.48
7.2.170.0180.00516.51
7.2.160.0190.00716.40
7.2.150.0190.00618.17
7.2.140.0140.00718.35
7.2.130.0190.00418.63
7.2.120.0150.00818.60
7.2.110.0170.00318.52
7.2.100.0220.00618.35
7.2.90.0180.00618.21
7.2.80.0230.00618.19
7.2.70.0210.01118.16
7.2.60.0100.01017.57
7.2.50.0200.01018.28
7.2.40.0160.00517.97
7.2.30.0130.00618.53
7.2.20.0050.00318.66
7.2.10.0090.00118.69
7.2.00.0060.01119.02
7.1.330.0070.00117.19
7.1.320.0020.00517.28
7.1.310.0050.00417.38
7.1.300.0050.00317.05
7.1.290.0050.00417.12
7.1.280.0070.00216.93
7.1.270.0030.00516.99
7.1.260.0040.00317.57
7.1.250.0090.00817.38
7.1.240.0030.00617.43
7.1.230.0130.00117.14
7.1.220.0060.00317.45
7.1.210.0060.00317.37
7.1.200.0080.00516.11
7.1.190.0060.00217.19
7.1.180.0040.00417.13
7.1.170.0060.00216.98
7.1.160.0040.00317.23
7.1.150.0060.00217.11
7.1.140.0060.00217.17
7.1.130.0050.00416.82
7.1.120.0060.00217.35
7.1.110.0050.00217.39
7.1.100.0050.00417.70
7.1.90.0050.00317.18
7.1.80.0060.00217.14
7.1.70.0020.00617.09
7.1.60.0090.00618.31
7.1.50.0040.00817.07
7.1.40.0030.00416.79
7.1.30.0040.00217.34
7.1.20.0040.00316.51
7.1.10.0040.00317.04
7.1.00.0050.03819.72
7.0.330.0070.00217.20
7.0.320.0100.00316.95
7.0.310.0080.00517.33
7.0.300.0140.00616.80
7.0.290.0140.00517.34
7.0.280.0090.00416.95
7.0.270.0090.00517.16
7.0.260.0050.00317.28
7.0.250.0070.00717.17
7.0.240.0100.00617.49
7.0.230.0080.00517.45
7.0.220.0090.00417.42
7.0.210.0060.00717.32
7.0.200.0050.00316.97
7.0.190.0050.00217.36
7.0.180.0030.00317.34
7.0.170.0070.00116.84
7.0.160.0090.00216.96
7.0.150.0060.00416.64
7.0.140.0060.00216.59
7.0.130.0020.00616.47
7.0.120.0040.00316.89
7.0.110.0040.00516.35
7.0.100.0090.02618.36
7.0.90.0230.02718.15
7.0.80.0060.03418.20
7.0.70.0020.03018.45
7.0.60.0060.03118.37
7.0.50.0210.03118.42
7.0.40.0040.02818.57
7.0.30.0040.02818.53
7.0.20.0060.03418.40
7.0.10.0050.03218.54
7.0.00.0070.02718.46
5.6.400.0050.00215.73
5.6.390.0060.00116.04
5.6.380.0060.00215.52
5.6.370.0050.00315.62
5.6.360.0060.00315.63
5.6.350.0030.00515.54
5.6.340.0060.00315.54
5.6.330.0040.00216.09
5.6.320.0060.00215.67
5.6.310.0070.00215.45
5.6.300.0060.00215.53
5.6.290.0050.00116.03
5.6.280.0060.03418.49
5.6.270.0050.00415.45
5.6.260.0030.00415.93
5.6.250.0060.04018.05
5.6.240.0060.02618.34
5.6.230.0090.03918.22
5.6.220.0090.04218.30
5.6.210.0120.04218.16
5.6.200.0170.03618.59
5.6.190.0100.04518.62
5.6.180.0170.03918.61
5.6.170.0150.04218.47
5.6.160.0130.02418.52
5.6.150.0170.03418.57
5.6.140.0150.04118.66
5.6.130.0120.03918.72
5.6.120.0090.04718.61
5.6.110.0090.02818.45
5.6.100.0170.04218.58
5.6.90.0090.03118.52
5.6.80.0070.04218.20
5.6.70.0120.03918.38
5.6.60.0130.03718.36
5.6.50.0060.04218.39
5.6.40.0090.03818.30
5.6.30.0090.03418.30
5.6.20.0110.02718.13
5.6.10.0040.03018.21
5.6.00.0080.04018.14
5.5.380.0070.04218.35
5.5.370.0120.03818.33
5.5.360.0140.04018.26
5.5.350.0100.04018.15
5.5.340.0080.04218.46
5.5.330.0070.04818.53
5.5.320.0120.04318.35
5.5.310.0120.04518.47
5.5.300.0140.04418.47
5.5.290.0130.03918.46
5.5.280.0090.03018.53
5.5.270.0160.04418.45
5.5.260.0140.03118.38
5.5.250.0080.02618.45
5.5.240.0130.02718.14
5.5.230.0160.03318.19
5.5.220.0160.01818.28
5.5.210.0130.03818.23
5.5.200.0070.02718.02
5.5.190.0110.03717.98
5.5.180.0150.03518.11
5.5.170.0110.00615.82
5.5.160.0100.03418.22
5.5.150.0170.03718.02
5.5.140.0190.03517.98
5.5.130.0120.04018.08
5.5.120.0090.03717.93
5.5.110.0080.02817.88
5.5.100.0080.03618.03
5.5.90.0170.02918.12
5.5.80.0120.02518.07
5.5.70.0100.03618.16
5.5.60.0130.02718.13
5.5.50.0190.01618.03
5.5.40.0110.03218.05
5.5.30.0080.04118.13
5.5.20.0080.03718.14
5.5.10.0050.04217.86
5.5.00.0090.04118.01
5.4.450.0100.03517.34
5.4.440.0070.03617.47
5.4.430.0070.04417.31
5.4.420.0070.02117.42
5.4.410.0100.04017.28
5.4.400.0080.02117.17
5.4.390.0070.02817.34
5.4.380.0080.03717.15
5.4.370.0100.02017.34
5.4.360.0070.03117.32
5.4.350.0090.04117.29
5.4.340.0090.03817.24
5.4.330.0100.00515.45
5.4.320.0130.03517.20
5.4.310.0040.02617.25
5.4.300.0070.02417.33
5.4.290.0100.04117.28
5.4.280.0060.03917.24
5.4.270.0060.04217.16
5.4.260.0090.03917.34
5.4.250.0110.02817.19
5.4.240.0120.03417.17
5.4.230.0120.03717.19
5.4.220.0110.03717.29
5.4.210.0080.03417.24
5.4.200.0040.02517.28
5.4.190.0110.01917.31
5.4.180.0100.02417.28
5.4.170.0080.03817.35
5.4.160.0140.03217.32
5.4.150.0050.02917.28
5.4.140.0090.03115.89
5.4.130.0090.03515.93
5.4.120.0090.03115.94
5.4.110.0050.03515.90
5.4.100.0050.03415.98
5.4.90.0080.03815.95
5.4.80.0080.03615.92
5.4.70.0060.01815.93
5.4.60.0080.02215.91
5.4.50.0090.02515.84
5.4.40.0110.02815.91
5.4.30.0120.03215.93
5.4.20.0120.02215.96
5.4.10.0120.02715.95
5.4.00.0100.03115.67
5.3.290.0120.02315.06
5.3.280.0090.02215.02
5.3.270.0110.01915.05
5.3.260.0070.02114.99
5.3.250.0050.04115.02
5.3.240.0150.03815.06
5.3.230.0080.03515.05
5.3.220.0070.02515.04
5.3.210.0070.02114.99
5.3.200.0080.01814.99
5.3.190.0080.03015.06
5.3.180.0140.03315.05
5.3.170.0040.04014.97
5.3.160.0110.03715.04
5.3.150.0100.03715.01
5.3.140.0090.02015.04
5.3.130.0060.03015.01
5.3.120.0120.04115.07
5.3.110.0120.03315.05
5.3.100.0100.02814.76
5.3.90.0080.03814.78
5.3.80.0070.03514.76
5.3.70.0170.02214.78
5.3.60.0080.03614.72
5.3.50.0100.02814.75
5.3.40.0080.03114.73
5.3.30.0050.03214.72
5.3.20.0070.04014.54
5.3.10.0060.03914.55
5.3.00.0050.02114.57
5.2.170.0100.02513.35
5.2.160.0030.03113.26
5.2.150.0030.02813.33
5.2.140.0100.03113.33
5.2.130.0070.02613.27
5.2.120.0030.03013.27
5.2.110.0060.02113.29
5.2.100.0080.02113.28
5.2.90.0070.02913.21
5.2.80.0070.02313.34
5.2.70.0060.02913.33
5.2.60.0090.01613.26
5.2.50.0050.02013.24
5.2.40.0080.03213.24
5.2.30.0050.01913.28
5.2.20.0050.02813.20
5.2.10.0060.03313.15
5.2.00.0050.03213.10
5.1.60.0050.02612.76
5.1.50.0040.02812.77
5.1.40.0060.02312.75
5.1.30.0030.01712.95
5.1.20.0080.02612.91
5.1.10.0050.02912.80
5.1.00.0030.01712.81
5.0.50.0050.02412.71
5.0.40.0050.00912.71
5.0.30.0030.02812.71
5.0.20.0060.02012.71
5.0.10.0030.01812.71
5.0.00.0040.02912.71
4.4.90.0030.01712.71
4.4.80.0010.01912.71
4.4.70.0020.01212.71
4.4.60.0060.01412.71
4.4.50.0000.01512.71
4.4.40.0020.02612.71
4.4.30.0050.01212.71
4.4.20.0050.01712.71
4.4.10.0020.01812.71
4.4.00.0050.02212.71
4.3.110.0020.01812.71
4.3.100.0010.01512.71
4.3.90.0030.01712.71
4.3.80.0010.01912.71
4.3.70.0030.00812.71
4.3.60.0030.02112.71
4.3.50.0030.01612.71
4.3.40.0020.02112.71
4.3.30.0030.01512.71
4.3.20.0010.01912.71
4.3.10.0010.02112.71
4.3.00.0030.01312.71

preferences:
60.97 ms | 3038 KiB | 5 Q