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(); } } $h = new baseController("Im in the base"); $home = new userController("I went through the user!");

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.0120.00318.30
8.3.50.0130.00721.95
8.3.40.0040.01118.85
8.3.30.0140.00018.95
8.3.20.0040.00420.35
8.3.10.0070.00023.66
8.3.00.0040.00419.36
8.2.180.0040.01118.29
8.2.170.0000.01422.96
8.2.160.0100.00720.52
8.2.150.0040.00424.18
8.2.140.0040.00424.66
8.2.130.0040.00426.16
8.2.120.0000.00822.14
8.2.110.0090.00022.25
8.2.100.0120.00017.91
8.2.90.0030.00619.23
8.2.80.0050.00317.97
8.2.70.0050.00317.63
8.2.60.0090.00017.68
8.2.50.0050.00519.35
8.2.40.0000.00918.22
8.2.30.0000.00817.95
8.2.20.0040.00417.83
8.2.10.0030.00619.80
8.2.00.0000.01017.57
8.1.280.0110.00725.92
8.1.270.0050.00324.02
8.1.260.0080.00026.35
8.1.250.0040.00428.09
8.1.240.0060.00324.02
8.1.230.0040.00719.14
8.1.220.0000.00817.74
8.1.210.0080.00018.77
8.1.200.0030.00617.23
8.1.190.0000.00817.28
8.1.180.0030.00618.10
8.1.170.0080.00018.48
8.1.160.0040.00421.93
8.1.150.0050.00218.50
8.1.140.0000.00717.43
8.1.130.0040.00417.79
8.1.120.0030.00317.31
8.1.110.0080.00017.43
8.1.100.0040.00417.36
8.1.90.0040.00417.45
8.1.80.0000.00717.36
8.1.70.0070.00017.37
8.1.60.0000.00817.50
8.1.50.0000.00817.43
8.1.40.0040.00417.48
8.1.30.0040.00417.57
8.1.20.0050.00217.68
8.1.10.0070.00017.59
8.1.00.0040.00417.54
8.0.300.0040.00418.77
8.0.290.0040.00417.18
8.0.280.0070.00018.32
8.0.270.0040.00417.20
8.0.260.0000.00617.19
8.0.250.0070.00016.91
8.0.240.0070.00016.95
8.0.230.0030.00316.78
8.0.220.0030.00316.87
8.0.210.0030.00316.73
8.0.200.0030.00316.91
8.0.190.0060.00316.80
8.0.180.0080.00016.92
8.0.170.0060.00316.84
8.0.160.0040.00416.78
8.0.150.0060.00316.87
8.0.140.0000.00716.82
8.0.130.0060.00013.27
8.0.120.0070.00016.79
8.0.110.0040.00416.80
8.0.100.0040.00416.85
8.0.90.0040.00416.83
8.0.80.0120.01216.89
8.0.70.0040.00416.90
8.0.60.0040.00416.64
8.0.50.0070.00016.70
8.0.30.0140.00417.03
8.0.20.0100.00917.40
8.0.10.0000.00716.96
8.0.00.0120.00616.75
7.4.330.0000.00515.00
7.4.320.0030.00316.46
7.4.300.0000.00616.61
7.4.290.0000.00716.50
7.4.280.0000.00816.49
7.4.270.0070.00016.62
7.4.260.0000.00716.54
7.4.250.0070.00016.47
7.4.240.0000.00716.65
7.4.230.0070.00016.67
7.4.220.0120.00616.59
7.4.210.0060.01116.46
7.4.200.0040.00416.71
7.4.190.0040.00416.77
7.4.160.0060.00916.43
7.4.150.0060.01117.40
7.4.140.0090.00817.86
7.4.130.0130.00916.38
7.4.120.0100.01116.65
7.4.110.0100.01316.51
7.4.100.0130.00316.59
7.4.90.0120.00816.50
7.4.80.0080.01619.39
7.4.70.0130.00316.43
7.4.60.0140.00316.34
7.4.50.0000.00516.36
7.4.40.0090.00622.77
7.4.30.0060.01316.60
7.4.00.0070.01014.87
7.3.330.0000.00613.23
7.3.320.0050.00013.26
7.3.310.0030.00316.27
7.3.300.0030.00316.24
7.3.290.0130.00616.23
7.3.280.0120.00716.21
7.3.270.0100.01317.40
7.3.260.0140.00916.31
7.3.250.0050.01116.27
7.3.240.0100.01016.58
7.3.230.0130.00316.39
7.3.210.0100.00716.22
7.3.200.0140.00719.39
7.3.190.0110.00616.59
7.3.180.0040.01216.17
7.3.170.0040.01116.57
7.3.160.0070.01016.39
7.3.120.0070.00715.02
7.2.330.0100.00916.46
7.2.320.0150.00916.45
7.2.310.0100.00716.57
7.2.300.0140.00316.63
7.2.290.0100.00616.69
7.2.00.0090.00618.98
7.1.100.0030.01418.01
7.1.70.0080.00016.83
7.1.60.0100.01319.46
7.1.50.0110.01116.84
7.1.00.0070.07022.49
7.0.200.0040.01116.54
7.0.140.0000.07322.00
7.0.60.0100.08320.04
7.0.50.0070.04717.72
7.0.40.0100.07020.10
7.0.30.0130.05020.06
7.0.20.0230.08720.10
7.0.10.0070.08320.20
7.0.00.0170.08020.19
5.6.280.0000.07721.08
5.6.210.0070.08320.56
5.6.200.0130.07718.14
5.6.190.0170.08020.55
5.6.180.0230.05720.41
5.6.170.0270.07720.52
5.6.160.0070.07720.55
5.6.150.0100.04718.19
5.6.140.0070.05718.22
5.6.130.0030.05318.18
5.6.120.0100.07321.03
5.6.110.0130.03721.00
5.6.100.0100.06021.11
5.6.90.0070.08320.98
5.6.80.0030.07020.30
5.6.70.4170.03720.48
5.5.350.0100.07720.31
5.5.340.0000.05018.05
5.5.330.0070.06020.44
5.5.320.0100.09320.20
5.5.310.0330.07020.27
5.5.300.0070.08017.98
5.5.290.0070.06018.01
5.5.280.0100.08320.75
5.5.270.0070.04020.96
5.5.260.0170.08020.88
5.5.250.0030.06020.71
5.5.240.0200.08320.15
5.4.450.0330.06719.42
5.4.440.0270.04319.41
5.4.430.0270.07719.47
5.4.420.0230.04319.40
5.4.410.0330.06019.42
5.4.400.0200.03719.14
5.4.390.0370.05719.20
5.4.380.0200.03719.27
5.4.370.0230.04719.25
5.4.360.0200.06318.95
5.4.350.0200.03719.15
5.4.340.0270.03319.16
5.4.320.0400.06719.31
5.4.310.0330.07019.32
5.4.300.0370.06719.24
5.4.290.0400.06318.84
5.4.280.0300.06718.95
5.4.270.0370.06019.15
5.4.260.0400.06319.21
5.4.250.0330.04019.31
5.4.240.0300.04019.23
5.4.230.0270.05718.86
5.4.220.0230.04719.08
5.4.210.0200.07719.08
5.4.200.0330.05318.86
5.4.190.0370.05019.04
5.4.180.0300.03018.93
5.4.170.0270.05019.21
5.4.160.0400.06719.17
5.4.150.0230.04018.85
5.4.140.0270.03316.56
5.4.130.0230.04316.55
5.4.120.0300.07016.45
5.4.110.0330.06716.60
5.4.100.0270.06716.50
5.4.90.0330.06316.50
5.4.80.0270.03316.22
5.4.70.0330.06716.59
5.4.60.0230.04316.55
5.4.50.0300.04016.17
5.4.40.0300.04316.25
5.4.30.0370.06316.52
5.4.20.0270.07716.43
5.4.10.0400.06016.37
5.4.00.0200.04015.95
5.3.290.0330.03714.66
5.3.280.0270.05314.68
5.3.270.0270.05314.59
5.3.260.0200.05714.84
5.3.250.0230.04714.70
5.3.240.0300.07314.84
5.3.230.0230.06714.63
5.3.220.0370.05014.49
5.3.210.0400.06014.65
5.3.200.0400.06314.63
5.3.190.0330.06714.63
5.3.180.0300.06714.65
5.3.170.0330.06714.65
5.3.160.0300.03714.66
5.3.150.0270.05314.48
5.3.140.0300.03314.54
5.3.130.0330.05714.55
5.3.120.0230.05314.64
5.3.110.0300.05014.47
5.3.100.0300.07313.95
5.3.90.0330.06014.04
5.3.80.0330.06013.94
5.3.70.0270.06014.11
5.3.60.0370.04014.04
5.3.50.0270.07713.96
5.3.40.0230.04714.05
5.3.30.0330.06713.83
5.3.20.0230.03713.93
5.3.10.0270.05713.58
5.3.00.0300.06313.67
5.2.170.0200.05311.08
5.2.160.0230.04011.09
5.2.150.0230.04011.14
5.2.140.0230.04711.07
5.2.130.0270.03711.04
5.2.120.0270.06011.17
5.2.110.0370.04711.05
5.2.100.0230.05311.18
5.2.90.0230.04711.20
5.2.80.0230.05011.27
5.2.70.0230.05711.16
5.2.60.0130.03310.97
5.2.50.0270.05310.95
5.2.40.0270.03010.94
5.2.30.0200.05711.04
5.2.20.0270.05310.88
5.2.10.0230.04310.93
5.2.00.0230.03010.65
5.1.60.0170.02710.08
5.1.50.0170.05310.08
5.1.40.0200.03310.08
5.1.30.0200.05710.51
5.1.20.0230.05310.29
5.1.10.0170.05010.08
5.1.00.0170.02710.08
5.0.50.0170.04010.08
5.0.40.0100.04010.08
5.0.30.0100.05710.08
5.0.20.0100.03010.08
5.0.10.0100.03010.08
5.0.00.0100.05710.08
4.4.90.0100.01710.08
4.4.80.0070.02310.08
4.4.70.0130.03010.08
4.4.60.0130.03310.08
4.4.50.0100.03710.08
4.4.40.0070.05010.08
4.4.30.0070.02010.08
4.4.20.0130.03310.08
4.4.10.0130.02010.08
4.4.00.0130.04310.08
4.3.110.0130.02310.08
4.3.100.0130.02710.08
4.3.90.0130.02710.08
4.3.80.0100.03310.08
4.3.70.0130.01710.08
4.3.60.0100.03710.08
4.3.50.0100.02710.08
4.3.40.0100.03710.08
4.3.30.0030.02010.08
4.3.20.0030.02710.08
4.3.10.0070.01710.08
4.3.00.0030.01710.08

preferences:
39.78 ms | 401 KiB | 5 Q