3v4l.org

run code in 300+ PHP versions simultaneously
<?php trait setData { static function setData( $data ) { DataCollector::collectedData( 'set', $data ); } } trait dataHandler { use setData; private static function getCollectedData() { return DataCollector::collectedData( 'get' ); } private static function collectedData( $type, $value = NULL ) { if( strtolower( $type ) === 'set' ) { DataCollector::$CollectionData[] = $value; var_dump( DataCollector::$CollectionData ); } elseif( strtolower( $type ) === 'get' ) return DataCollector::$CollectionData; } } class DataCollector { use dataHandler { getCollectedData as public; collectedData as public; } private static $CollectionData = array(); } class Form { use setData {} } class Field extends Form { public function __construct( $type, $text = NULL ) { $this->setData( $type ); } } class A { use setData{} public function __construct( $type, $text = NULL ) { $this->setData( $type ); } } $Field1 = new Field( '1' ); $Field2 = new Field( '2' ); $A = new A( '3' ); DataCollector::setData('4'); dataHandler::setData('5'); var_dump( DataCollector::getCollectedData() );

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.3.60.0130.00716.88
8.3.50.0140.00322.07
8.3.40.0120.00318.87
8.3.30.0060.00818.82
8.3.20.0040.00420.34
8.3.10.0040.00423.55
8.3.00.0050.00320.67
8.2.180.0180.00418.42
8.2.170.0110.00722.96
8.2.160.0060.00922.08
8.2.150.0030.00524.18
8.2.140.0040.00424.66
8.2.130.0080.00026.16
8.2.120.0060.00320.47
8.2.110.0000.00922.13
8.2.100.0100.00717.97
8.2.90.0060.00319.35
8.2.80.0050.00318.03
8.2.70.0050.00317.50
8.2.60.0040.00717.90
8.2.50.0040.00418.07
8.2.40.0040.00418.34
8.2.30.0030.00518.20
8.2.20.0000.00817.78
8.2.10.0000.00819.44
8.2.00.0080.00017.71
8.1.280.0080.00625.92
8.1.270.0040.00423.99
8.1.260.0040.00426.35
8.1.250.0000.00828.09
8.1.240.0060.00323.91
8.1.230.0000.01118.97
8.1.220.0050.00317.79
8.1.210.0060.00318.77
8.1.200.0030.00617.35
8.1.190.0040.00417.28
8.1.180.0080.00018.10
8.1.170.0050.00318.59
8.1.160.0000.00722.04
8.1.150.0000.00718.62
8.1.140.0070.00017.43
8.1.130.0080.00017.83
8.1.120.0040.00417.51
8.1.110.0080.00017.52
8.1.100.0080.00017.39
8.1.90.0000.00817.38
8.1.80.0080.00017.50
8.1.70.0050.00317.32
8.1.60.0060.00317.53
8.1.50.0030.00517.53
8.1.40.0000.00817.57
8.1.30.0000.00817.59
8.1.20.0000.00817.71
8.1.10.0000.00917.61
8.1.00.0000.00817.53
8.0.300.0040.00418.77
8.0.290.0030.00617.05
8.0.280.0070.00018.38
8.0.270.0000.00817.28
8.0.260.0030.00316.89
8.0.250.0040.00416.91
8.0.240.0050.00517.01
8.0.230.0000.00716.95
8.0.220.0070.00016.99
8.0.210.0000.00716.95
8.0.200.0070.00016.86
8.0.190.0000.00816.87
8.0.180.0000.00816.97
8.0.170.0040.00416.84
8.0.160.0040.00416.94
8.0.150.0040.00416.77
8.0.140.0000.00816.92
8.0.130.0030.00313.22
8.0.120.0000.00716.79
8.0.110.0040.00416.90
8.0.100.0040.00416.89
8.0.90.0030.00516.94
8.0.80.0140.00616.95
8.0.70.0040.00416.72
8.0.60.0040.00416.77
8.0.50.0000.00717.02
8.0.30.0130.01017.06
8.0.20.0130.00717.43
8.0.10.0030.00516.84
8.0.00.0130.00616.86
7.4.330.0050.00015.07
7.4.320.0030.00316.61
7.4.300.0000.00616.45
7.4.290.0050.00216.57
7.4.280.0050.00316.61
7.4.270.0040.00416.55
7.4.260.0030.00516.61
7.4.250.0000.00816.50
7.4.240.0050.00216.54
7.4.230.0030.00316.42
7.4.220.0060.01316.66
7.4.210.0040.01116.65
7.4.200.0030.00316.63
7.4.190.0030.00316.59
7.4.160.0090.00916.64
7.4.150.0060.01317.40
7.4.140.0110.00717.86
7.4.130.0100.00716.57
7.4.120.0090.01016.47
7.4.110.0070.01116.44
7.4.100.0150.00616.71
7.4.90.0130.01016.54
7.4.80.0110.01116.40
7.4.70.0070.01016.65
7.4.60.0080.00816.48
7.4.50.0060.00316.32
7.4.40.0060.01022.77
7.4.30.0100.00716.63
7.4.00.0060.01215.05
7.3.330.0030.00313.30
7.3.320.0000.00513.09
7.3.310.0000.00716.42
7.3.300.0000.00816.34
7.3.290.0080.01416.29
7.3.280.0080.01116.33
7.3.270.0050.01317.40
7.3.260.0120.01216.36
7.3.250.0140.00616.46
7.3.240.0060.01216.63
7.3.230.0100.00716.48
7.3.210.0120.00916.41
7.3.200.0140.00519.39
7.3.190.0150.00416.54
7.3.180.0170.00616.20
7.3.170.0070.01116.39
7.3.160.0060.01016.33
7.3.120.0060.01214.74
7.3.110.0100.00814.77
7.3.100.0020.01614.61
7.3.90.0080.00814.70
7.3.80.0060.00614.67
7.3.70.0060.00814.82
7.3.60.0040.00914.59
7.3.50.0100.00514.78
7.3.40.0080.00814.74
7.3.30.0080.00514.96
7.3.20.0090.00516.45
7.3.10.0090.00816.73
7.3.00.0060.00916.55
7.2.330.0130.00616.59
7.2.320.0100.00816.48
7.2.310.0110.00716.59
7.2.300.0130.00416.88
7.2.290.0110.00816.59
7.2.250.0090.01114.90
7.2.240.0150.00515.17
7.2.230.0060.01115.02
7.2.220.0060.00915.17
7.2.210.0050.01215.15
7.2.200.0070.00815.08
7.2.190.0070.00715.05
7.2.180.0080.00615.05
7.2.170.0070.00715.17
7.2.60.0060.00916.98
7.2.00.0030.01319.38
7.1.330.0060.00815.90
7.1.320.0080.00515.78
7.1.310.0080.00715.74
7.1.300.0060.00815.77
7.1.290.0020.01215.62
7.1.280.0050.00815.75
7.1.270.0060.00415.79
7.1.260.0070.00515.80
7.1.200.0040.01215.58
7.1.100.0000.01218.18
7.1.70.0090.00617.16
7.1.60.0070.01319.29
7.1.50.0040.01816.91
7.1.00.0030.07722.43
7.0.200.0000.00916.51
7.0.140.0100.06722.18
7.0.100.0130.04320.18
7.0.90.0100.08319.89
7.0.80.0170.06720.14
7.0.70.0070.07719.93
7.0.60.0200.06719.94
7.0.50.0000.08720.32
7.0.40.0130.05720.07
7.0.30.0070.05319.95
7.0.20.0100.04320.10
7.0.10.0000.05020.18
7.0.00.0030.07320.18
5.6.280.0000.07721.06
5.6.250.0030.06720.77
5.6.240.0030.08720.52
5.6.230.0100.06320.62
5.6.220.0030.08720.50
5.6.210.0100.07020.60
5.6.200.0130.07321.13
5.6.190.0100.04021.06
5.6.180.0130.06720.96
5.6.170.0030.08021.19
5.6.160.0100.08021.14
5.6.150.0100.06721.05
5.6.140.0100.07721.05
5.6.130.0130.08021.04
5.6.120.0030.08321.03
5.6.110.0100.07721.14
5.6.100.0130.06021.11
5.6.90.0130.08321.13
5.6.80.0000.07720.45
5.6.70.0070.07720.50
5.6.60.0100.03720.46
5.6.50.0200.02720.44
5.6.40.0170.03720.47
5.6.30.0000.07320.39
5.6.20.0100.05720.48
5.6.10.0170.06720.43
5.6.00.0170.07020.43
5.5.380.0130.07320.41
5.5.370.0030.05020.36
5.5.360.0070.08320.43
5.5.350.0030.06320.35
5.5.340.0100.04320.85
5.5.330.0100.07320.92
5.5.320.0030.08720.89
5.5.310.0030.08320.95
5.5.300.0130.07320.90
5.5.290.0070.07720.93
5.5.280.0030.04720.79
5.5.270.0100.07320.84
5.5.260.0130.06720.64
5.5.250.0130.07720.59
5.5.240.0070.06020.18
5.5.230.0030.07320.20
5.5.220.0070.08020.17
5.5.210.0070.08020.30
5.5.200.0030.05720.25
5.5.190.0130.05720.24
5.5.180.0100.07320.14
5.5.160.0170.04020.16
5.5.150.0130.06320.29
5.5.140.0000.04320.23
5.5.130.0070.07320.29
5.5.120.0170.06020.10
5.5.110.0100.07320.21
5.5.100.0070.05320.12
5.5.90.0030.04320.16
5.5.80.0070.04320.08
5.5.70.0170.06720.06
5.5.60.0000.06320.01
5.5.50.0070.08320.16
5.5.40.0030.04720.07
5.5.30.0030.04320.07
5.5.20.0070.03720.13
5.5.10.0030.08720.11
5.5.00.0030.05720.06
5.4.450.0130.07019.27
5.4.440.0070.06719.20
5.4.430.0030.05719.46
5.4.420.0170.07319.53
5.4.410.0030.06719.22
5.4.400.0100.06719.04
5.4.390.0070.05719.22
5.4.380.0100.06019.14
5.4.370.0070.03719.02
5.4.360.0130.04018.82
5.4.350.0030.08019.23
5.4.340.0030.05318.89
5.4.320.0230.06318.91
5.4.310.0000.04319.16
5.4.300.0170.06019.20
5.4.290.0100.04019.13
5.4.280.0100.03318.94
5.4.270.0100.04719.09
5.4.260.0130.07019.14
5.4.250.0170.04018.87
5.4.240.0070.07018.91
5.4.230.0030.06319.04
5.4.220.0030.04019.18
5.4.210.0030.06019.22
5.4.200.0030.04018.93
5.4.190.0030.03719.13
5.4.180.0030.04019.13
5.4.170.0100.06018.86
5.4.160.0100.06019.11
5.4.150.0070.04719.02
5.4.140.0100.04316.52
5.4.130.0000.05316.48
5.4.120.0030.03316.49
5.4.110.0130.06016.39
5.4.100.0100.07316.42
5.4.90.0000.07316.48
5.4.80.0100.07016.51
5.4.70.0070.07316.54
5.4.60.0070.04016.36
5.4.50.0070.07316.43
5.4.40.0070.02716.43
5.4.30.0170.02316.47
5.4.20.0000.07316.35
5.4.10.0070.06016.47
5.4.00.0100.03015.86
5.3.290.0000.07314.58
5.3.280.0130.07014.59
5.3.270.0030.07014.61
5.3.260.0000.07714.59
5.3.250.0030.06714.58
5.3.240.0000.04014.54
5.3.230.0100.03314.56
5.3.220.0030.07714.43
5.3.210.0030.05014.40
5.3.200.0070.05014.56
5.3.190.0070.07714.53
5.3.180.0100.07314.47
5.3.170.0030.08014.52
5.3.160.0100.07314.40
5.3.150.0070.06714.54
5.3.140.0070.05714.53
5.3.130.0070.07714.56
5.3.120.0030.07014.52
5.3.110.0070.07014.54
5.3.100.0030.05313.91
5.3.90.0000.04014.00
5.3.80.0130.02713.96
5.3.70.0130.06713.96
5.3.60.0000.07713.91
5.3.50.0130.02313.80
5.3.40.0130.06313.80
5.3.30.0030.05013.84
5.3.20.0070.07313.70
5.3.10.0070.07013.63
5.3.00.0030.04013.50
5.2.170.0030.06311.57
5.2.160.0100.05011.57
5.2.150.0070.06311.57
5.2.140.0030.06011.57
5.2.130.0070.04011.57
5.2.120.0030.07311.57
5.2.110.0100.05311.57
5.2.100.0030.06311.57
5.2.90.0030.03011.57
5.2.80.0030.05711.57
5.2.70.0030.06311.57
5.2.60.0070.04311.57
5.2.50.0070.04011.57
5.2.40.0070.06011.57
5.2.30.0000.03311.57
5.2.20.0030.02711.57
5.2.10.0100.05011.57
5.2.00.0070.05011.57
5.1.60.0000.03711.57
5.1.50.0070.05011.57
5.1.40.0000.06011.57
5.1.30.0000.02311.57
5.1.20.0070.04311.57
5.1.10.0070.02011.57
5.1.00.0070.05711.57
5.0.50.0000.02011.57
5.0.40.0030.04711.57
5.0.30.0070.02711.57
5.0.20.0070.03711.57
5.0.10.0000.04311.57
5.0.00.0030.05011.57
4.4.90.0000.03711.57
4.4.80.0000.01311.57
4.4.70.0000.02711.57
4.4.60.0030.03311.57
4.4.50.0030.02711.57
4.4.40.0000.05311.57
4.4.30.0000.02711.57
4.4.20.0000.01711.57
4.4.10.0000.03711.57
4.4.00.0000.05311.57
4.3.110.0000.01711.57
4.3.100.0030.01711.57
4.3.90.0000.03011.57
4.3.80.0030.05011.57
4.3.70.0070.03011.57
4.3.60.0030.03011.57
4.3.50.0000.03011.57
4.3.40.0000.03011.57
4.3.30.0000.03311.57
4.3.20.0000.03311.57
4.3.10.0070.03011.57
4.3.00.0030.02711.57

preferences:
33.9 ms | 401 KiB | 5 Q