3v4l.org

run code in 300+ PHP versions simultaneously
<?php class Example { private $label; public function __construct($label) { $this->label = $label; } public function __sleep() { echo "Attempt to serialize object with label $this->label\n"; return array('label'); } public function __destruct() { echo "Refcount reached zero for object with label $this->label\n"; } public function throwSomething($unused_parameter) { throw new Exception; } } echo "-- No object in stack trace --\n"; $target = new Example('Target of method call'); try { $target->throwSomething('irrelevant data'); } catch ( Exception $e ) { // Serialize exception, doesn't touch object var_dump(serialize($e)); // Destroy $target, as there are no other references to it unset($target); } echo "-- No object as argument captured in stack trace --\n"; $target = new Example('Target of method call'); $parameter = new Example('Parameter passed but never actually used'); try { $target->throwSomething($parameter); } catch ( Exception $e ) { // Serialize exception, will attempt to serialize $parameter var_dump(serialize($e)); // Destroy $target, as there are no other references to it unset($target); // Attempt to do the same for $parameter, Exception holds a reference unset($parameter); } echo "-- PHP process cleanup begins here --\n";

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.130.0170.00318.91
8.4.120.0120.00820.83
8.4.110.0100.01022.61
8.4.100.0150.00518.10
8.4.90.0160.00522.26
8.4.80.0050.00919.49
8.4.70.0150.00818.05
8.4.60.0070.01019.06
8.4.50.0120.00820.33
8.4.40.0090.00019.54
8.4.30.0030.00617.73
8.4.20.0070.01317.84
8.4.10.0060.00317.84
8.3.260.0120.00716.46
8.3.250.0060.00318.95
8.3.240.0140.00618.55
8.3.230.0110.00916.73
8.3.220.0130.00718.95
8.3.210.0080.01016.76
8.3.200.0060.00316.77
8.3.190.0110.00417.31
8.3.180.0130.00616.63
8.3.170.0040.00417.11
8.3.160.0110.00720.82
8.3.150.0060.01318.79
8.3.140.0040.00417.35
8.3.130.0080.00018.47
8.3.120.0030.00620.49
8.3.110.0060.00316.79
8.3.100.0060.00318.36
8.3.90.0080.00018.65
8.3.80.0030.00617.97
8.3.70.0120.00616.75
8.3.60.0150.00416.75
8.3.50.0120.00721.95
8.3.40.0140.00718.92
8.3.30.0070.00719.27
8.3.20.0000.00820.18
8.3.10.0000.00821.82
8.3.00.0060.00319.50
8.2.290.0120.00720.67
8.2.280.0100.00618.63
8.2.270.0120.00617.27
8.2.260.0030.00616.96
8.2.250.0060.00318.52
8.2.240.0060.00318.85
8.2.230.0080.00020.94
8.2.220.0090.00024.06
8.2.210.0060.01226.77
8.2.200.0100.00016.88
8.2.190.0070.01116.88
8.2.180.0130.00918.54
8.2.170.0120.00319.04
8.2.160.0040.01122.96
8.2.150.0070.00025.66
8.2.140.0000.00824.66
8.2.130.0040.00426.16
8.2.120.0070.00019.96
8.2.110.0090.00020.87
8.2.100.0080.00417.62
8.2.90.0030.00517.91
8.2.80.0000.00817.97
8.2.70.0040.00417.93
8.2.60.0050.00817.68
8.2.50.0050.00318.10
8.2.40.0030.00619.34
8.2.30.0030.00619.27
8.2.20.0040.00417.79
8.2.10.0000.00718.21
8.2.00.0040.00418.09
8.1.330.0060.00422.02
8.1.320.0130.00616.17
8.1.310.0030.01018.21
8.1.300.0060.00319.70
8.1.290.0040.00418.88
8.1.280.0150.00025.92
8.1.270.0100.01020.23
8.1.260.0040.00426.35
8.1.250.0080.00028.09
8.1.240.0030.01421.98
8.1.230.0070.00420.85
8.1.220.0030.00617.74
8.1.210.0000.00818.77
8.1.200.0080.00317.35
8.1.190.0030.00617.25
8.1.180.0040.00418.10
8.1.170.0040.00418.76
8.1.160.0040.00418.84
8.1.150.0040.00419.04
8.1.140.0050.00217.48
8.1.130.0040.00417.74
8.1.120.0000.00717.41
8.1.110.0000.01017.39
8.1.100.0000.00717.55
8.1.90.0070.00017.55
8.1.80.0000.00717.47
8.1.70.0030.00517.48
8.1.60.0030.00517.49
8.1.50.0050.00317.59
8.1.40.0060.00317.43
8.1.30.0040.00417.67
8.1.20.0060.00317.70
8.1.10.0040.00417.62
8.1.00.0080.00017.51
8.0.300.0070.00019.68
8.0.290.0000.00916.63
8.0.280.0020.00518.41
8.0.270.0080.00017.20
8.0.260.0030.00317.28
8.0.250.0000.00816.96
8.0.240.0000.00717.05
8.0.230.0040.00417.04
8.0.220.0030.00316.98
8.0.210.0030.00316.87
8.0.200.0030.00316.94
8.0.190.0000.00817.03
8.0.180.0040.00416.89
8.0.170.0050.00316.91
8.0.160.0050.00216.88
8.0.150.0000.00716.94
8.0.140.0070.00316.99
8.0.130.0000.00613.45
8.0.120.0060.00316.89
8.0.110.0040.00417.00
8.0.100.0040.00417.07
8.0.90.0000.00717.05
8.0.80.0100.00717.05
8.0.70.0020.00516.88
8.0.60.0050.00316.90
8.0.50.0000.00816.82
8.0.30.0100.00717.17
8.0.20.0110.00717.40
8.0.10.0040.00417.01
8.0.00.0070.01016.96
7.4.330.0060.00015.04
7.4.320.0030.00316.68
7.4.300.0000.00616.64
7.4.290.0030.00316.56
7.4.280.0000.00816.66
7.4.270.0030.00316.57
7.4.260.0070.00016.52
7.4.250.0070.00016.61
7.4.240.0050.00216.61
7.4.230.0070.00016.66
7.4.220.0100.00716.68
7.4.210.0070.01016.55
7.4.200.0030.00316.54
7.4.160.0100.00716.32
7.4.150.0070.01017.40
7.4.140.0080.01317.86
7.4.130.0140.00916.56
7.4.120.0150.00516.62
7.4.110.0060.01316.55
7.4.100.0070.01316.64
7.4.90.0030.01316.41
7.4.80.0190.00319.39
7.4.70.0070.01016.58
7.4.60.0060.00916.71
7.4.50.0000.00416.45
7.4.40.0060.01516.42
7.4.30.0130.00316.60
7.4.10.0120.00615.10
7.4.00.0050.01315.24
7.3.330.0050.00213.39
7.3.320.0050.00013.41
7.3.310.0030.00316.34
7.3.300.0050.00316.36
7.3.290.0000.00716.28
7.3.280.0100.00616.40
7.3.270.0030.01517.40
7.3.260.0100.00716.42
7.3.250.0090.00816.46
7.3.240.0080.00816.35
7.3.230.0040.01616.55
7.3.210.0130.00316.63
7.3.200.0070.01119.39
7.3.190.0100.00716.34
7.3.180.0040.01316.46
7.3.170.0100.01316.55
7.3.160.0030.01516.58
7.3.130.0130.00314.89
7.3.120.0060.01315.00
7.3.110.0100.01014.98
7.3.100.0070.00714.71
7.3.90.0070.01014.98
7.3.80.0060.00714.97
7.3.70.0120.00315.01
7.3.60.0030.00914.76
7.3.50.0070.01015.02
7.3.40.0030.00614.93
7.3.30.0000.01215.07
7.3.20.0120.00616.77
7.3.10.0090.00316.58
7.3.00.0030.00616.54
7.2.330.0140.00916.80
7.2.320.0190.00016.46
7.2.310.0040.01316.90
7.2.300.0060.00916.75
7.2.290.0060.01216.73
7.2.260.0060.01315.09
7.2.250.0040.01515.20
7.2.240.0070.00715.10
7.2.230.0070.00714.93
7.2.220.0050.01115.33
7.2.210.0060.00315.14
7.2.200.0030.01015.12
7.2.190.0060.00915.09
7.2.180.0070.00715.22
7.2.170.0030.00615.11
7.2.160.0120.00015.11
7.2.150.0110.00416.95
7.2.140.0030.01216.86
7.2.130.0070.00316.95
7.2.120.0040.01216.73
7.2.110.0000.01516.89
7.2.100.0070.00716.90
7.2.90.0070.01017.01
7.2.80.0050.01016.81
7.2.70.0030.00817.15
7.2.60.0070.00616.79
7.2.50.0070.00716.99
7.2.40.0090.00616.90
7.2.30.0150.00017.07
7.2.20.0030.01216.81
7.2.10.0150.00016.75
7.2.00.0030.00818.10
7.1.330.0110.00415.69
7.1.320.0030.00615.69
7.1.310.0140.00015.90
7.1.300.0090.00615.83
7.1.290.0070.00715.89
7.1.280.0060.00615.44
7.1.270.0090.00315.71
7.1.260.0040.00415.83
7.1.250.0060.00315.82
7.1.240.0030.01015.49
7.1.230.0000.00815.79
7.1.220.0060.00615.48
7.1.210.0070.00715.59
7.1.200.0020.00815.70
7.1.190.0070.00315.85
7.1.180.0110.00315.82
7.1.170.0060.00315.90
7.1.160.0070.00715.69
7.1.150.0000.01115.70
7.1.140.0100.00615.55
7.1.130.0080.00315.83
7.1.120.0070.00715.87
7.1.110.0040.01215.81
7.1.100.0030.00817.00
7.1.90.0100.01016.00
7.1.80.0110.00715.82
7.1.70.0080.00516.52
7.1.60.0080.01017.70
7.1.50.0060.01116.45
7.1.40.0000.01315.75
7.1.30.0030.01015.91
7.1.20.0130.00315.50
7.1.10.0040.01115.63
7.1.00.0090.03619.03
7.0.330.0030.01115.51
7.0.320.0030.01015.51
7.0.310.0030.01015.48
7.0.300.0040.01115.54
7.0.290.0060.00315.45
7.0.280.0000.00815.44
7.0.270.0000.00915.40
7.0.260.0100.00015.54
7.0.250.0040.01115.23
7.0.240.0040.00715.39
7.0.230.0090.00615.27
7.0.220.0000.01515.54
7.0.210.0070.01015.29
7.0.200.0110.00516.02
7.0.190.0060.00615.56
7.0.180.0060.01015.27
7.0.170.0100.00615.60
7.0.160.0130.00315.47
7.0.150.0000.01415.46
7.0.140.0030.01015.61
7.0.130.0030.00615.37
7.0.120.0000.01315.53
7.0.110.0070.00715.47
7.0.100.0030.01015.10
7.0.90.0070.00715.31
7.0.80.0030.00715.38
7.0.70.0000.01515.41
7.0.60.0030.04717.59
7.0.50.0050.04616.75
7.0.40.0120.04116.90
7.0.30.0280.03316.79
7.0.20.0210.03516.88
7.0.10.0190.03916.93
7.0.00.0090.02416.86
5.6.400.0030.00514.66
5.6.390.0090.00614.31
5.6.380.0060.00914.62
5.6.370.0000.00914.06
5.6.360.0060.00914.39
5.6.350.0030.00914.32
5.6.340.0070.00714.40
5.6.330.0060.00314.32
5.6.320.0000.01414.60
5.6.310.0040.01114.30
5.6.300.0110.00014.54
5.6.290.0000.01414.69
5.6.280.0050.04017.82
5.6.270.0040.00814.24
5.6.260.0060.00914.43
5.6.250.0070.00714.44
5.6.240.0030.00914.14
5.6.230.0000.01514.38
5.6.220.0000.01614.61
5.6.210.0070.04517.35
5.6.200.0050.04916.29
5.6.190.0050.05017.64
5.6.180.1830.02117.45
5.6.170.0120.02517.44
5.6.160.0070.04917.27
5.6.150.0060.04516.21
5.6.140.0060.04616.33
5.6.130.0050.04516.17
5.6.120.0020.04317.67
5.6.110.0080.03717.66
5.6.100.0020.04717.79
5.6.90.0100.04117.84
5.6.80.0120.03817.53
5.6.70.0070.00714.12
5.6.60.0070.00714.30
5.6.50.0090.00614.20
5.6.40.0060.00914.52
5.6.30.0090.00314.46
5.6.20.0080.00414.14
5.6.10.0000.01514.14
5.6.00.0040.00714.39
5.5.380.0040.00814.12
5.5.370.0120.00314.26
5.5.360.0060.00314.44
5.5.350.0070.04017.43
5.5.340.0030.04216.20
5.5.330.0050.04917.55
5.5.320.0200.03517.32
5.5.310.0150.01917.50
5.5.300.0030.04916.00
5.5.290.0110.03016.16
5.5.280.0050.04517.65
5.5.270.0070.03817.49
5.5.260.0080.04217.63
5.5.250.0050.04517.39
5.5.240.0080.02017.21
5.5.230.0130.00014.33
5.5.220.0070.00714.40
5.5.210.0060.00614.14
5.5.200.0090.00614.14
5.5.190.0080.00414.43
5.5.180.0100.00314.27
5.5.170.0100.00014.03
5.5.160.0080.00014.07
5.5.150.0070.01013.93
5.5.140.0040.01114.32
5.5.130.0080.00414.26
5.5.120.0030.01114.25
5.5.110.0000.01314.29
5.5.100.0060.00914.16
5.5.90.0090.00614.31
5.5.80.0000.01014.31
5.5.70.0030.00914.01
5.5.60.0040.00814.08
5.5.50.0120.00314.14
5.5.40.0080.00414.13
5.5.30.0070.00714.00
5.5.20.0030.01314.07
5.5.10.0040.00814.34
5.5.00.0090.00613.96
5.4.450.0320.03715.76
5.4.440.0430.03015.72
5.4.430.0340.03515.69
5.4.420.0420.03415.58
5.4.410.0400.03015.69
5.4.400.0370.03315.47
5.4.390.0380.03415.59
5.4.380.0420.02915.54
5.4.370.0440.03915.47
5.4.360.0380.03115.50
5.4.350.0300.02815.36
5.4.340.0320.02315.59
5.4.330.0060.00611.84
5.4.320.0310.02915.58
5.4.310.0230.02815.42
5.4.300.0230.02715.52
5.4.290.0280.02315.57
5.4.280.0340.02615.37
5.4.270.0380.02015.52
5.4.260.0270.03215.39
5.4.250.0280.03015.37
5.4.240.0350.02815.59
5.4.230.0370.03015.57
5.4.220.0270.03215.41
5.4.210.0270.03015.48
5.4.200.0280.02814.45
5.4.190.0400.02815.53
5.4.180.0320.03215.49
5.4.170.0330.03215.41
5.4.160.0300.03415.38
5.4.150.0350.03415.48
5.4.140.0390.02514.20
5.4.130.0320.03114.07
5.4.120.0400.02714.05
5.4.110.0370.02514.06
5.4.100.0300.02614.21
5.4.90.0320.03014.05
5.4.80.0280.02914.23
5.4.70.0230.03714.04
5.4.60.0350.02514.06
5.4.50.0330.03014.08
5.4.40.0320.03214.07
5.4.30.0300.03214.20
5.4.20.0320.03014.22
5.4.10.0420.03014.14
5.4.00.0300.02613.88
5.3.290.0830.04714.72
5.3.280.0870.06314.50
5.3.270.0830.05714.63
5.3.260.0630.05714.52
5.3.250.0630.04014.60
5.3.240.0430.05714.73
5.3.230.0570.06314.73
5.3.220.0570.07014.59
5.3.210.0530.05714.72
5.3.200.0600.04014.70
5.3.190.0430.05314.48
5.3.180.0170.05714.51
5.3.170.0100.05714.58
5.3.160.0070.06014.73
5.3.150.0200.05014.57
5.3.140.0130.05014.59
5.3.130.0200.05014.73
5.3.120.0170.05014.49
5.3.110.0200.05014.48
5.3.100.0200.05014.08
5.3.90.0230.04014.09
5.3.80.0170.05313.91
5.3.70.0200.05014.14
5.3.60.0130.05014.03
5.3.50.0230.04313.85
5.3.40.0200.04713.82
5.3.30.0130.05013.83
5.3.20.0230.06313.78
5.3.10.0070.05713.67
5.3.00.0170.05013.65
5.2.170.0130.04011.13
5.2.160.0100.04011.27
5.2.150.0200.04011.13
5.2.140.0170.03711.07
5.2.130.0270.04711.04
5.2.120.0070.04011.08
5.2.110.0100.04711.26
5.2.100.0170.03311.13
5.2.90.0030.04711.19
5.2.80.0100.04711.27
5.2.70.0170.03011.07
5.2.60.0470.04010.92
5.2.50.0600.04711.18
5.2.40.0400.04010.99
5.2.30.0600.03311.05
5.2.20.0230.04711.04
5.2.10.0430.04710.90
5.2.00.0430.04010.79
5.1.60.0130.0339.86
5.1.50.0070.03710.16
5.1.40.0030.0409.98
5.1.30.0200.03010.21
5.1.20.0170.03010.30
5.1.10.0070.03710.09
5.1.00.0130.03010.07
5.0.50.0130.0208.34
5.0.40.0000.0338.44
5.0.30.0030.0438.09
5.0.20.0070.0308.14
5.0.10.0230.0208.12
5.0.00.0030.0438.06
4.4.90.0030.0235.79
4.4.80.0070.0205.77
4.4.70.0070.0235.84
4.4.60.0000.0235.85
4.4.50.0070.0205.74
4.4.40.0030.0375.76
4.4.30.0070.0205.85
4.4.20.0070.0205.81
4.4.10.0030.0275.83
4.4.00.0030.0375.90
4.3.110.0030.0235.86
4.3.100.0070.0205.75
4.3.90.0100.0235.67
4.3.80.0030.0435.73
4.3.70.0030.0205.74
4.3.60.0100.0175.66
4.3.50.0000.0275.66
4.3.40.0070.0335.73
4.3.30.0000.0234.57
4.3.20.0000.0234.41
4.3.10.0000.0234.50
4.3.00.0170.0176.92

preferences:
127.15 ms | 403 KiB | 5 Q