3v4l.org

run code in 300+ PHP versions simultaneously
<?php /** Store Sessions in DB **/ session_set_save_handler( //open function($savePath, $sessionName) { return true; }, //close function() { require_once 'api/CManager.php'; $Manager = new \teachme\CManager(); $Manager->DeleteSessions(time()); return true; }, //read function($sessionID) { require_once 'api/CManager.php'; $Manager = new \teachme\CManager(); $Session = $Manager->GetSession($sessionID); if($Session->getLifetime() < time()) { return ""; } return $Session->getData(); }, //write function($sessionID, $data) { require_once 'api/CManager.php'; $Session = new \teachme\CSession(); $Session->setSessionID($sessionID); $Session->setLifetime(time() + get_cfg_var("session.gc_maxlifetime")); $Session->setData($data); $Manager = new \teachme\CManager(); return $Manager->Save($Session); }, //destroy function($sessionID) { require_once 'api/CManager.php'; $Manager = new \teachme\CManager(); return $Manager->DeleteSession($sessionID); }, //gc function($lifetime) { require_once 'api/CManager.php'; $Manager = new \teachme\CManager(); return $Manager->DeleteSessions(time()); }); /** /Store Sessions in DB **/

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)
7.4.00.0070.01114.98
7.3.120.0150.00314.69
7.3.110.0070.01114.80
7.3.100.0070.00714.66
7.3.90.0030.00914.64
7.3.80.0030.01014.84
7.3.70.0070.00714.45
7.3.60.0040.00814.66
7.3.50.0070.00714.76
7.3.40.0040.01114.41
7.3.30.0060.00914.82
7.3.20.0040.00816.66
7.3.10.0100.00316.50
7.3.00.0030.00616.27
7.2.250.0080.01114.71
7.2.240.0090.00914.92
7.2.230.0100.00615.10
7.2.220.0040.00915.10
7.2.210.0030.00714.79
7.2.200.0090.00614.78
7.2.190.0060.01014.61
7.2.180.0090.00914.88
7.2.170.0070.01014.82
7.1.330.0000.01315.56
7.1.320.0000.01715.49
7.1.310.0040.00415.51
7.1.300.0040.00815.58
7.1.290.0040.01115.59
7.1.280.0030.00915.33
7.1.270.0090.00015.72
7.1.260.0000.01015.50
7.1.70.0000.01116.97
7.1.60.0100.00719.32
7.1.50.0070.01816.58
7.1.00.0000.08022.44
7.0.200.0030.00316.63
7.0.140.0130.06322.00
7.0.100.0000.05020.05
7.0.90.0270.03720.01
7.0.80.0200.04320.00
7.0.70.0030.04719.94
7.0.60.0100.07020.11
7.0.50.0030.08720.41
7.0.40.0070.07320.00
7.0.30.0100.05020.00
7.0.20.0030.09020.13
7.0.10.0070.04320.14
7.0.00.0130.07719.95
5.6.280.0000.07721.13
5.6.250.0130.07320.64
5.6.240.0100.08320.63
5.6.230.0030.04720.70
5.6.220.0070.06020.63
5.6.210.0070.04020.76
5.6.200.0100.07721.13
5.6.190.0070.04721.08
5.6.180.0070.07721.13
5.6.170.0170.07320.92
5.6.160.0070.04721.19
5.6.150.0100.03720.98
5.6.140.0200.03721.09
5.6.130.0100.05321.18
5.6.120.0130.03321.13
5.6.110.0070.04721.08
5.6.100.0130.04721.12
5.6.90.0030.06021.04
5.6.80.0030.04720.46
5.6.70.0130.06020.53
5.6.60.0070.04020.41
5.6.50.0030.04320.36
5.6.40.0030.04320.42
5.6.30.0000.04320.39
5.6.20.0000.04020.30
5.6.10.0030.04320.41
5.6.00.0100.04020.29
5.5.380.0000.04320.43
5.5.370.0130.06720.53
5.5.360.0070.04720.36
5.5.350.0100.06020.49
5.5.340.0030.04320.93
5.5.330.0100.08020.78
5.5.320.0070.06020.77
5.5.310.0030.07720.74
5.5.300.0170.05020.91
5.5.290.0100.07720.79
5.5.280.0170.07020.84
5.5.270.0030.07320.90
5.5.260.0130.07720.91
5.5.250.0100.08020.65
5.5.240.0030.04720.32
5.5.230.0130.04720.24
5.5.220.0030.04020.22
5.5.210.0030.04320.18
5.5.200.0070.03320.16
5.5.190.0030.03320.14
5.5.180.0100.03720.25
5.5.160.0000.04720.10
5.5.150.0070.03020.18
5.5.140.0030.03720.16
5.5.130.0070.03319.96
5.5.120.0070.03319.98
5.5.110.0000.04020.13
5.5.100.0030.04320.18
5.5.90.0070.05019.96
5.5.80.0100.03020.11
5.5.70.0030.04020.16
5.5.60.0030.04020.05
5.5.50.0030.03320.13
5.5.40.0030.03720.10
5.5.30.0070.02720.07
5.5.20.0070.03020.09
5.5.10.0070.03720.07
5.5.00.0000.03720.13
5.4.450.0130.07319.37
5.4.440.0100.04719.37
5.4.430.0070.07319.45
5.4.420.0070.05019.37
5.4.410.0000.07319.22
5.4.400.0070.08019.26
5.4.390.0070.04018.85
5.4.380.0070.04018.90
5.4.370.0030.04318.95
5.4.360.0030.04019.13
5.4.350.0030.04019.21
5.4.340.0030.04019.12
5.4.320.0070.03019.21
5.4.310.0030.03018.94
5.4.300.0030.03019.03
5.4.290.0000.03719.21
5.4.280.0070.03319.03
5.4.270.0100.02319.19
5.4.260.0070.03019.03
5.4.250.0130.02718.89
5.4.240.0030.04019.02
5.4.230.0070.03319.15
5.4.220.0100.02319.04
5.4.210.0030.04019.12
5.4.200.0000.04318.89
5.4.190.0070.03018.86
5.4.180.0030.04018.93
5.4.170.0000.03719.02
5.4.160.0030.03319.03
5.4.150.0070.03018.93
5.4.140.0030.04016.39
5.4.130.0000.03716.44
5.4.120.0000.03716.57
5.4.110.0070.03316.43
5.4.100.0030.03016.52
5.4.90.0070.03016.52
5.4.80.0030.03016.31
5.4.70.0100.02716.38
5.4.60.0030.03016.37
5.4.50.0070.02716.36
5.4.40.0000.03316.38
5.4.30.0030.03016.47
5.4.20.0030.04316.30
5.4.10.0100.04316.29
5.4.00.0070.03015.79
5.3.290.0000.04714.71
5.3.280.0030.04014.62
5.3.270.0030.03014.61
5.3.260.0000.03314.74
5.3.250.0070.03314.64
5.3.240.0030.03014.65
5.3.230.0130.02314.61
5.3.220.0000.03314.55
5.3.210.0030.03314.70
5.3.200.0030.03014.54
5.3.190.0030.03014.72
5.3.180.0130.02314.70
5.3.170.0070.02714.58
5.3.160.0070.03014.63
5.3.150.0070.02714.58
5.3.140.0000.03314.70
5.3.130.0030.03014.50
5.3.120.0070.03714.55
5.3.110.0100.07014.51
5.3.100.0170.06713.98
5.3.90.0130.03713.96
5.3.80.0070.07314.17
5.3.70.0030.04014.09
5.3.60.0070.06314.11
5.3.50.0000.07014.01
5.3.40.0030.04013.98
5.3.30.0030.07713.82
5.3.20.0000.03713.70
5.3.10.0100.06013.60
5.3.00.0030.04013.64
5.2.170.0070.03711.07
5.2.160.0070.03711.12
5.2.150.0070.03011.11
5.2.140.0070.05311.00
5.2.130.0030.04710.89
5.2.120.0070.05710.93
5.2.110.0030.03310.95
5.2.100.0030.05311.08
5.2.90.0000.05710.93
5.2.80.0030.03311.02
5.2.70.0030.05010.91
5.2.60.0130.05311.12
5.2.50.0030.04011.00
5.2.40.0070.05711.03
5.2.30.0030.03710.89
5.2.20.0000.03711.01
5.2.10.0070.05310.88
5.2.00.0070.05710.57
5.1.60.0100.02710.30
5.1.50.0100.04310.30
5.1.40.0030.02310.30
5.1.30.0100.03010.30
5.1.20.0100.05310.38
5.1.10.0070.02710.30
5.1.00.0070.05310.30
5.0.50.0030.04010.30
5.0.40.0070.04010.30
5.0.30.0030.05310.30
5.0.20.0100.04010.30
5.0.10.0000.04710.30
5.0.00.0000.05710.30
4.4.90.0070.01710.30
4.4.80.0030.03310.30
4.4.70.0030.03710.30
4.4.60.0000.01710.30
4.4.50.0030.03310.30
4.4.40.0100.03710.30
4.4.30.0030.03710.30
4.4.20.0100.02010.30
4.4.10.0100.03010.30
4.4.00.0000.06010.30
4.3.110.0030.02310.30
4.3.100.0000.02710.30
4.3.90.0000.02010.30
4.3.80.0030.04310.30
4.3.70.0000.03710.30
4.3.60.0070.01710.30
4.3.50.0030.01310.30
4.3.40.0030.02710.30
4.3.30.0000.02710.30
4.3.20.0070.02710.30
4.3.10.0000.03710.30
4.3.00.0000.02310.30

preferences:
37.67 ms | 400 KiB | 5 Q