3v4l.org

run code in 300+ PHP versions simultaneously
<?php namespace App\Presenters; use Nette, App\Model; /** * Base presenter for all application presenters. * @author Jiřička Jakub <info@jirickajakub.cz> * @package Admin */ abstract class BasePresenter extends Nette\Application\UI\Presenter { // Import Autowired extension use \Kdyby\Autowired\AutowireProperties; use \Kdyby\Autowired\AutowireComponentFactories; // Startup function for loging public function startup() { parent::startup(); if (!$this->user->isLoggedIn()) { $this->flashMessage('Musíte být přihlášeni!', 'alert alert-danger'); $this->redirect('Sign:in', ['backlink' => $this->storeRequest()]); } } // Signout function public function handleSignOut() { $this->getUser()->logout(); $this->flashMessage('Byly jste úspěšně odhlášeni!', 'alert alert-success'); $this->redirect('Sign:in'); } }

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.0100.01023.99
8.4.110.0100.00924.16
8.4.100.0110.01018.93
8.4.90.0130.00518.84
8.4.80.0100.00818.79
8.4.70.0040.00418.05
8.4.60.0100.01118.96
8.4.50.0100.01018.60
8.4.40.0070.00317.88
8.4.30.0100.01017.32
8.4.20.0130.00717.70
8.4.10.0030.01617.64
8.3.250.0100.00818.69
8.3.240.0070.00917.25
8.3.230.0080.01116.66
8.3.220.0110.00418.83
8.3.210.0100.00916.61
8.3.200.0080.01116.61
8.3.190.0070.01116.78
8.3.180.0110.00917.12
8.3.170.0070.01122.60
8.3.160.0090.00917.15
8.3.150.0000.00817.00
8.3.140.0050.00318.46
8.3.130.0030.00618.57
8.3.120.0130.00320.84
8.3.110.0060.00320.94
8.3.100.0160.00316.75
8.3.90.0060.00918.21
8.3.80.0060.00318.55
8.3.70.0090.00916.75
8.3.60.0110.00616.63
8.3.50.0110.00822.05
8.3.40.0120.00318.74
8.3.30.0140.00018.71
8.3.20.0000.00720.34
8.3.10.0000.00823.67
8.3.00.0000.00819.38
8.2.290.0120.00620.55
8.2.280.0110.00818.41
8.2.270.0040.01117.18
8.2.260.0050.00316.67
8.2.250.0080.00018.35
8.2.240.0120.00317.37
8.2.230.0070.00322.58
8.2.220.0070.01024.06
8.2.210.0030.00626.77
8.2.200.0000.00918.17
8.2.190.0150.00616.63
8.2.180.0120.00318.41
8.2.170.0070.00722.96
8.2.160.0070.00720.36
8.2.150.0040.00424.18
8.2.140.0070.00024.66
8.2.130.0040.00426.16
8.2.120.0000.00817.38
8.2.110.0060.00319.38
8.2.100.0100.00717.91
8.2.90.0050.00319.09
8.2.80.0000.00817.97
8.2.70.0040.00417.75
8.2.60.0040.00418.04
8.2.50.0000.00818.07
8.2.40.0040.00419.46
8.2.30.0030.00520.64
8.2.20.0070.00017.68
8.2.10.0030.00718.13
8.2.00.0000.00717.97
8.1.330.0080.01021.80
8.1.320.0120.00717.83
8.1.310.0190.00018.25
8.1.300.0060.00320.40
8.1.290.0080.00018.88
8.1.280.0130.00725.92
8.1.270.0040.00423.96
8.1.260.0070.00026.35
8.1.250.0000.00728.09
8.1.240.0030.00622.19
8.1.230.0200.00018.54
8.1.220.0000.00817.74
8.1.210.0040.00418.77
8.1.200.0040.00717.35
8.1.190.0070.00317.23
8.1.180.0000.00818.10
8.1.170.0000.00818.65
8.1.160.0070.00022.08
8.1.150.0000.00720.65
8.1.140.0080.00019.50
8.1.130.0030.00317.66
8.1.120.0000.00817.44
8.1.110.0030.00517.36
8.1.100.0030.00317.45
8.1.90.0070.00017.31
8.1.80.0040.00417.41
8.1.70.0070.00017.34
8.1.60.0000.00717.52
8.1.50.0050.00317.52
8.1.40.0040.00417.45
8.1.30.0000.00917.63
8.1.20.0000.00817.64
8.1.10.0070.00017.41
8.1.00.0000.00817.35
8.0.300.0040.00418.77
8.0.290.0040.00416.75
8.0.280.0000.00718.53
8.0.270.0000.00717.25
8.0.260.0020.00517.26
8.0.250.0000.00716.91
8.0.240.0000.00816.92
8.0.230.0030.00316.93
8.0.220.0040.00416.94
8.0.210.0000.00816.97
8.0.200.0000.00617.02
8.0.190.0080.00017.07
8.0.180.0080.00017.01
8.0.170.0040.00416.94
8.0.160.0000.00717.09
8.0.150.0070.00016.84
8.0.140.0070.00016.83
8.0.130.0000.00613.43
8.0.120.0040.00416.93
8.0.110.0000.00816.98
8.0.100.0070.00017.00
8.0.90.0020.00517.04
8.0.80.0090.00616.98
8.0.70.0000.00816.91
8.0.60.0000.00716.91
8.0.50.0000.00816.84
8.0.30.0120.00517.05
8.0.20.0100.01017.41
8.0.10.0050.00317.09
8.0.00.0110.00816.66
7.4.330.0000.00615.08
7.4.320.0030.00616.47
7.4.300.0000.00616.52
7.4.290.0000.00716.41
7.4.280.0030.00516.44
7.4.270.0000.00616.54
7.4.260.0070.00016.46
7.4.250.0000.00716.50
7.4.240.0060.00216.50
7.4.230.0030.00316.50
7.4.220.0140.00316.48
7.4.210.0100.00516.66
7.4.200.0080.00016.37
7.4.160.0100.00716.41
7.4.150.0100.00717.40
7.4.140.0130.00917.86
7.4.130.0140.00816.51
7.4.120.0050.01416.56
7.4.110.0080.00816.57
7.4.100.0130.00916.54
7.4.90.0090.00816.51
7.4.80.0090.00919.39
7.4.70.0100.01316.62
7.4.60.0090.00916.48
7.4.50.0080.00016.60
7.4.40.0070.01416.37
7.4.30.0070.01416.38
7.4.00.0070.01015.25
7.3.330.0000.00513.27
7.3.320.0000.00613.25
7.3.310.0050.00216.16
7.3.300.0000.00716.11
7.3.290.0070.01016.29
7.3.280.0090.00716.27
7.3.270.0100.00617.40
7.3.260.0100.01116.52
7.3.250.0110.00816.37
7.3.240.0120.00916.50
7.3.230.0100.00616.43
7.3.210.0000.01516.43
7.3.200.0030.01516.44
7.3.190.0060.00916.50
7.3.180.0040.01316.54
7.3.170.0030.01416.29
7.3.160.0170.00016.28
7.2.330.0100.00616.56
7.2.320.0090.00916.58
7.2.310.0050.01416.34
7.2.300.0160.00616.41
7.2.290.0060.01016.36
7.2.60.0240.00316.49
7.2.00.0040.00819.18
7.1.200.0000.01115.65
7.1.100.0080.00317.97
7.1.70.0030.00616.86
7.1.60.0030.02019.43
7.1.50.0030.02016.71
7.1.00.0030.07722.43
7.0.200.0410.00314.68
7.0.100.0130.08720.20
7.0.90.0130.05020.01
7.0.80.0270.07319.91
7.0.70.0100.06719.96
7.0.60.0100.05019.96
7.0.50.0300.06720.36
7.0.40.0030.07320.04
7.0.30.0030.05020.17
7.0.20.0100.08020.05
7.0.10.0030.05320.13
7.0.00.0000.07020.07
5.6.280.0030.03321.16
5.6.250.0100.08020.63
5.6.240.0100.08020.58
5.6.230.0070.05720.64
5.6.220.0070.07020.66
5.6.210.0030.08320.63
5.6.200.0100.07320.96
5.6.190.0130.08021.14
5.6.180.0100.04321.09
5.6.170.0030.09021.14
5.6.160.0070.05321.02
5.6.150.0170.06021.08
5.6.140.0100.08020.99
5.6.130.0070.08021.08
5.6.120.0100.05020.95
5.6.110.0030.07320.95
5.6.100.0100.07321.10
5.6.90.0070.06021.09
5.6.80.0030.07320.34
5.6.70.0070.08020.34
5.6.60.0070.04720.45
5.6.50.0130.07720.43
5.6.40.0070.08320.30
5.6.30.0170.07320.32
5.6.20.0000.06320.53
5.6.10.0130.03720.45
5.6.00.0170.06320.31
5.5.380.0130.07720.55
5.5.370.0200.07020.36
5.5.360.0070.08320.57
5.5.350.0030.08320.45
5.5.340.0230.06320.78
5.5.330.0070.07320.94
5.5.320.0030.08320.84
5.5.310.0100.04320.79
5.5.300.0170.07320.89
5.5.290.0170.04320.74
5.5.280.0070.07020.89
5.5.270.0130.03720.83
5.5.260.0100.08020.86
5.5.250.0100.04320.76
5.5.240.0100.06320.28
5.5.230.0170.06720.28
5.5.220.0100.05720.28
5.5.210.0070.07720.25
5.5.200.0130.08320.18
5.5.190.0030.05320.29
5.5.180.0130.06320.00
5.5.160.0100.07720.26
5.5.150.0170.06020.19
5.5.140.0230.05720.24
5.5.130.0100.07720.09
5.5.120.0070.06720.28
5.5.110.0070.08320.08
5.5.100.0100.06020.17
5.5.90.0100.07020.07
5.5.80.0100.07320.10
5.5.70.0130.07319.95
5.5.60.0070.04320.05
5.5.50.0070.08320.06
5.5.40.0070.07720.06
5.5.30.0070.07720.11
5.5.20.0130.04020.09
5.5.10.0070.07720.04
5.5.00.0030.08020.08
5.4.450.0130.03319.27
5.4.440.0100.07319.49
5.4.430.0000.04319.23
5.4.420.0100.04019.41
5.4.410.0070.04319.23
5.4.400.0100.06019.10
5.4.390.0200.03019.10
5.4.380.0100.06019.12
5.4.370.0070.07019.03
5.4.360.0130.06719.23
5.4.350.0170.06718.91
5.4.340.0170.06719.23
5.4.320.0070.08019.02
5.4.310.0130.06719.04
5.4.300.0030.08018.96
5.4.290.0030.08318.99
5.4.280.0070.07718.84
5.4.270.0130.05719.13
5.4.260.0070.07718.86
5.4.250.0130.06319.20
5.4.240.0100.07019.16
5.4.230.0070.07319.17
5.4.220.0030.06318.90
5.4.210.0070.08019.09
5.4.200.0170.06319.13
5.4.190.0030.06719.14
5.4.180.0030.04719.15
5.4.170.0030.07719.17
5.4.160.0030.04719.16
5.4.150.0070.05019.10
5.4.140.0070.07716.46
5.4.130.0030.08016.33
5.4.120.0070.06016.19
5.4.110.0130.07016.35
5.4.100.0000.06016.40
5.4.90.0100.07316.39
5.4.80.0100.07016.45
5.4.70.0100.07716.34
5.4.60.0030.07716.45
5.4.50.0100.06716.36
5.4.40.0130.06716.54
5.4.30.0000.06316.41
5.4.20.0070.07716.26
5.4.10.0130.07316.25
5.4.00.0100.07715.69
5.3.290.0230.06314.65
5.3.280.0100.05714.52
5.3.270.0170.06714.61
5.3.260.0030.04014.66
5.3.250.0100.07314.58
5.3.240.0100.06714.59
5.3.230.0030.05714.68
5.3.220.0070.04314.63
5.3.210.0030.06014.53
5.3.200.0100.07314.63
5.3.190.0130.07314.48
5.3.180.0130.07014.48
5.3.170.0200.06314.70
5.3.160.0130.06314.66
5.3.150.0070.06014.55
5.3.140.0130.07014.53
5.3.130.0070.08014.59
5.3.120.0030.08014.51
5.3.110.0100.06714.65
5.3.100.0070.06013.97
5.3.90.0100.05014.01
5.3.80.0000.04314.04
5.3.70.0000.08314.08
5.3.60.0100.03714.02
5.3.50.0030.07313.91
5.3.40.0030.08014.05
5.3.30.0070.07713.90
5.3.20.0000.07713.70
5.3.10.0070.07313.75
5.3.00.0070.07713.72
5.2.170.0070.06313.64
5.2.160.0100.04313.64
5.2.150.0030.06013.64
5.2.140.0170.05013.64
5.2.130.0100.02713.64
5.2.120.0030.03313.64
5.2.110.0130.05313.64
5.2.100.0030.04713.64
5.2.90.0070.05713.64
5.2.80.0030.03313.64
5.2.70.0100.05713.64
5.2.60.0170.05013.64
5.2.50.0100.06313.64
5.2.40.0000.04713.64
5.2.30.0000.06313.64
5.2.20.0100.04713.64
5.2.10.0070.05313.64
5.2.00.0100.05713.64
5.1.60.0100.04713.64
5.1.50.0000.04713.64
5.1.40.0100.05013.64
5.1.30.0070.05713.64
5.1.20.0070.06013.64
5.1.10.0030.04013.64
5.1.00.0000.05713.64
5.0.50.0070.04013.64
5.0.40.0100.03713.64
5.0.30.0030.05013.64
5.0.20.0070.03713.64
5.0.10.0030.02313.64
5.0.00.0030.04713.64
4.4.90.0070.03013.64
4.4.80.0030.03313.64
4.4.70.0070.01713.64
4.4.60.0000.02013.64
4.4.50.0000.03713.64
4.4.40.0000.04713.64
4.4.30.0030.03713.64
4.4.20.0030.02313.64
4.4.10.0000.03013.64
4.4.00.0070.04713.64
4.3.110.0030.03713.64
4.3.100.0100.03013.64
4.3.90.0000.02313.64
4.3.80.0030.05313.64
4.3.70.0030.02313.64
4.3.60.0030.03013.64
4.3.50.0070.03013.64
4.3.40.0000.04013.64
4.3.30.0030.01713.64
4.3.20.0000.03013.64
4.3.10.0030.02013.64
4.3.00.0000.02713.64

preferences:
122.31 ms | 403 KiB | 5 Q