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' ) { $CollectionData[] = $value; var_dump($CollectionData); } elseif( strtolower( $type ) === 'get' ) return self::$CollectionData; } } 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 ) { DataCollector::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.0140.00716.88
8.3.50.0100.00816.47
8.3.40.0090.00618.96
8.3.30.0120.00318.90
8.3.20.0040.00418.82
8.3.10.0040.00418.91
8.3.00.0040.00419.25
8.2.180.0120.00318.54
8.2.170.0090.01222.96
8.2.160.0070.01018.83
8.2.150.0040.00424.18
8.2.140.0080.00024.66
8.2.130.0050.00326.16
8.2.120.0040.00420.69
8.2.110.0030.00719.43
8.2.100.0110.00017.91
8.2.90.0030.00621.25
8.2.80.0030.00619.28
8.2.70.0000.00817.50
8.2.60.0030.00517.93
8.2.50.0040.00418.07
8.2.40.0040.00418.09
8.2.30.0050.00318.09
8.2.20.0040.00417.63
8.2.10.0070.00017.78
8.2.00.0050.00217.77
8.1.280.0100.01025.92
8.1.270.0050.00324.66
8.1.260.0040.00426.35
8.1.250.0040.00428.09
8.1.240.0030.00622.53
8.1.230.0080.00420.84
8.1.220.0090.00017.79
8.1.210.0030.00618.88
8.1.200.0060.00317.35
8.1.190.0000.00917.52
8.1.180.0090.00018.10
8.1.170.0000.00818.91
8.1.160.0040.00418.92
8.1.150.0040.00418.66
8.1.140.0050.00217.39
8.1.130.0040.00417.91
8.1.120.0040.00417.43
8.1.110.0030.00517.48
8.1.100.0040.00317.50
8.1.90.0040.00417.46
8.1.80.0000.00717.42
8.1.70.0030.00317.45
8.1.60.0000.00817.60
8.1.50.0000.00817.55
8.1.40.0030.00517.42
8.1.30.0040.00417.61
8.1.20.0040.00417.59
8.1.10.0040.00417.48
8.1.00.0000.00917.50
8.0.300.0040.00419.96
8.0.290.0000.00716.75
8.0.280.0070.00018.39
8.0.270.0030.00317.34
8.0.260.0000.00816.72
8.0.250.0070.00017.00
8.0.240.0040.00416.98
8.0.230.0040.00316.86
8.0.220.0030.00316.80
8.0.210.0080.00016.78
8.0.200.0030.00316.94
8.0.190.0070.00316.98
8.0.180.0030.00716.83
8.0.170.0040.00416.78
8.0.160.0000.00716.80
8.0.150.0060.00316.89
8.0.140.0050.00316.75
8.0.130.0030.00313.43
8.0.120.0030.00516.82
8.0.110.0040.00316.93
8.0.100.0040.00416.73
8.0.90.0030.00517.03
8.0.80.0060.00916.88
8.0.70.0040.00416.87
8.0.60.0000.00817.02
8.0.50.0040.00416.95
8.0.30.0120.00916.99
8.0.20.0160.00317.06
8.0.10.0070.00016.89
8.0.00.0130.01016.85
7.4.330.0030.00313.00
7.4.320.0030.00616.63
7.4.300.0030.00316.63
7.4.290.0050.00516.61
7.4.280.0030.00616.52
7.4.270.0040.00416.63
7.4.260.0050.00213.23
7.4.250.0080.00016.61
7.4.240.0040.00316.56
7.4.230.0070.00016.28
7.4.220.0070.01116.51
7.4.210.0050.01016.63
7.4.200.0040.00416.55
7.4.190.0070.00016.39
7.4.160.0030.01316.33
7.4.150.0100.00716.32
7.4.140.0070.01016.57
7.4.130.0120.00816.36
7.4.120.0080.01016.51
7.4.110.0040.01216.70
7.4.100.0120.00616.36
7.4.90.0110.00616.64
7.4.80.0070.01519.39
7.4.70.0090.00916.41
7.4.60.0100.00716.50
7.4.50.0040.00416.22
7.4.40.0070.01316.61
7.4.30.0130.00916.64
7.4.00.0000.01614.94
7.3.330.0000.00713.27
7.3.320.0000.00513.19
7.3.310.0000.00716.14
7.3.300.0080.00016.39
7.3.290.0100.00616.32
7.3.280.0050.01316.32
7.3.270.0110.01216.46
7.3.260.0100.01316.52
7.3.250.0110.00616.52
7.3.240.0000.01716.65
7.3.230.0060.01516.56
7.3.210.0120.00416.27
7.3.200.0060.01216.45
7.3.190.0030.01616.29
7.3.180.0100.01016.60
7.3.170.0160.00016.39
7.3.160.0090.01316.22
7.3.120.0070.00714.56
7.3.10.0130.00316.35
7.3.00.0120.00716.39
7.2.330.0090.00916.70
7.2.320.0120.00616.69
7.2.310.0110.01516.84
7.2.300.0140.00316.80
7.2.290.0100.00716.85
7.2.130.0120.00716.76
7.2.120.0120.00916.66
7.2.110.0100.00716.47
7.2.100.0100.00716.62
7.2.90.0140.00316.70
7.2.80.0110.00816.80
7.2.70.0170.00716.99
7.2.60.0090.00816.88
7.2.50.0110.00616.65
7.2.40.0080.00816.58
7.2.30.0100.00516.69
7.2.20.0100.00916.94
7.2.10.0100.00616.83
7.2.00.0070.00717.75
7.1.250.0090.00715.46
7.1.200.0040.00815.55
7.1.100.0100.00317.88
7.1.70.0000.00717.30
7.1.60.0100.01619.40
7.1.50.0100.01316.89
7.1.00.0000.03722.48
7.0.200.0000.00816.76
7.0.140.0030.07322.12
7.0.120.0030.07322.05
7.0.60.0030.05719.80
7.0.50.0100.04017.87
7.0.40.0100.07320.11
7.0.30.0200.04720.33
7.0.20.0300.07020.20
7.0.10.0330.08020.23
7.0.00.0070.05720.09
5.6.210.0070.08020.64
5.6.200.0070.04318.29
5.6.190.0070.08720.48
5.6.180.0230.04320.42
5.6.170.0230.03720.47
5.6.160.0130.05020.46
5.6.150.0070.04318.18
5.6.140.0070.07318.18
5.6.130.0030.06318.13
5.6.120.0170.06021.00
5.6.110.0130.05320.96
5.6.100.0170.07721.10
5.6.90.0030.04321.05
5.6.80.0030.06720.52
5.6.70.0230.07720.48
5.5.350.0200.04720.45
5.5.340.0070.03318.09
5.5.330.0030.09020.57
5.5.320.0230.05320.38
5.5.310.0300.06020.32
5.5.300.0070.03718.02
5.5.290.0030.04017.98
5.5.280.0130.05720.87
5.5.270.0070.04720.66
5.5.260.0130.07020.89
5.5.250.0100.08020.70
5.5.240.0030.04020.37
5.4.450.0100.07319.48
5.4.440.0070.04319.48
5.4.430.0070.08019.24
5.4.420.0000.04319.20
5.4.410.0030.04019.44
5.4.400.0030.06319.20
5.4.390.0070.06319.09
5.4.380.0070.04319.21
5.4.370.0070.07719.08
5.4.360.0070.08319.14
5.4.350.0030.06318.97
5.4.340.0000.04019.20
5.4.320.0130.06319.15
5.4.310.0000.06319.14
5.4.300.0070.07019.24
5.4.290.0070.03719.07
5.4.280.0030.06019.19
5.4.270.0100.07318.86
5.4.260.0000.07018.87
5.4.250.0070.05718.84
5.4.240.0070.06718.97
5.4.230.0030.05319.13
5.4.220.0030.08019.23
5.4.210.0100.06319.00
5.4.200.0070.05718.98
5.4.190.0000.05318.84
5.4.180.0000.08018.91
5.4.170.0030.04319.19
5.4.160.0000.04019.10
5.4.150.0030.04019.14
5.4.140.0100.06316.32
5.4.130.0070.06316.45
5.4.120.0030.05716.38
5.4.110.0030.07316.34
5.4.100.0030.03716.44
5.4.90.0030.07716.35
5.4.80.0100.02716.45
5.4.70.0070.07016.46
5.4.60.0170.06316.38
5.4.50.0130.06716.37
5.4.40.0000.06316.30
5.4.30.0100.05016.53
5.4.20.0170.06316.45
5.4.10.0070.07016.38
5.4.00.0030.03715.71
5.3.290.0070.05314.66
5.3.280.0100.03314.55
5.3.270.0030.06714.62
5.3.260.0000.04314.41
5.3.250.0030.03714.58
5.3.240.0130.05714.49
5.3.230.0030.05314.57
5.3.220.0070.07314.51
5.3.210.0000.08314.66
5.3.200.0030.03714.45
5.3.190.0070.03314.50
5.3.180.0000.04014.44
5.3.170.0070.07714.46
5.3.160.0100.07014.36
5.3.150.0100.07014.48
5.3.140.0100.06314.48
5.3.130.0000.07714.50
5.3.120.0030.03714.53
5.3.110.0130.06314.56
5.3.100.0030.08013.86
5.3.90.0070.06313.90
5.3.80.0070.07013.98
5.3.70.0030.06313.96
5.3.60.0070.07013.93
5.3.50.0030.07713.73
5.3.40.0070.05313.80
5.3.30.0000.03713.85
5.3.20.0030.07713.66
5.3.10.0030.04313.47
5.3.00.0070.07313.56
5.2.170.0030.06011.11
5.2.160.0030.04311.30
5.2.150.0070.05311.08
5.2.140.0000.06310.98
5.2.130.0030.06311.02
5.2.120.0030.03010.96
5.2.110.0130.05311.18
5.2.100.0130.05711.09
5.2.90.0000.06311.03
5.2.80.0030.06310.92
5.2.70.0030.02710.95
5.2.60.0000.03010.97
5.2.50.0070.03010.84
5.2.40.0000.03010.88
5.2.30.0000.03010.90
5.2.20.0030.02710.94
5.2.10.0030.02710.91
5.2.00.0030.02710.88
5.1.60.0030.0239.83
5.1.50.0030.02310.01
5.1.40.0000.0239.88
5.1.30.0000.02710.21
5.1.20.0000.02710.45
5.1.10.0000.02710.06
5.1.00.0000.02710.08
5.0.50.0000.0209.13
5.0.40.0030.0179.13
5.0.30.0030.0279.13
5.0.20.0030.0179.13
5.0.10.0000.0209.13
5.0.00.0030.0279.13
4.4.90.0000.0179.13
4.4.80.0030.0139.13
4.4.70.0000.0179.13
4.4.60.0000.0179.13
4.4.50.0000.0139.13
4.4.40.0000.0239.13
4.4.30.0030.0139.13
4.4.20.0000.0179.13
4.4.10.0000.0179.13
4.4.00.0030.0209.13
4.3.110.0030.0139.13
4.3.100.0000.0139.13
4.3.90.0000.0139.13
4.3.80.0030.0209.13
4.3.70.0030.0139.13
4.3.60.0000.0139.13
4.3.50.0030.0139.13
4.3.40.0030.0209.13
4.3.30.0000.0179.13
4.3.20.0000.0179.13
4.3.10.0000.0179.13
4.3.00.0000.0139.13

preferences:
46.48 ms | 401 KiB | 5 Q