3v4l.org

run code in 300+ PHP versions simultaneously
<?php trait setData { static function setData( $data ) { DataCollector::collectedData( 'set', $data ); } } trait dataHandler { use setData; static function getCollectedData() { 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 $this; } } class DataCollector { use dataHandler { collectedData as public; } private static $CollectionData = array(); } class Form { use setData {} } class Field extends Form { public function __construct( $type, $text = NULL ) { self::setData( $type ); } } class A { use setData{} public function __construct( $type, $text = NULL ) { self::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.0160.00318.43
8.3.50.0090.01221.99
8.3.40.0090.00919.00
8.3.30.0180.00018.87
8.3.20.0080.00018.96
8.3.10.0070.00021.08
8.3.00.0040.00423.66
8.2.180.0160.00016.75
8.2.170.0150.00022.96
8.2.160.0090.00920.39
8.2.150.0000.00824.18
8.2.140.0050.00324.66
8.2.130.0020.00526.16
8.2.120.0040.00419.90
8.2.110.0060.00320.47
8.2.100.0040.00818.03
8.2.90.0000.00819.21
8.2.80.0030.00618.03
8.2.70.0050.00317.63
8.2.60.0080.00018.05
8.2.50.0060.00318.07
8.2.40.0030.00518.22
8.2.30.0040.00421.13
8.2.20.0000.00717.74
8.2.10.0000.00817.81
8.2.00.0100.00017.68
8.1.280.0070.01425.92
8.1.270.0070.00023.99
8.1.260.0050.00326.35
8.1.250.0050.00328.09
8.1.240.0030.01021.88
8.1.230.0040.00722.78
8.1.220.0090.00018.77
8.1.210.0040.00418.86
8.1.200.0000.00917.38
8.1.190.0000.00917.63
8.1.180.0000.00918.10
8.1.170.0080.00018.57
8.1.160.0020.00518.85
8.1.150.0040.00418.55
8.1.140.0040.00417.46
8.1.130.0000.00717.74
8.1.120.0000.00917.53
8.1.110.0060.00317.48
8.1.100.0050.00217.46
8.1.90.0050.00217.36
8.1.80.0050.00217.52
8.1.70.0000.00817.36
8.1.60.0040.00417.63
8.1.50.0000.00817.49
8.1.40.0000.00817.43
8.1.30.0000.00717.67
8.1.20.0000.00817.53
8.1.10.0030.00517.56
8.1.00.0020.00517.60
8.0.300.0090.00319.89
8.0.290.0070.00017.15
8.0.280.0000.00818.46
8.0.270.0030.00317.36
8.0.260.0060.00016.79
8.0.250.0040.00417.01
8.0.240.0050.00217.04
8.0.230.0050.00216.98
8.0.220.0000.00716.93
8.0.210.0000.00716.96
8.0.200.0040.00417.00
8.0.190.0030.00517.06
8.0.180.0030.00516.86
8.0.170.0040.00416.94
8.0.160.0040.00417.07
8.0.150.0020.00516.85
8.0.140.0030.00516.93
8.0.130.0030.00313.35
8.0.120.0040.00416.93
8.0.110.0050.00216.82
8.0.100.0050.00216.77
8.0.90.0000.00816.82
8.0.80.0110.00617.00
8.0.70.0070.00016.87
8.0.60.0000.00717.07
8.0.50.0000.00716.97
8.0.30.0110.01217.01
8.0.20.0120.00917.40
8.0.10.0050.00316.93
8.0.00.0060.01316.92
7.4.330.0050.00014.84
7.4.320.0040.00416.46
7.4.300.0030.00316.57
7.4.290.0040.00416.53
7.4.280.0070.00016.40
7.4.270.0030.00316.57
7.4.260.0000.00613.25
7.4.250.0040.00416.52
7.4.240.0030.00316.46
7.4.230.0000.00716.58
7.4.220.0040.00416.68
7.4.210.0070.00716.57
7.4.200.0000.00716.32
7.4.190.0040.00416.59
7.4.160.0060.01216.69
7.4.150.0160.00917.40
7.4.140.0110.00917.86
7.4.130.0120.00616.53
7.4.120.0100.00816.50
7.4.110.0120.01016.63
7.4.100.0120.01216.73
7.4.90.0120.00616.40
7.4.80.0070.01119.37
7.4.70.0120.00616.49
7.4.60.0040.01416.69
7.4.50.0060.00316.62
7.4.40.0040.01422.52
7.4.30.0100.01316.63
7.4.00.0100.00314.84
7.3.330.0000.00513.40
7.3.320.0070.00013.36
7.3.310.0070.00016.44
7.3.300.0050.00316.45
7.3.290.0070.00716.42
7.3.280.0080.00916.40
7.3.270.0090.01217.40
7.3.260.0070.01418.24
7.3.250.0070.01216.51
7.3.240.0070.01116.56
7.3.230.0100.00716.43
7.3.210.0090.00916.48
7.3.200.0200.00319.39
7.3.190.0100.01016.46
7.3.180.0120.00416.48
7.3.170.0060.01216.38
7.3.160.0100.00616.52
7.3.120.0100.00314.86
7.2.330.0160.00316.82
7.2.320.0120.01216.81
7.2.310.0090.00916.51
7.2.300.0180.00016.52
7.2.290.0040.01616.89
7.2.80.0060.00616.41
7.2.60.0070.00717.06
7.2.00.0110.00419.26
7.1.200.0060.00615.91
7.1.70.0070.00317.21
7.1.60.0000.01317.30
7.1.50.0070.01716.87
7.1.00.0030.03322.35
7.0.200.0070.00316.82
7.0.140.0030.07322.09
7.0.70.0070.05721.73
7.0.60.0000.08321.66
7.0.50.0070.07722.19
7.0.40.0070.08020.17
7.0.30.0200.05320.10
7.0.20.0070.07320.09
7.0.10.0100.05719.98
7.0.00.0030.08320.04
5.6.280.0100.06720.88
5.6.220.0100.06320.54
5.6.210.0070.05320.60
5.6.200.0030.06321.09
5.6.190.0030.08721.09
5.6.180.0030.09720.91
5.6.170.0100.07020.95
5.6.160.0100.07021.10
5.6.150.0030.07721.02
5.6.140.0070.08321.04
5.6.130.0100.04721.04
5.6.120.0100.08021.09
5.6.110.0100.07020.97
5.6.100.0030.09021.07
5.6.90.0070.05320.95
5.6.80.0070.07320.50
5.6.70.0030.04720.48
5.6.60.0100.05320.41
5.6.50.0070.07020.36
5.6.40.0000.08320.41
5.6.30.0030.06020.31
5.6.20.0000.08020.46
5.6.10.0070.08020.50
5.6.00.0030.06720.32
5.5.360.0030.06320.55
5.5.350.0000.09320.46
5.5.340.0000.09020.91
5.5.330.0030.09020.91
5.5.320.0030.08020.85
5.5.310.0070.04320.93
5.5.300.0030.08720.93
5.5.290.0000.08020.88
5.5.280.0100.07720.88
5.5.270.0000.05720.74
5.5.260.0100.08020.78
5.5.250.0030.05720.64
5.5.240.0100.07020.16
5.5.230.0070.05720.27
5.5.220.0000.06020.15
5.5.210.0030.08320.20
5.5.200.0130.06320.08
5.5.190.0030.08020.28
5.5.180.0030.05720.24
5.5.160.0070.05720.16
5.5.150.0000.05020.22
5.5.140.0070.07720.25
5.5.130.0070.04020.25
5.5.120.0030.07320.25
5.5.110.0000.08020.20
5.5.100.0170.06020.09
5.5.90.0030.08020.08
5.5.80.0070.07320.07
5.5.70.0070.07720.11
5.5.60.0030.07020.16
5.5.50.0030.04720.04
5.5.40.0100.07020.08
5.5.30.0130.07020.06
5.5.20.0170.07320.00
5.5.10.0070.05020.05
5.5.00.0000.06020.01
5.4.450.0000.05719.48
5.4.440.0000.09019.18
5.4.430.0070.08019.53
5.4.420.0130.07019.16
5.4.410.0000.06319.24
5.4.400.0070.07319.09
5.4.390.0030.08319.05
5.4.380.0070.07019.03
5.4.370.0030.08019.09
5.4.360.0030.08319.12
5.4.350.0070.06719.04
5.4.340.0100.05719.13
5.4.320.0030.05719.18
5.4.310.0030.05719.13
5.4.300.0030.07719.13
5.4.290.0000.06019.04
5.4.280.0030.07718.90
5.4.270.0030.07318.95
5.4.260.0000.07719.09
5.4.250.0170.05319.17
5.4.240.0070.06719.08
5.4.230.0100.05318.94
5.4.220.0100.07019.04
5.4.210.0070.05318.89
5.4.200.0000.06319.02
5.4.190.0100.04719.04
5.4.180.0070.07318.89
5.4.170.0000.06019.02
5.4.160.0030.07719.02
5.4.150.0030.06019.11
5.4.140.0070.07016.51
5.4.130.0030.05716.23
5.4.120.0000.06016.49
5.4.110.0030.05016.55
5.4.100.0000.07716.55
5.4.90.0070.06316.48
5.4.80.0070.07016.52
5.4.70.0030.06016.54
5.4.60.0070.06316.40
5.4.50.0070.06316.31
5.4.40.0000.07316.35
5.4.30.0070.07016.48
5.4.20.0000.06316.26
5.4.10.0030.07016.46
5.4.00.0030.07715.75
5.3.290.0070.05014.66
5.3.280.0070.04714.54
5.3.270.0070.08014.58
5.3.260.0130.06314.43
5.3.250.0070.06714.55
5.3.240.0000.08314.58
5.3.230.0030.06314.46
5.3.220.0100.07314.55
5.3.210.0000.08314.55
5.3.200.0070.03314.55
5.3.190.0000.05314.52
5.3.180.0000.07714.42
5.3.170.0070.07714.54
5.3.160.0070.07014.53
5.3.150.0030.07014.42
5.3.140.0000.07314.39
5.3.130.0000.06714.46
5.3.120.0000.06314.48
5.3.110.0070.05714.40
5.3.100.0000.06714.02
5.3.90.0000.07714.00
5.3.80.0030.07313.99
5.3.70.0070.07013.87
5.3.60.0000.08014.00
5.3.50.0000.05313.81
5.3.40.0030.06713.95
5.3.30.0030.07013.84
5.3.20.0030.07013.68
5.3.10.0030.05313.59
5.3.00.0000.03713.61
5.2.170.0070.06012.52
5.2.160.0070.04312.52
5.2.150.0070.06012.52
5.2.140.0070.06012.52
5.2.130.0070.06012.52
5.2.120.0070.05712.52
5.2.110.0070.03712.52
5.2.100.0000.06312.52
5.2.90.0030.04712.52
5.2.80.0030.06012.52
5.2.70.0000.06312.52
5.2.60.0030.05012.52
5.2.50.0070.04312.52
5.2.40.0000.05012.52
5.2.30.0030.04012.52
5.2.20.0000.04712.52
5.2.10.0000.06712.52
5.2.00.0000.06312.52
5.1.60.0030.05312.52
5.1.50.0030.05712.52
5.1.40.0070.05312.52
5.1.30.0030.05712.52
5.1.20.0070.05312.52
5.1.10.0030.04312.52
5.1.00.0030.05312.52
5.0.50.0030.03312.52
5.0.40.0030.04312.52
5.0.30.0030.07012.52
5.0.20.0070.04012.52
5.0.10.0000.05012.52
5.0.00.0000.05712.52
4.4.90.0000.03712.52
4.4.80.0000.03712.52
4.4.70.0000.03712.52
4.4.60.0000.03312.52
4.4.50.0000.02012.52
4.4.40.0000.05312.52
4.4.30.0030.02712.52
4.4.20.0000.03312.52
4.4.10.0030.03312.52
4.4.00.0000.04012.52
4.3.110.0000.03712.52
4.3.100.0030.03012.52
4.3.90.0030.03312.52
4.3.80.0030.03712.52
4.3.70.0000.03712.52
4.3.60.0000.03712.52
4.3.50.0030.03312.52
4.3.40.0000.04312.52
4.3.30.0000.03312.52
4.3.20.0030.03012.52
4.3.10.0030.03712.52
4.3.00.0030.03712.52

preferences:
49.79 ms | 401 KiB | 5 Q