3v4l.org

run code in 300+ PHP versions simultaneously
<?php class Vas{ private $auto; public function __call($met, $ar) { echo 'no such func called '. $met .PHP_EOL; echo 'argumentiruj ' . implode(', ', $ar); } public function aa($a) { $this->auto = $a; echo $a . PHP_EOL; } public function __get($property) { if (property_exists($this, $property)) { return $this->$property; } } public function __set($property, $value) { if (property_exists($this, $property)) { $this->$property = $value; return $this; } } } $ob = new Vas(); $ob->test(); $ob->aa('sss'); $res = $ob->auto; echo $res;

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.0090.00618.68
8.3.50.0150.00016.39
8.3.40.0090.00618.88
8.3.30.0100.00718.71
8.3.20.0040.00420.14
8.3.10.0050.00320.93
8.3.00.0050.00219.11
8.2.180.0110.01116.50
8.2.170.0040.01122.96
8.2.160.0030.01019.29
8.2.150.0040.00424.18
8.2.140.0080.00024.66
8.2.130.0040.00420.94
8.2.120.0040.00426.35
8.2.110.0030.00619.30
8.2.100.0120.00018.16
8.2.90.0050.00519.16
8.2.80.0000.00817.97
8.2.70.0040.00417.63
8.2.60.0080.00017.93
8.2.50.0000.00818.10
8.2.40.0040.00420.59
8.2.30.0080.00019.27
8.2.20.0000.00718.19
8.2.10.0040.00418.08
8.2.00.0040.00418.09
8.1.280.0090.00925.92
8.1.270.0060.00323.90
8.1.260.0070.00026.35
8.1.250.0070.00328.09
8.1.240.0060.00321.29
8.1.230.0120.00020.39
8.1.220.0050.00317.74
8.1.210.0040.00418.77
8.1.200.0080.00017.35
8.1.190.0030.00617.36
8.1.180.0060.00318.10
8.1.170.0040.00418.70
8.1.160.0000.00818.96
8.1.150.0040.00420.27
8.1.140.0000.00719.63
8.1.130.0070.00018.82
8.1.120.0040.00417.53
8.1.110.0000.00817.49
8.1.100.0000.00817.51
8.1.90.0040.00417.41
8.1.80.0000.00817.37
8.1.70.0040.00417.45
8.1.60.0030.00517.49
8.1.50.0040.00417.54
8.1.40.0000.00817.43
8.1.30.0080.00017.57
8.1.20.0070.00017.64
8.1.10.0000.00817.55
8.1.00.0050.00317.54
8.0.300.0000.00918.77
8.0.290.0030.00616.63
8.0.280.0030.00518.46
8.0.270.0030.00317.20
8.0.260.0060.00018.97
8.0.250.0000.00817.02
8.0.240.0070.00016.98
8.0.230.0030.00316.98
8.0.220.0040.00416.84
8.0.210.0030.00316.82
8.0.200.0000.00616.90
8.0.190.0060.00316.96
8.0.180.0000.00716.95
8.0.170.0000.00716.90
8.0.160.0040.00416.93
8.0.150.0000.00816.77
8.0.140.0050.00316.89
8.0.130.0000.00613.30
8.0.120.0000.00716.88
8.0.110.0020.00516.90
8.0.100.0070.00017.02
8.0.90.0020.00516.82
8.0.80.0100.00316.89
8.0.70.0060.00316.92
8.0.60.0000.00716.71
8.0.50.0040.00416.95
8.0.30.0120.00717.26
8.0.20.0110.00817.40
8.0.10.0040.00417.03
8.0.00.0070.01116.82
7.4.330.0050.00015.55
7.4.320.0000.00616.38
7.4.300.0030.00316.52
7.4.290.0000.00716.62
7.4.280.0040.00416.61
7.4.270.0000.00716.52
7.4.260.0040.00416.51
7.4.250.0030.00516.60
7.4.240.0000.00716.64
7.4.230.0070.00016.43
7.4.220.0090.00916.55
7.4.210.0040.00916.43
7.4.200.0070.00016.70
7.4.160.0070.00716.37
7.4.150.0030.02017.40
7.4.140.0100.01217.86
7.4.130.0110.00816.50
7.4.120.0130.00816.54
7.4.110.0060.01016.58
7.4.100.0090.00916.61
7.4.90.0100.00616.66
7.4.80.0070.00919.39
7.4.70.0120.00916.43
7.4.60.0030.01316.61
7.4.50.0080.00816.47
7.4.40.0080.00816.44
7.4.30.0130.00916.64
7.4.00.0030.00615.14
7.3.330.0000.00613.44
7.3.320.0050.00013.35
7.3.310.0030.00316.39
7.3.300.0030.00316.25
7.3.290.0110.00416.39
7.3.280.0080.00916.37
7.3.270.0040.01417.40
7.3.260.0090.00916.41
7.3.250.0100.01216.44
7.3.240.0100.00916.44
7.3.230.0030.01416.38
7.3.210.0110.00616.64
7.3.200.0100.00716.63
7.3.190.0090.01416.66
7.3.180.0130.00316.69
7.3.170.0090.01216.62
7.3.160.0130.00316.57
7.2.330.0100.00716.73
7.2.320.0100.00716.87
7.2.310.0140.00716.42
7.2.300.0130.00716.73
7.2.290.0060.01016.64
7.2.80.0060.00616.86
7.2.60.0040.00817.21
7.1.200.0040.01115.55
7.1.90.0030.01218.14
7.1.80.0060.00618.03
7.1.70.0050.00917.26
7.1.60.0160.01035.02
7.1.50.0250.00934.83
7.1.40.0240.01434.32
7.1.30.0170.01134.48
7.1.20.0260.00334.62
7.1.10.0030.01316.64
7.1.00.0070.00616.82
7.0.230.0000.01317.82
7.0.220.0030.01017.71
7.0.210.0030.01216.76
7.0.200.0060.00616.88
7.0.190.0030.01416.70
7.0.180.0030.01316.30
7.0.170.0140.00016.33
7.0.160.0070.01016.05
7.0.150.0030.01016.21
7.0.140.0000.01816.25
7.0.130.0070.01016.56
7.0.120.0060.00916.65
7.0.110.0030.01316.36
7.0.100.0090.00616.33
7.0.90.0030.01316.03
7.0.80.0070.01016.33
7.0.70.0000.01316.21
7.0.60.0040.01016.04
7.0.50.0000.01416.26
7.0.40.0030.01316.69
7.0.30.0000.01616.24
7.0.20.0040.00816.42
7.0.10.0080.00416.46
7.0.00.0030.00916.37

preferences:
67.3 ms | 401 KiB | 5 Q