3v4l.org

run code in 300+ PHP versions simultaneously
<?php // index.php //require(baseController.php); //require(basemodel.php); //require(header.php); // baseController.php class baseController { function __construct($s) { echo $s; } function speak($s) { } function look($l) { echo $l; } //function echoView($view) { //$this->view->render('views/header');// go to view controller and use the render method to echo view.php view. //} } // basemodel.php class baseModel { function __construct() { // acces db with new db(); } //public function userList($i) { //$query = $this->db->prepare('SELECET....'); //$query->execute(); //return $query->fetchAll(); //} } //view.php //<p>This is a view!</p> //header.php //<header></header> // controller methods operate models // userController.php class userController extends baseController { function __construct($s) { parent::__construct($s); } //function edit() { // $tis->view->user = $this->model->userList(); // $this->view->render(user/edit); //} } // model methods operate on the database // usermodel.php class userModel extends baseModel{ function __construct() { parent::__construct(); } public function userList() { $query = $this->db->prepare('SELECET users FROM...'); $query->execute(); return $query->fetchAll(); } } //$home = new baseController("Im in the base"); $home = new userController("baseController constructor");

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.0110.00316.48
8.3.50.0080.01021.93
8.3.40.0110.00418.56
8.3.30.0070.00719.04
8.3.20.0070.00020.33
8.3.10.0040.00423.61
8.3.00.0050.00319.26
8.2.180.0120.00318.16
8.2.170.0110.00422.96
8.2.160.0100.01020.51
8.2.150.0040.00424.18
8.2.140.0040.00424.66
8.2.130.0080.00026.16
8.2.120.0040.00422.13
8.2.110.0060.00322.30
8.2.100.0040.00817.72
8.2.90.0000.00919.05
8.2.80.0040.00418.04
8.2.70.0000.00917.63
8.2.60.0030.00617.80
8.2.50.0000.00818.07
8.2.40.0070.00318.09
8.2.30.0070.00018.08
8.2.20.0000.00717.70
8.2.10.0030.00618.07
8.2.00.0080.00317.79
8.1.280.0080.00625.92
8.1.270.0050.00323.75
8.1.260.0040.00426.35
8.1.250.0040.00428.09
8.1.240.0090.00023.96
8.1.230.0040.00719.10
8.1.220.0000.00917.74
8.1.210.0040.00418.77
8.1.200.0000.00817.25
8.1.190.0050.00317.53
8.1.180.0000.00918.88
8.1.170.0000.00818.59
8.1.160.0000.00721.83
8.1.150.0040.00418.54
8.1.140.0040.00417.39
8.1.130.0070.00017.84
8.1.120.0030.00317.45
8.1.110.0030.00517.37
8.1.100.0050.00317.34
8.1.90.0080.00017.46
8.1.80.0000.00717.40
8.1.70.0030.00517.33
8.1.60.0040.00417.52
8.1.50.0040.00417.40
8.1.40.0000.00817.43
8.1.30.0030.00517.66
8.1.20.0030.00517.56
8.1.10.0040.00417.48
8.1.00.0000.00817.55
8.0.300.0000.00819.21
8.0.290.0000.00817.16
8.0.280.0030.00518.32
8.0.270.0030.00317.20
8.0.260.0000.00817.22
8.0.250.0030.00316.94
8.0.240.0030.00316.91
8.0.230.0050.00216.88
8.0.220.0030.00316.77
8.0.210.0030.00316.88
8.0.200.0000.00616.96
8.0.190.0040.00416.80
8.0.180.0040.00416.88
8.0.170.0040.00416.82
8.0.160.0040.00416.70
8.0.150.0050.00216.76
8.0.140.0070.00016.73
8.0.130.0000.00513.21
8.0.120.0040.00416.68
8.0.110.0080.00016.71
8.0.100.0000.00816.68
8.0.90.0030.00316.88
8.0.80.0030.01316.77
8.0.70.0040.00416.95
8.0.60.0040.00416.73
8.0.50.0000.00716.85
8.0.30.0150.00617.12
8.0.20.0070.01317.44
8.0.10.0000.00816.99
8.0.00.0120.00916.72
7.4.330.0000.00515.00
7.4.320.0000.00716.58
7.4.300.0030.00316.36
7.4.290.0030.00316.47
7.4.280.0070.00016.58
7.4.270.0000.00716.66
7.4.260.0040.00416.54
7.4.250.0030.00516.53
7.4.240.0020.00516.56
7.4.230.0030.00316.63
7.4.220.0100.00816.63
7.4.210.0070.00716.61
7.4.200.0000.00716.51
7.4.190.0040.00416.74
7.4.160.0150.00016.66
7.4.150.0120.00617.40
7.4.140.0170.01917.86
7.4.130.0030.01516.52
7.4.120.0070.01216.54
7.4.110.0090.00916.60
7.4.100.0140.00516.60
7.4.90.0090.00616.36
7.4.80.0170.00619.39
7.4.70.0060.00916.41
7.4.60.0090.01016.27
7.4.50.0040.00416.36
7.4.40.0030.01222.77
7.4.30.0130.00716.56
7.4.00.0060.01214.70
7.3.330.0060.00013.08
7.3.320.0050.00013.31
7.3.310.0000.00716.22
7.3.300.0030.00316.15
7.3.290.0000.01916.31
7.3.280.0080.00616.27
7.3.270.0130.00717.40
7.3.260.0070.01116.31
7.3.250.0170.00516.24
7.3.240.0100.00716.36
7.3.230.0120.00916.63
7.3.210.0130.00316.60
7.3.200.0100.01019.39
7.3.190.0150.00616.58
7.3.180.0130.00316.31
7.3.170.0080.00816.33
7.3.160.0160.00016.24
7.3.120.0000.01814.91
7.3.10.0080.00416.51
7.3.00.0030.01016.75
7.2.330.0110.00916.39
7.2.320.0150.00316.48
7.2.310.0000.01816.47
7.2.300.0090.00616.29
7.2.290.0090.01216.43
7.2.130.0040.00416.76
7.2.120.0060.00616.78
7.2.110.0100.00316.82
7.2.100.0100.00616.81
7.2.90.0040.01117.10
7.2.80.0030.01016.86
7.2.70.0060.01116.86
7.2.60.0070.00316.76
7.2.50.0110.01016.84
7.2.40.0100.00716.93
7.2.30.0040.00717.04
7.2.20.0070.00716.79
7.2.10.0000.01616.93
7.2.00.0060.01016.84
7.1.250.0100.00315.57
7.1.200.0100.00315.53
7.1.100.0060.00917.93
7.1.70.0030.00517.03
7.1.60.0160.00619.46
7.1.50.0090.01216.60
7.1.00.0000.08022.32
7.0.200.0100.00316.61
7.0.140.0030.07022.15
7.0.100.0570.06719.85
7.0.90.0470.07319.87
7.0.80.0500.07319.89
7.0.70.0470.08019.93
7.0.60.0500.08019.85
7.0.50.0570.07320.27
7.0.40.0000.08720.04
7.0.30.0000.09320.12
7.0.20.0100.04020.09
7.0.10.0130.07320.09
7.0.00.0130.06720.03
5.6.280.0000.07721.00
5.6.250.0170.05020.59
5.6.240.0130.06020.56
5.6.230.0030.08320.62
5.6.220.0100.06320.63
5.6.210.0200.05020.43
5.6.200.0100.08021.00
5.6.190.0070.08020.93
5.6.180.0100.08720.97
5.6.170.0030.05321.01
5.6.160.0070.08320.98
5.6.150.0030.08721.00
5.6.140.0030.08720.97
5.6.130.0030.07020.89
5.6.120.0200.05721.02
5.6.110.0070.09020.99
5.6.100.0100.08021.00
5.6.90.0070.05020.96
5.6.80.0170.04320.38
5.6.70.0070.04720.42
5.6.60.0130.04020.35
5.6.50.0100.07720.29
5.6.40.0100.07320.25
5.6.30.0100.07720.32
5.6.20.0030.07720.34
5.6.10.0030.08020.39
5.6.00.0070.07020.35
5.5.380.0100.08020.38
5.5.370.0030.05720.50
5.5.360.0170.06020.52
5.5.350.0170.07020.34
5.5.340.0070.08020.86
5.5.330.0030.08020.80
5.5.320.0100.07320.79
5.5.310.0070.06020.72
5.5.300.0200.06720.86
5.5.290.0070.08320.82
5.5.280.0100.06320.79
5.5.270.0170.07320.87
5.5.260.0130.07720.88
5.5.250.0070.07720.61
5.5.240.0030.08020.12
5.5.230.0130.07320.24
5.5.220.0000.08020.14
5.5.210.0100.06720.12
5.5.200.0200.06320.21
5.5.190.0070.07720.23
5.5.180.0100.08320.20
5.5.160.0100.04320.14
5.5.150.0000.07019.93
5.5.140.0100.08020.04
5.5.130.0070.08020.11
5.5.120.0070.07020.14
5.5.110.0070.08320.16
5.5.100.0070.08019.98
5.5.90.0070.06720.00
5.5.80.0170.07320.01
5.5.70.0100.06720.03
5.5.60.0130.06719.98
5.5.50.0030.08019.99
5.5.40.0100.05020.02
5.5.30.0100.08019.89
5.5.20.0070.07319.89
5.5.10.0070.08020.01
5.5.00.0100.07720.07
5.4.450.0000.09019.36
5.4.440.0030.07319.45
5.4.430.0130.06719.22
5.4.420.0130.07319.23
5.4.410.0100.07319.09
5.4.400.0000.08319.04
5.4.390.0030.07319.16
5.4.380.0030.08018.86
5.4.370.0130.05719.14
5.4.360.0070.04018.95
5.4.350.0030.07718.95
5.4.340.0170.06718.95
5.4.320.0130.07719.20
5.4.310.0100.05319.23
5.4.300.0170.06319.03
5.4.290.0100.05719.13
5.4.280.0030.08319.13
5.4.270.0100.06319.22
5.4.260.0000.07719.14
5.4.250.0100.07319.13
5.4.240.0100.07018.86
5.4.230.0070.07719.11
5.4.220.0170.07319.17
5.4.210.0070.07319.02
5.4.200.0030.08019.20
5.4.190.0230.05719.05
5.4.180.0130.06719.06
5.4.170.0030.08019.03
5.4.160.0130.07318.86
5.4.150.0100.08018.93
5.4.140.0130.06716.34
5.4.130.0170.06316.45
5.4.120.0030.07316.34
5.4.110.0030.06716.48
5.4.100.0100.06716.38
5.4.90.0070.07316.45
5.4.80.0100.07316.47
5.4.70.0100.06716.51
5.4.60.0030.08016.30
5.4.50.0130.06716.45
5.4.40.0030.07016.56
5.4.30.0070.07316.30
5.4.20.0070.07016.30
5.4.10.0170.05016.43
5.4.00.0100.07015.80
5.3.290.0030.07714.70
5.3.280.0030.04014.74
5.3.270.0100.04714.64
5.3.260.0030.08014.72
5.3.250.0030.07314.75
5.3.240.0100.07314.67
5.3.230.0000.08714.56
5.3.220.0130.07014.60
5.3.210.0230.05714.63
5.3.200.0030.07014.56
5.3.190.0070.08014.56
5.3.180.0030.07714.63
5.3.170.0030.07714.55
5.3.160.0070.07714.58
5.3.150.0100.07014.71
5.3.140.0070.07314.55
5.3.130.0070.07314.56
5.3.120.0030.07714.49
5.3.110.0070.08014.48
5.3.100.0070.07314.06
5.3.90.0030.06714.04
5.3.80.0070.07014.05
5.3.70.0070.04314.06
5.3.60.0070.07314.03
5.3.50.0070.07714.07
5.3.40.0170.05713.99
5.3.30.0100.06714.05
5.3.20.0030.07713.71
5.3.10.0070.07013.73
5.3.00.0070.07313.76
5.2.170.0130.04711.20
5.2.160.0030.05311.21
5.2.150.0070.03311.07
5.2.140.0030.06311.18
5.2.130.0030.06311.23
5.2.120.0030.06011.14
5.2.110.0130.04711.03
5.2.100.0100.05711.02
5.2.90.0000.07011.18
5.2.80.0030.05311.12
5.2.70.0030.06311.09
5.2.60.0000.05711.07
5.2.50.0100.05310.90
5.2.40.0030.06311.11
5.2.30.0100.05310.84
5.2.20.0030.06010.92
5.2.10.0100.05310.88
5.2.00.0030.03310.61
5.1.60.0070.05310.00
5.1.50.0030.03310.02
5.1.40.0070.0509.98
5.1.30.0030.05310.23
5.1.20.0070.04010.49
5.1.10.0000.03310.15
5.1.00.0000.0279.96
5.0.50.0000.0509.05
5.0.40.0000.0209.05
5.0.30.0000.0309.05
5.0.20.0030.0209.05
5.0.10.0100.0409.05
5.0.00.0070.0639.05
4.4.90.0000.0379.05
4.4.80.0030.0339.05
4.4.70.0030.0339.05
4.4.60.0030.0339.05
4.4.50.0100.0309.05
4.4.40.0000.0579.05
4.4.30.0000.0379.05
4.4.20.0000.0409.05
4.4.10.0030.0279.05
4.4.00.0000.0379.05
4.3.110.0030.0139.05
4.3.100.0000.0179.05
4.3.90.0070.0209.05
4.3.80.0100.0379.05
4.3.70.0070.0209.05
4.3.60.0070.0179.05
4.3.50.0030.0139.05
4.3.40.0030.0209.05
4.3.30.0000.0209.05
4.3.20.0000.0179.05
4.3.10.0000.0179.05
4.3.00.0000.0139.05

preferences:
38.37 ms | 401 KiB | 5 Q