3v4l.org

run code in 300+ PHP versions simultaneously
<?php trait DataCollector { static function setData( $data ) { DataCollector::collectedData( 'set', $data ); } private static function collectedData( $type, $value = NULL ) { static $CollectionData = array(); if( strtolower( $type ) === 'set' ) { $CollectionData[] = $value; var_dump($CollectionData); } elseif( strtolower( $type ) === 'get' ) var_dump($CollectionData); } private static function getCollectedData() { DataCollector::collectedData( 'get' ); } } trait dataHandler { use DataCollector { getCollectedData as public; collectedData as public; } } class Form { use DataCollector {} } class Field extends Form { public function __construct( $type, $text = NULL ) { DataCollector::setData( $type ); } } class A { use DataCollector{} public function __construct( $type, $text = NULL ) { DataCollector::setData( $type ); } } $Field1 = new Field( '1' ); $Field2 = new Field( '2' ); $A = new A( '3' ); DataCollector::setData('4'); dataHandler::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.0140.00716.63
8.3.50.0090.01022.07
8.3.40.0120.00318.62
8.3.30.0060.01018.91
8.3.20.0080.00020.20
8.3.10.0040.00423.66
8.3.00.0000.00819.51
8.2.180.0070.01318.54
8.2.170.0060.00922.96
8.2.160.0100.00320.18
8.2.150.0040.00424.18
8.2.140.0090.00024.66
8.2.130.0040.00426.16
8.2.120.0030.00522.13
8.2.110.0000.00822.27
8.2.100.0040.00718.03
8.2.90.0080.00019.21
8.2.80.0040.00417.97
8.2.70.0060.00317.47
8.2.60.0050.00518.04
8.2.50.0060.00318.07
8.2.40.0040.00418.22
8.2.30.0050.00218.00
8.2.20.0000.00717.89
8.2.10.0080.00017.79
8.2.00.0000.00817.86
8.1.280.0070.01025.92
8.1.270.0040.00423.91
8.1.260.0000.00826.35
8.1.250.0090.00028.09
8.1.240.0070.00323.91
8.1.230.0080.00418.99
8.1.220.0080.00017.79
8.1.210.0000.00818.77
8.1.200.0060.00317.35
8.1.190.0000.00817.63
8.1.180.0000.00818.10
8.1.170.0000.00818.46
8.1.160.0040.00422.00
8.1.150.0000.00718.55
8.1.140.0030.00617.46
8.1.130.0000.00717.91
8.1.120.0000.00717.44
8.1.110.0080.00017.51
8.1.100.0000.00717.37
8.1.90.0040.00417.42
8.1.80.0050.00317.50
8.1.70.0030.00317.45
8.1.60.0060.00317.50
8.1.50.0080.00017.48
8.1.40.0080.00017.51
8.1.30.0000.00917.58
8.1.20.0000.00817.48
8.1.10.0000.00817.57
8.1.00.0000.00817.40
8.0.300.0040.00418.77
8.0.290.0050.00217.18
8.0.280.0000.00718.45
8.0.270.0080.00017.23
8.0.260.0000.00616.88
8.0.250.0040.00417.02
8.0.240.0040.00417.02
8.0.230.0070.00017.05
8.0.220.0000.00716.95
8.0.210.0000.00916.86
8.0.200.0030.00317.04
8.0.190.0040.00417.04
8.0.180.0000.00716.87
8.0.170.0000.00817.02
8.0.160.0040.00416.83
8.0.150.0000.00716.94
8.0.140.0040.00416.94
8.0.130.0060.00313.34
8.0.120.0000.00916.88
8.0.110.0040.00416.91
8.0.100.0080.00016.93
8.0.90.0040.00417.00
8.0.80.0030.01516.90
8.0.70.0040.00416.87
8.0.60.0050.00217.07
8.0.50.0040.00417.00
8.0.30.0090.01017.14
8.0.20.0080.01117.40
8.0.10.0040.00417.07
8.0.00.0100.01216.79
7.4.330.0000.00515.01
7.4.320.0040.00416.64
7.4.300.0000.00616.45
7.4.290.0030.00316.65
7.4.280.0000.00716.61
7.4.270.0040.00416.52
7.4.260.0040.00416.38
7.4.250.0070.00016.43
7.4.240.0020.00616.58
7.4.230.0070.00016.70
7.4.220.0070.01116.63
7.4.210.0070.00916.62
7.4.200.0030.00316.58
7.4.190.0000.00816.69
7.4.160.0070.01016.52
7.4.150.0070.01017.40
7.4.140.0080.01417.86
7.4.130.0120.00516.49
7.4.120.0080.01016.47
7.4.110.0120.01216.51
7.4.100.0060.01116.50
7.4.90.0120.00616.43
7.4.80.0070.01019.39
7.4.70.0030.01516.36
7.4.60.0170.00016.48
7.4.50.0050.00016.52
7.4.40.0060.00922.77
7.4.30.0100.00716.51
7.4.00.0100.00715.21
7.3.330.0030.00313.35
7.3.320.0030.00313.39
7.3.310.0030.00516.26
7.3.300.0070.00016.41
7.3.290.0130.00216.33
7.3.280.0070.01316.42
7.3.270.0090.01217.40
7.3.260.0120.00816.50
7.3.250.0070.01016.42
7.3.240.0060.01316.37
7.3.230.0090.00916.46
7.3.210.0060.01216.62
7.3.200.0090.01219.39
7.3.190.0070.01116.59
7.3.180.0100.00616.51
7.3.170.0140.00716.47
7.3.160.0090.00916.50
7.3.120.0100.00715.02
7.2.330.0150.00316.69
7.2.320.0020.00516.56
7.2.310.0000.01916.70
7.2.300.0030.01316.72
7.2.290.0070.01616.57
7.2.60.0040.00716.79
7.2.00.0050.00819.46
7.1.200.0130.00015.55
7.1.100.0040.00818.00
7.1.70.0040.00717.03
7.1.60.0110.00019.31
7.1.50.0130.01016.89
7.1.00.0100.07022.45
7.0.200.0000.00816.53
7.0.140.0000.07722.04
7.0.100.0230.06719.94
7.0.90.0070.05019.94
7.0.80.0070.07719.82
7.0.70.0030.08719.89
7.0.60.0130.07019.94
7.0.50.0230.07320.35
7.0.40.0100.06320.10
7.0.30.0030.09020.02
7.0.20.0100.07019.99
7.0.10.0130.05719.98
7.0.00.0030.06719.98
5.6.280.0000.09721.04
5.6.250.0100.07320.52
5.6.240.0130.07320.66
5.6.230.0200.07320.62
5.6.220.0030.07320.57
5.6.210.0070.04320.70
5.6.200.0130.07721.05
5.6.190.0170.07721.13
5.6.180.0170.07721.06
5.6.170.0100.08321.02
5.6.160.0070.06721.01
5.6.150.0070.05320.89
5.6.140.0030.08021.09
5.6.130.0030.05720.97
5.6.120.0130.08720.90
5.6.110.0130.05721.05
5.6.100.0200.07320.91
5.6.90.0170.07021.07
5.6.80.0030.09020.38
5.6.70.0070.04320.40
5.6.60.0070.04020.46
5.6.50.0070.06020.39
5.6.40.0100.07720.45
5.6.30.0170.05720.42
5.6.20.0100.07720.41
5.6.10.0100.07320.25
5.6.00.0270.06320.34
5.5.380.0130.07020.41
5.5.370.0170.06720.45
5.5.360.0130.08020.49
5.5.350.0130.06020.42
5.5.340.0070.08720.86
5.5.330.0100.04720.88
5.5.320.0030.06720.76
5.5.310.0070.06320.84
5.5.300.0100.04720.72
5.5.290.0100.08320.85
5.5.280.0130.04720.61
5.5.270.0070.04720.84
5.5.260.0070.08320.87
5.5.250.0070.05720.69
5.5.240.0170.06020.24
5.5.230.0070.04320.21
5.5.220.0130.07320.05
5.5.210.0170.07020.07
5.5.200.0070.06720.14
5.5.190.0030.08020.17
5.5.180.0130.07720.09
5.5.160.0030.08020.23
5.5.150.0070.06720.10
5.5.140.0070.04020.21
5.5.130.0000.04719.94
5.5.120.0000.08320.11
5.5.110.0000.10019.95
5.5.100.0130.04720.06
5.5.90.0100.04320.13
5.5.80.0130.07320.06
5.5.70.0100.06720.06
5.5.60.0070.09319.89
5.5.50.0030.04719.99
5.5.40.0070.07719.89
5.5.30.0100.07720.11
5.5.20.0030.09020.10
5.5.10.0070.04319.94
5.5.00.0170.06020.11
5.4.450.0230.06719.51
5.4.440.0070.04019.18
5.4.430.0070.04319.45
5.4.420.0000.08719.36
5.4.410.0100.04019.33
5.4.400.0100.06319.05
5.4.390.0070.04019.03
5.4.380.0000.05019.21
5.4.370.0100.05019.21
5.4.360.0100.08718.95
5.4.350.0100.07018.85
5.4.340.0130.06319.13
5.4.320.0130.07019.16
5.4.310.0030.07019.18
5.4.300.0100.06019.04
5.4.290.0070.07719.24
5.4.280.0100.07019.23
5.4.270.0130.06718.87
5.4.260.0200.06319.13
5.4.250.0030.07719.22
5.4.240.0070.07319.02
5.4.230.0100.04318.90
5.4.220.0130.05719.17
5.4.210.0070.07719.12
5.4.200.0030.05719.20
5.4.190.0070.07319.12
5.4.180.0170.03319.11
5.4.170.0130.03719.09
5.4.160.0070.06719.02
5.4.150.0000.05719.02
5.4.140.0030.04016.41
5.4.130.0100.06016.32
5.4.120.0100.06016.42
5.4.110.0170.06316.54
5.4.100.0200.06716.44
5.4.90.0030.07316.48
5.4.80.0030.07016.44
5.4.70.0100.06316.38
5.4.60.0000.05316.46
5.4.50.0070.06716.36
5.4.40.0000.04716.52
5.4.30.0070.07316.46
5.4.20.0130.06316.47
5.4.10.0170.03316.54
5.4.00.0030.07315.85
5.3.290.0070.08714.67
5.3.280.0000.08014.57
5.3.270.0030.08314.44
5.3.260.0000.04314.57
5.3.250.0030.07714.58
5.3.240.0070.07014.57
5.3.230.0070.08714.57
5.3.220.0070.06014.51
5.3.210.0070.07314.39
5.3.200.0030.08014.57
5.3.190.0100.07014.53
5.3.180.0100.06314.53
5.3.170.0030.06314.40
5.3.160.0070.05714.42
5.3.150.0070.07314.42
5.3.140.0000.04714.56
5.3.130.0070.07014.53
5.3.120.0070.04314.56
5.3.110.0070.07014.54
5.3.100.0100.06014.04
5.3.90.0170.06014.02
5.3.80.0100.04313.96
5.3.70.0070.06314.00
5.3.60.0070.05313.85
5.3.50.0100.06313.85
5.3.40.0030.05313.94
5.3.30.0130.05313.89
5.3.20.0000.07013.55
5.3.10.0070.07013.57
5.3.00.0100.06013.49
5.2.170.0000.03010.93
5.2.160.0070.05011.19
5.2.150.0100.03311.13
5.2.140.0070.03011.10
5.2.130.0030.03311.08
5.2.120.0070.06011.16
5.2.110.0070.03310.89
5.2.100.0100.05011.15
5.2.90.0100.05710.89
5.2.80.0070.04311.08
5.2.70.0030.06011.09
5.2.60.0030.06010.99
5.2.50.0000.06711.02
5.2.40.0100.05310.95
5.2.30.0030.04310.79
5.2.20.0070.05710.96
5.2.10.0130.05010.87
5.2.00.0100.05710.63
5.1.60.0000.0579.99
5.1.50.0070.04710.00
5.1.40.0000.0539.82
5.1.30.0030.05310.37
5.1.20.0030.05310.27
5.1.10.0000.06310.07
5.1.00.0030.03010.07
5.0.50.0000.0478.39
5.0.40.0100.0478.47
5.0.30.0070.0678.26
5.0.20.0030.0378.25
5.0.10.0070.0208.21
5.0.00.0000.0478.00
4.4.90.0030.0207.49
4.4.80.0000.0377.49
4.4.70.0030.0337.49
4.4.60.0000.0307.49
4.4.50.0030.0377.49
4.4.40.0030.0537.49
4.4.30.0100.0307.49
4.4.20.0000.0407.49
4.4.10.0000.0377.49
4.4.00.0000.0537.49
4.3.110.0070.0307.49
4.3.100.0000.0307.49
4.3.90.0070.0207.49
4.3.80.0000.0337.49
4.3.70.0070.0307.49
4.3.60.0030.0337.49
4.3.50.0030.0277.49
4.3.40.0100.0407.49
4.3.30.0030.0277.49
4.3.20.0000.0337.49
4.3.10.0000.0277.49
4.3.00.0000.0377.49

preferences:
41.55 ms | 401 KiB | 5 Q