3v4l.org

run code in 300+ PHP versions simultaneously
<?php class MVCFramework { var $url = ''; function __construct($url) { $this->url = $url; //HTTP_REQUEST URL $this->run(); } function run() { if ($route = Routes::getRoute($this->url)) { list($controller, $action) = route; $controllerObj = new $$controller; $controllerObj->$$action(); //template } else { print_r('404'); } } } class Routes { static $routes = array(); static function add($route, $controller, $action) { self::$routes[$route] = array($controller.'Controller', $action); } static function getRoutes() { return self::$routes; } static function getRoute($url) { return self::$routes[$url]; } } abstract class Model { // connect to DB and etc. } // controllers/BookController.php class BooksController { function index() { $books = Book::all(); } function show() { $id = 1; $books = Book::find(1); } } // models/Book.php class Book { static function all() { $books = array('Book', 'Book', 'Book'); return $books; } static function find() { $book = 'Book'; return $book; } } Routes::add('/books', 'Books', 'index'); Routes::add('/books/:id', 'Books', 'show'); $url = '/books'; new MVCFramework($url);

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.00918.53
8.3.50.0100.00921.98
8.3.40.0140.00718.96
8.3.30.0100.00719.21
8.3.20.0080.00020.02
8.3.10.0000.00923.51
8.3.00.0000.00819.02
8.2.180.0120.00616.88
8.2.170.0110.00422.96
8.2.160.0100.00320.57
8.2.150.0050.00324.18
8.2.140.0090.00024.66
8.2.130.0040.00426.16
8.2.120.0070.00720.76
8.2.110.0060.00322.07
8.2.100.0110.00018.03
8.2.90.0050.00319.30
8.2.80.0000.00817.97
8.2.70.0030.00617.63
8.2.60.0000.00817.93
8.2.50.0060.00618.07
8.2.40.0040.00418.22
8.2.30.0070.00018.36
8.2.20.0000.00817.78
8.2.10.0000.00818.09
8.2.00.0040.00417.82
8.1.280.0110.00725.92
8.1.270.0040.00423.91
8.1.260.0040.00426.35
8.1.250.0040.00428.09
8.1.240.0090.00022.05
8.1.230.0070.00419.12
8.1.220.0000.00817.74
8.1.210.0050.00318.77
8.1.200.0070.00317.35
8.1.190.0030.00517.35
8.1.180.0060.00318.10
8.1.170.0000.00818.45
8.1.160.0080.00021.96
8.1.150.0050.00218.66
8.1.140.0020.00517.53
8.1.130.0000.00717.86
8.1.120.0070.00017.52
8.1.110.0040.00717.50
8.1.100.0000.00717.53
8.1.90.0000.00817.57
8.1.80.0050.00317.53
8.1.70.0030.00317.34
8.1.60.0040.00417.65
8.1.50.0080.00017.43
8.1.40.0040.00417.42
8.1.30.0060.00317.66
8.1.20.0000.00817.69
8.1.10.0030.00517.52
8.1.00.0030.00617.53
8.0.300.0040.00418.77
8.0.290.0040.00417.05
8.0.280.0030.00518.47
8.0.270.0000.00817.17
8.0.260.0030.00317.17
8.0.250.0000.00717.06
8.0.240.0070.00016.95
8.0.230.0070.00017.05
8.0.220.0040.00416.86
8.0.210.0030.00617.03
8.0.200.0060.00017.04
8.0.190.0000.00816.99
8.0.180.0040.00416.90
8.0.170.0070.00017.07
8.0.160.0040.00417.00
8.0.150.0040.00416.88
8.0.140.0050.00216.95
8.0.130.0000.00513.39
8.0.120.0040.00416.98
8.0.110.0070.00017.00
8.0.100.0050.00216.80
8.0.90.0040.00417.02
8.0.80.0060.01216.99
8.0.70.0040.00416.93
8.0.60.0040.00416.94
8.0.50.0040.00416.86
8.0.30.0070.01217.14
8.0.20.0120.00517.40
8.0.10.0000.00717.13
8.0.00.0130.00716.78
7.4.330.0050.00015.00
7.4.320.0030.00316.59
7.4.300.0040.00416.61
7.4.290.0000.00716.52
7.4.280.0050.00316.62
7.4.270.0030.00516.63
7.4.260.0000.00716.53
7.4.250.0050.00216.57
7.4.240.0040.00416.59
7.4.230.0080.00016.28
7.4.220.0160.01016.49
7.4.210.0040.01216.54
7.4.200.0030.00316.43
7.4.190.0070.00016.62
7.4.160.0160.00616.59
7.4.150.0090.00917.40
7.4.140.0080.00917.86
7.4.130.0090.00916.63
7.4.120.0080.01116.57
7.4.110.0110.00616.63
7.4.100.0070.01516.45
7.4.90.0140.00316.54
7.4.80.0090.01219.39
7.4.70.0080.00816.54
7.4.60.0100.00716.72
7.4.50.0000.00816.44
7.4.40.0210.00316.68
7.4.30.0070.01016.70
7.4.00.0030.01015.12
7.3.330.0030.00313.31
7.3.320.0050.00013.37
7.3.310.0030.00616.34
7.3.300.0030.00316.38
7.3.290.0060.01316.41
7.3.280.0050.01416.41
7.3.270.0080.00817.40
7.3.260.0150.00416.45
7.3.250.0150.00416.60
7.3.240.0120.00916.63
7.3.230.0100.00616.57
7.3.210.0100.00716.57
7.3.200.0060.01019.39
7.3.190.0090.00916.52
7.3.180.0120.00416.59
7.3.170.0100.00716.47
7.3.160.0120.01216.73
7.3.120.0090.00614.95
7.2.330.0100.00716.71
7.2.320.0120.00416.73
7.2.310.0130.01016.60
7.2.300.0160.00016.62
7.2.290.0190.00616.61
7.2.60.0100.00316.79
7.2.00.0040.01119.54
7.1.200.0120.00015.78
7.1.100.0000.00918.15
7.1.70.0030.00916.86
7.1.60.0060.01919.70
7.1.50.0100.02134.55
7.1.00.0070.07322.54
7.0.200.0070.00316.72
7.0.140.0030.07322.20
7.0.110.0070.08319.99
7.0.100.0470.07720.00
7.0.90.0770.07719.93
7.0.80.0400.08020.04
7.0.70.0600.06019.87
7.0.60.0530.04719.68
7.0.50.0700.06720.30
7.0.40.0070.07320.26
7.0.30.0070.07720.04
7.0.20.0100.08720.12
7.0.10.0100.08020.02
7.0.00.0200.07320.15
5.6.280.0030.07320.84
5.6.250.0170.07020.74
5.6.240.0100.03720.59
5.6.230.0030.07720.56
5.6.220.0070.07320.67
5.6.210.0100.07720.42
5.6.200.0070.06021.17
5.6.190.0030.05721.16
5.6.180.0030.08021.10
5.6.170.0070.09021.07
5.6.160.0000.05720.96
5.6.150.0100.04721.24
5.6.140.0070.08721.16
5.6.130.0070.08321.11
5.6.120.0070.07720.96
5.6.110.0000.07720.96
5.6.100.0130.07020.94
5.6.90.0070.08020.93
5.6.80.0100.07020.54
5.6.70.0100.07320.49
5.6.60.0100.07720.33
5.6.50.0130.06320.49
5.6.40.0100.08020.50
5.6.30.0100.07320.42
5.6.20.0000.08720.59
5.6.10.0130.06020.45
5.6.00.0170.07020.55
5.5.380.0100.07320.37
5.5.370.0130.06720.34
5.5.360.0100.08020.52
5.5.350.0000.04720.45
5.5.340.0100.07721.00
5.5.330.0200.07020.87
5.5.320.0100.07720.77
5.5.310.0130.04020.92
5.5.300.0100.07320.83
5.5.290.0100.07720.99
5.5.280.0100.08020.86
5.5.270.0170.07320.96
5.5.260.0100.08720.85
5.5.250.0070.08020.53
5.5.240.0100.04720.14
5.5.230.0030.08320.10
5.5.220.0170.06020.17
5.5.210.0070.06720.29
5.5.200.0030.07720.30
5.5.190.0100.05720.18
5.5.180.0130.04320.21
5.5.160.0000.08020.36
5.5.150.0130.05720.20
5.5.140.0100.06320.15
5.5.130.0100.07020.18
5.5.120.0030.07320.31
5.5.110.0130.07320.14
5.5.100.0070.08020.04
5.5.90.0130.03720.00
5.5.80.0030.08020.00
5.5.70.0130.06720.06
5.5.60.0100.06020.01
5.5.50.0170.07720.28
5.5.40.0130.06020.00
5.5.30.0070.04020.26
5.5.20.0000.06020.01
5.5.10.0070.07320.04
5.5.00.0000.04019.94
5.4.450.0030.05319.33
5.4.440.0030.05019.27
5.4.430.0070.07719.50
5.4.420.0070.07319.46
5.4.410.0070.07719.18
5.4.400.0030.07719.34
5.4.390.0170.06319.34
5.4.380.0070.07319.31
5.4.370.0000.08018.99
5.4.360.0130.05018.99
5.4.350.0100.07319.16
5.4.340.0100.05319.16
5.4.320.0130.07019.09
5.4.310.0030.08718.99
5.4.300.0030.07719.34
5.4.290.0030.08319.00
5.4.280.0170.06319.00
5.4.270.0130.06019.09
5.4.260.0000.05018.99
5.4.250.0170.06019.00
5.4.240.0030.05019.09
5.4.230.0100.06318.98
5.4.220.0130.07018.98
5.4.210.0130.05019.18
5.4.200.0030.07319.30
5.4.190.0100.05718.93
5.4.180.0100.06319.34
5.4.170.0030.08319.23
5.4.160.0070.07319.21
5.4.150.0130.06319.29
5.4.140.0200.06016.61
5.4.130.0030.07716.51
5.4.120.0130.07316.60
5.4.110.0070.07716.55
5.4.100.0100.06716.52
5.4.90.0070.07716.55
5.4.80.0070.07016.45
5.4.70.0070.07016.35
5.4.60.0030.04016.41
5.4.50.0030.07716.56
5.4.40.0070.07316.34
5.4.30.0030.06716.64
5.4.20.0100.03716.50
5.4.10.0100.02716.63
5.4.00.0030.06715.82
5.3.290.0130.06714.65
5.3.280.0030.04314.59
5.3.270.0130.06314.66
5.3.260.0030.07014.75
5.3.250.0070.07714.62
5.3.240.0070.04714.48
5.3.230.0000.08014.75
5.3.220.0130.07314.71
5.3.210.0070.08014.45
5.3.200.0030.07714.62
5.3.190.0100.07714.73
5.3.180.0030.08014.81
5.3.170.0070.07714.43
5.3.160.0070.07014.71
5.3.150.0100.07314.57
5.3.140.0100.06014.66
5.3.130.0030.04314.57
5.3.120.0100.05014.60
5.3.110.0100.07314.43
5.3.100.0030.07014.19
5.3.90.0100.04713.90
5.3.80.0070.03313.89
5.3.70.0100.03014.04
5.3.60.0070.03014.02
5.3.50.0130.02713.83
5.3.40.0030.03713.96
5.3.30.0130.02713.93
5.3.20.0030.03313.69
5.3.10.0000.03713.66
5.3.00.0070.05313.64
5.2.170.0030.03311.15
5.2.160.0070.02711.27
5.2.150.0030.03311.25
5.2.140.0070.02311.25
5.2.130.0070.02311.14
5.2.120.0000.03311.21
5.2.110.0030.02311.08
5.2.100.0030.02711.23
5.2.90.0030.03011.21
5.2.80.0000.03011.25
5.2.70.0030.02711.13
5.2.60.0070.04011.09
5.2.50.0030.04711.03
5.2.40.0030.02711.03
5.2.30.0030.02711.01
5.2.20.0030.02710.98
5.2.10.0070.05310.74
5.2.00.0030.04010.72
5.1.60.0070.0239.85
5.1.50.0000.03010.10
5.1.40.0000.02710.00
5.1.30.0030.02310.37
5.1.20.0070.02010.61
5.1.10.0000.02710.25
5.1.00.0070.03310.08
5.0.50.0000.0208.82
5.0.40.0000.0238.41
5.0.30.0030.0308.23
5.0.20.0030.0208.19
5.0.10.0000.0408.20
5.0.00.0000.0338.17
4.4.90.0070.0237.82
4.4.80.0030.0137.82
4.4.70.0000.0177.82
4.4.60.0000.0307.82
4.4.50.0000.0177.82
4.4.40.0000.0237.82
4.4.30.0030.0137.82
4.4.20.0030.0237.82
4.4.10.0030.0137.82
4.4.00.0000.0307.82
4.3.110.0030.0137.82
4.3.100.0000.0137.82
4.3.90.0000.0137.82
4.3.80.0030.0237.82
4.3.70.0000.0137.82
4.3.60.0000.0177.82
4.3.50.0030.0137.82
4.3.40.0030.0207.82
4.3.30.0070.0207.82
4.3.20.0030.0277.82
4.3.10.0030.0137.82
4.3.00.0000.0137.82

preferences:
38.74 ms | 401 KiB | 5 Q