3v4l.org

run code in 300+ PHP versions simultaneously
<?php class Student { private $name; public function __construct(string $name) { $this->name = $name; } public function getName(): string { return $this->name; } } class Secretary { private $students = []; public function addStudent(Student $s): Secretary { array_push($this->students, $s); return $this; } public function getStudents(): array { return $this->students; } } $s = new Secretary(); $s->addStudent(new Student('Foo')); var_dump($s->getStudents());

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.4.120.0080.01020.88
8.4.110.0070.00319.00
8.4.100.0110.00817.86
8.4.90.0120.00718.64
8.4.80.0040.00519.71
8.4.70.0130.00717.94
8.4.60.0110.01118.50
8.4.50.0070.01218.81
8.4.40.0160.00317.54
8.4.30.0080.00017.77
8.4.20.0130.00720.36
8.4.10.0090.00019.14
8.3.250.0110.00818.85
8.3.240.0080.00216.73
8.3.230.0100.00716.72
8.3.220.0110.00817.04
8.3.210.0130.00616.49
8.3.200.0100.00516.49
8.3.190.0100.00817.26
8.3.180.0080.00916.61
8.3.170.0040.01416.93
8.3.160.0130.00716.82
8.3.150.0000.00819.04
8.3.140.0080.00016.59
8.3.130.0090.00618.49
8.3.120.0000.00818.85
8.3.110.0060.01220.94
8.3.100.0100.01024.06
8.3.90.0040.00426.77
8.3.80.0000.00819.36
8.3.70.0070.00718.31
8.3.60.0220.00616.75
8.3.50.0050.00718.42
8.3.40.0090.01218.67
8.3.30.0080.00818.64
8.3.20.0070.00021.95
8.3.10.0060.00321.72
8.3.00.0040.00417.38
8.2.290.0150.00520.29
8.2.280.0060.00318.48
8.2.270.0080.00017.44
8.2.260.0030.00622.15
8.2.250.0080.00018.27
8.2.240.0040.00417.18
8.2.230.0080.00022.58
8.2.220.0110.00737.54
8.2.210.0040.01126.77
8.2.200.0060.00318.88
8.2.190.0190.00318.54
8.2.180.0070.01316.63
8.2.170.0060.00922.96
8.2.160.0070.00721.14
8.2.150.0080.00024.18
8.2.140.0040.00424.66
8.2.130.0050.00326.16
8.2.120.0050.00321.07
8.2.110.0040.00421.04
8.2.100.0000.01117.59
8.2.90.0040.00417.50
8.2.80.0080.00017.97
8.2.70.0030.00517.50
8.2.60.0050.00317.50
8.2.50.0080.00018.04
8.2.40.0040.00419.35
8.2.30.0040.00419.25
8.2.20.0040.00417.93
8.2.10.0040.00419.27
8.2.00.0020.00517.98
8.1.330.0100.00821.86
8.1.320.0030.00616.35
8.1.310.0000.00816.71
8.1.300.0110.00418.51
8.1.290.0120.00030.84
8.1.280.0130.00625.92
8.1.270.0080.00022.00
8.1.260.0080.00026.35
8.1.250.0080.00028.09
8.1.240.0000.00922.20
8.1.230.0060.00620.31
8.1.220.0000.00917.74
8.1.210.0030.00618.77
8.1.200.0070.00417.35
8.1.190.0000.00817.23
8.1.180.0120.00318.10
8.1.170.0040.00417.62
8.1.160.0040.00418.88
8.1.150.0000.00718.87
8.1.140.0000.00820.48
8.1.130.0040.00419.17
8.1.120.0040.00417.41
8.1.110.0070.00217.40
8.1.100.0040.00717.30
8.1.90.0050.00517.34
8.1.80.0100.00217.37
8.1.70.0060.00417.24
8.1.60.0110.00217.56
8.1.50.0070.00617.47
8.1.40.0120.00117.43
8.1.30.0090.00417.56
8.1.20.0060.00717.55
8.1.10.0100.00417.47
8.1.00.0070.00617.52
8.0.300.0000.00719.64
8.0.290.0000.00716.63
8.0.280.0050.00318.38
8.0.270.0000.00816.71
8.0.260.0080.00020.20
8.0.250.0040.00416.90
8.0.240.0040.00516.90
8.0.230.0080.00416.83
8.0.220.0080.00316.84
8.0.210.0060.00516.82
8.0.200.0060.00416.90
8.0.190.0090.00416.92
8.0.180.0080.00416.83
8.0.170.0060.00516.88
8.0.160.0060.00616.82
8.0.150.0060.00516.76
8.0.140.0060.00516.78
8.0.130.0110.00015.01
8.0.120.0080.00416.79
8.0.110.0090.00316.81
8.0.100.0100.00216.77
8.0.90.0050.00616.83
8.0.80.0080.00816.88
8.0.70.0090.00316.70
8.0.60.0030.00616.76
8.0.50.0090.00216.74
8.0.30.0110.00416.96
8.0.20.0100.00616.95
8.0.10.0030.00816.89
8.0.00.0080.00816.86
7.4.330.0020.00215.55
7.4.320.0090.00316.50
7.4.300.0080.00416.51
7.4.290.0110.00316.44
7.4.280.0120.00116.38
7.4.270.0040.00816.57
7.4.260.0060.00516.56
7.4.250.0080.00516.50
7.4.240.0050.00416.54
7.4.230.0070.00516.43
7.4.220.0050.00516.47
7.4.210.0070.00916.51
7.4.200.0090.00216.41
7.4.190.0070.00516.67
7.4.180.0060.00616.59
7.4.160.0050.00716.56
7.4.150.0060.00416.47
7.4.140.0090.00616.91
7.4.130.0090.00516.48
7.4.120.0090.00616.43
7.4.110.0040.01016.39
7.4.100.0060.00816.43
7.4.90.0070.00616.30
7.4.80.0080.00617.15
7.4.70.0090.00616.48
7.4.60.0070.00816.42
7.4.50.0110.00416.40
7.4.40.0070.00816.23
7.4.30.0070.00816.37
7.4.20.0060.00716.45
7.4.10.0080.00416.28
7.4.00.0090.00416.19
7.3.330.0060.00414.61
7.3.320.0080.00314.65
7.3.310.0090.00216.20
7.3.300.0070.00416.18
7.3.290.0040.00716.12
7.3.280.0080.00616.21
7.3.270.0080.00416.12
7.3.260.0110.00716.25
7.3.250.0070.00416.23
7.3.240.0110.00516.32
7.3.230.0030.01116.26
7.3.220.0080.00816.15
7.3.210.0060.00816.24
7.3.200.0040.01016.16
7.3.190.0080.00716.21
7.3.180.0090.00716.14
7.3.170.0090.00616.17
7.3.160.0060.00916.18
7.3.150.0080.00716.06
7.3.140.0050.00916.10
7.3.130.0080.00616.14
7.3.120.0050.00816.15
7.3.110.0090.00516.13
7.3.100.0090.00516.11
7.3.90.0070.00716.25
7.3.80.0070.00716.24
7.3.70.0090.00516.22
7.3.60.0080.00616.22
7.3.50.0090.00616.38
7.3.40.0090.00616.30
7.3.30.0060.00816.29
7.3.20.0100.00516.71
7.3.10.0100.00516.25
7.3.00.0120.00616.21
7.2.340.0090.00216.24
7.2.330.0120.00316.42
7.2.320.0080.00716.40
7.2.310.0070.00816.49
7.2.300.0110.00616.40
7.2.290.0080.00816.46
7.2.280.0060.00816.46
7.2.270.0080.00716.46
7.2.260.0120.00416.35
7.2.250.0090.00416.34
7.2.240.0070.00716.37
7.2.230.0060.00816.44
7.2.220.0070.00816.39
7.2.210.0100.00516.35
7.2.200.0060.00916.44
7.2.190.0080.00816.43
7.2.180.0050.01016.47
7.2.170.0060.01016.48
7.2.160.0090.00716.53
7.2.150.0120.00417.10
7.2.140.0080.00716.96
7.2.130.0130.00716.58
7.2.120.0210.00516.57
7.2.110.0120.00616.56
7.2.100.0090.00716.63
7.2.90.0480.00916.60
7.2.80.0500.00616.53
7.2.70.0130.00616.49
7.2.60.0090.00616.49
7.2.50.2560.00616.60
7.2.40.1250.00616.55
7.2.30.1570.00616.61
7.2.20.0420.00716.61
7.2.10.0940.00816.60
7.2.00.1100.00516.53
7.1.330.0120.00615.97
7.1.320.0120.00615.94
7.1.310.0120.00615.98
7.1.300.0160.00315.93
7.1.290.0120.00715.96
7.1.280.0110.00915.90
7.1.270.0120.00716.03
7.1.260.0100.00815.89
7.1.250.0440.00715.48
7.1.240.0100.00815.91
7.1.230.0270.00515.87
7.1.220.0170.00515.95
7.1.210.0110.00615.88
7.1.200.0120.00615.91
7.1.190.0090.00815.92
7.1.180.0120.00515.86
7.1.170.0120.00515.96
7.1.160.0090.00715.88
7.1.150.0090.00915.90
7.1.140.0130.00515.89
7.1.130.0100.00715.86
7.1.120.0090.00815.88
7.1.110.0120.00615.89
7.1.100.0080.00916.01
7.1.90.0120.00515.92
7.1.80.0120.00515.97
7.1.70.0120.00615.92
7.1.60.0150.00715.99
7.1.50.0120.00615.97
7.1.40.0090.00815.94
7.1.30.0160.00215.96
7.1.20.0120.00715.97
7.1.10.0240.00815.97
7.1.00.0120.00715.87
7.0.00.0180.00516.60
4.3.00.0020.00316.05

preferences:
110.03 ms | 403 KiB | 5 Q