3v4l.org

run code in 500+ PHP versions simultaneously
<?php # Given two classes with the same property name but different visibility class WithPublic { public $property; function __construct( $p ) { $this->property = $p; } function getProperty() { return $this->property; } } class WithPrivate { private $property; function __construct( $p ) { $this->property = $p; } function getProperty() { return $this->property; } } $priv = new WithPrivate( 'value' ); $cache = serialize( $priv ); $mut_priv_to_pub = unserialize( str_replace( '11:"WithPrivate"', '10:"WithPublic"', $cache) ); var_dump( $mut_priv_to_pub ); # class WithPublic#4 (2) { # public $property => # NULL # private $property => # string(5) "value" # } var_export( $mut_priv_to_pub->getProperty() ); # On Zend PHP: NULL # On HHVM 3.15.4, 3.17.1: 'value'

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.80.0100.00716.86
8.5.70.0090.00718.68
8.5.60.0120.00516.86
8.5.50.0120.00618.45
8.5.30.0040.00320.21
8.5.20.0080.01020.11
8.5.10.0080.01019.44
8.5.00.0120.00819.96
8.4.230.0130.00819.65
8.4.220.0090.00719.63
8.4.210.0110.01119.66
8.4.180.0150.00719.70
8.4.170.0150.00721.76
8.4.160.0140.00922.06
8.4.150.0090.00316.86
8.4.140.0120.00917.77
8.4.130.0070.00318.71
8.4.120.0110.00624.38
8.4.110.0120.00819.01
8.4.100.0060.00617.68
8.4.90.0100.01119.64
8.4.80.0120.00817.83
8.4.70.0100.01017.84
8.4.60.0070.00318.70
8.4.50.0110.00619.04
8.4.40.0170.00319.57
8.4.30.0100.01017.79
8.4.20.0160.00319.34
8.4.10.0050.00517.65
8.3.320.0060.00218.49
8.3.310.0070.00918.34
8.3.300.0130.00818.30
8.3.290.0080.01120.80
8.3.280.0100.01420.62
8.3.270.0130.00616.67
8.3.260.0130.00916.61
8.3.250.0120.00619.03
8.3.240.0110.00817.05
8.3.230.0090.01016.47
8.3.220.0090.00417.29
8.3.210.0130.00616.65
8.3.200.0060.00616.66
8.3.190.0060.00217.32
8.3.180.0080.01016.73
8.3.170.0070.01116.74
8.3.160.0150.00417.03
8.3.150.0150.00317.42
8.3.140.0130.00616.69
8.3.130.0040.00418.45
8.3.120.0100.01020.98
8.3.110.0000.00920.94
8.3.100.0060.00317.04
8.3.90.0080.00026.77
8.3.80.0090.00016.63
8.3.70.0070.00716.88
8.3.60.0080.01218.52
8.3.50.0120.00922.99
8.3.40.0040.01118.84
8.3.30.0140.00718.70
8.3.20.0040.00423.61
8.3.10.0000.00823.68
8.3.00.0040.00422.09
8.2.320.0130.00818.12
8.2.310.0140.00618.10
8.2.300.0100.00920.31
8.2.290.0090.00720.66
8.2.280.0140.00918.52
8.2.270.0130.00616.58
8.2.260.0060.00919.08
8.2.250.0060.00316.71
8.2.240.0040.01616.89
8.2.230.0100.00022.58
8.2.220.0090.00024.06
8.2.210.0080.00026.77
8.2.200.0090.00316.88
8.2.190.0160.00616.63
8.2.180.0030.01016.63
8.2.170.0140.00318.91
8.2.160.0140.00322.96
8.2.150.0040.00425.66
8.2.140.0040.00724.66
8.2.130.0080.00026.16
8.2.120.0000.01020.46
8.2.110.0000.00921.04
8.2.100.0060.00617.78
8.2.90.0040.00417.91
8.2.80.0030.00617.97
8.2.70.0000.00917.38
8.2.60.0040.00417.92
8.2.50.0090.00018.07
8.2.40.0080.00019.66
8.2.30.0060.00318.03
8.2.20.0000.00717.98
8.2.10.0040.00418.00
8.2.00.0000.00717.68
8.1.340.0050.00420.10
8.1.330.0040.00422.11
8.1.320.0060.00415.93
8.1.310.0090.00018.66
8.1.300.0090.00016.21
8.1.290.0050.00518.88
8.1.280.0030.01225.92
8.1.270.0080.00022.19
8.1.260.0160.00326.35
8.1.250.0030.00728.09
8.1.240.0060.00319.14
8.1.230.0070.00421.04
8.1.220.0040.00417.74
8.1.210.0000.00818.79
8.1.200.0030.00817.25
8.1.190.0060.00317.10
8.1.180.0030.00618.10
8.1.170.0000.00718.61
8.1.160.0000.00718.77
8.1.150.0040.00418.64
8.1.140.0040.00419.37
8.1.130.0000.00718.93
8.1.120.0000.00717.47
8.1.110.0030.00617.38
8.1.100.0050.00217.30
8.1.90.0050.00217.41
8.1.80.0000.00817.40
8.1.70.0030.00317.41
8.1.60.0080.00017.52
8.1.50.0000.00817.46
8.1.40.0040.00417.55
8.1.30.0040.00417.58
8.1.20.0050.00317.66
8.1.10.0080.00017.50
8.1.00.0040.00417.45
8.0.300.0070.00019.84
8.0.290.0040.00416.63
8.0.280.0030.00318.39
8.0.270.0030.00317.24
8.0.260.0000.00617.27
8.0.250.0000.00716.96
8.0.240.0040.00416.97
8.0.230.0030.00316.82
8.0.220.0000.00716.85
8.0.210.0030.00316.78
8.0.200.0050.00316.82
8.0.190.0000.00716.95
8.0.180.0080.00016.96
8.0.170.0030.00316.82
8.0.160.0000.00716.97
8.0.150.0000.00716.83
8.0.140.0000.00716.75
8.0.130.0000.00613.30
8.0.120.0040.00416.90
8.0.110.0040.00416.86
8.0.100.0020.00516.85
8.0.90.0040.00417.02
8.0.80.0060.01016.86
8.0.70.0070.00017.02
8.0.60.0020.00516.95
8.0.50.0040.00416.86
8.0.30.0070.01117.08
8.0.20.0100.01017.40
8.0.10.0040.00416.98
8.0.00.0060.01216.93
7.4.330.0060.00015.55
7.4.320.0000.00616.51
7.4.300.0070.00016.62
7.4.290.0000.00716.52
7.4.280.0060.00316.48
7.4.270.0060.00316.58
7.4.260.0030.00616.42
7.4.250.0040.00416.53
7.4.240.0050.00216.62
7.4.230.0000.00716.71
7.4.220.0070.01116.66
7.4.210.0090.00716.55
7.4.200.0040.00416.32
7.4.160.0080.00816.40
7.4.150.0160.00917.40
7.4.140.0110.00917.86
7.4.130.0080.00916.49
7.4.120.0160.00616.52
7.4.110.0140.00416.47
7.4.100.0080.01116.39
7.4.90.0030.01416.65
7.4.80.0150.00319.39
7.4.70.0080.00816.67
7.4.60.0100.00716.43
7.4.50.0070.00316.59
7.4.40.0110.00916.54
7.4.30.0120.00916.77
7.4.00.0090.00614.99
7.3.330.0050.00313.10
7.3.320.0000.00613.06
7.3.310.0040.00416.10
7.3.300.0030.00316.11
7.3.290.0100.00616.24
7.3.280.0100.00816.26
7.3.270.0070.01117.40
7.3.260.0100.00816.40
7.3.250.0110.00816.29
7.3.240.0110.01116.43
7.3.230.0070.01016.60
7.3.210.0070.01116.32
7.3.200.0130.01016.56
7.3.190.0030.01316.37
7.3.180.0030.01316.28
7.3.170.0130.00516.45
7.3.160.0060.01016.32
7.2.330.0150.00316.69
7.2.320.0060.01116.43
7.2.310.0140.00416.75
7.2.300.0110.01116.68
7.2.290.0000.01716.75
7.2.80.0030.00916.48
7.2.60.0030.00716.87
7.2.00.0030.01019.34
7.1.200.0080.00415.75
7.1.100.0080.00817.93
7.1.70.0040.00416.88
7.1.60.0080.00417.34
7.1.50.0040.00716.93
7.1.10.0070.06322.19
7.1.00.0000.08022.38
7.0.200.0030.01016.57
7.0.150.0100.05321.89
7.0.140.0100.06321.89
7.0.130.0100.05021.97
7.0.120.0100.05721.90
7.0.110.0070.05721.98
7.0.100.0000.06321.86
7.0.90.0030.06021.89
7.0.80.0100.06721.91
7.0.70.0100.05021.86
7.0.60.0030.06021.78
7.0.50.0170.04721.94
7.0.40.0000.06021.93
7.0.30.0130.04721.99
7.0.20.0070.05321.86
7.0.10.0070.05321.92
7.0.00.0030.05721.92

preferences:
118.13 ms | 1496 KiB | 5 Q