3v4l.org

run code in 300+ PHP versions simultaneously
<?php class Event { private $propagationStopped = false; public function isPropagationStopped() { return $this->propagationStopped; } public function stopPropagation() { $this->propagationStopped = true; } } class AddFranchiseeEvent extends Event { const EVENT_ID = 'gtt.franchisee_my.event.add_franchisee'; private $franchisee; private $prefix; private $code; private $clientId; public function __construct(Franchisee $franchisee, $prefix, $code, $clientId) { $this->franchisee = $franchisee; $this->prefix = $prefix; $this->code = $code; $this->clientId = $clientId; } public function getFranchisee() { return $this->franchisee; } public function getPrefix() { return $this->prefix; } public function getCode() { return $this->code; } public function getClientId() { return $this->clientId; } } class Franchisee { private $id; private $parentId; private $shortName; private $fullName; private $branchId; private $status; public function setStatus($status) { $this->status = $status; } public function getStatus() { return $this->status; } public function setFullName($fullName) { $this->fullName = $fullName; } public function getFullName() { return $this->fullName; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setParentId($parentId) { $this->parentId = $parentId; } public function getParentId() { return $this->parentId; } public function setShortName($shortName) { $this->shortName = $shortName; } public function getShortName() { return $this->shortName; } public function getBranchId() { return $this->branchId; } public function setBranchId($branchId) { $this->branchId = $branchId; } } $object = new AddFranchiseeEvent(new Franchisee(), 'pref', 121, 12323); echo json_encode($object);

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.0070.00718.55
8.3.50.0090.01022.05
8.3.40.0100.00318.84
8.3.30.0090.00619.07
8.3.20.0040.00420.16
8.3.10.0070.00023.51
8.3.00.0020.00519.19
8.2.180.0060.00918.11
8.2.170.0110.00422.96
8.2.160.0100.00320.53
8.2.150.0040.00424.18
8.2.140.0060.00324.66
8.2.130.0080.00026.16
8.2.120.0090.00319.16
8.2.110.0030.00621.95
8.2.100.0040.00820.38
8.2.90.0000.00819.18
8.2.80.0000.00817.97
8.2.70.0000.00817.50
8.2.60.0030.00617.91
8.2.50.0060.00318.07
8.2.40.0030.00619.76
8.2.30.0070.00018.13
8.2.20.0040.00417.69
8.2.10.0040.00417.93
8.2.00.0040.00417.65
8.1.280.0120.00625.92
8.1.270.0110.00723.85
8.1.260.0080.00026.35
8.1.250.0040.00428.09
8.1.240.0090.00022.20
8.1.230.0080.00319.08
8.1.220.0040.00417.74
8.1.210.0050.00318.77
8.1.200.0030.00617.23
8.1.190.0040.00417.11
8.1.180.0030.00518.10
8.1.170.0090.00018.55
8.1.160.0050.00222.03
8.1.150.0000.00718.50
8.1.140.0000.00717.45
8.1.130.0000.00717.71
8.1.120.0000.00717.31
8.1.110.0040.00417.42
8.1.100.0080.00017.44
8.1.90.0070.00017.42
8.1.80.0040.00417.30
8.1.70.0000.00717.40
8.1.60.0090.00017.56
8.1.50.0040.00417.40
8.1.40.0040.00817.52
8.1.30.0040.00417.58
8.1.20.0000.00817.57
8.1.10.0050.00317.64
8.1.00.0080.00017.36
8.0.300.0030.00518.77
8.0.290.0000.00716.88
8.0.280.0040.00418.48
8.0.270.0030.00317.17
8.0.260.0000.00717.18
8.0.250.0000.00716.91
8.0.240.0000.00817.02
8.0.230.0040.00416.97
8.0.220.0000.00716.89
8.0.210.0040.00416.91
8.0.200.0030.00316.89
8.0.190.0000.00916.86
8.0.180.0030.00516.80
8.0.170.0040.00416.85
8.0.160.0000.00816.97
8.0.150.0000.00716.88
8.0.140.0000.00716.83
8.0.130.0050.00013.32
8.0.120.0000.00816.88
8.0.110.0040.00416.86
8.0.100.0070.00016.80
8.0.90.0040.00416.70
8.0.80.0090.01216.91
8.0.70.0030.00516.90
8.0.60.0080.00016.86
8.0.50.0030.00616.77
8.0.30.0160.00717.08
8.0.20.0110.00817.40
8.0.10.0040.00416.95
8.0.00.0090.00816.77
7.4.330.0050.00015.00
7.4.320.0000.00616.50
7.4.300.0030.00316.50
7.4.290.0000.00716.51
7.4.280.0000.00716.57
7.4.270.0000.00716.62
7.4.260.0000.00716.56
7.4.250.0000.00716.48
7.4.240.0020.00516.59
7.4.230.0030.00316.45
7.4.220.0080.01216.57
7.4.210.0090.00616.44
7.4.200.0030.00316.62
7.4.190.0040.00416.50
7.4.160.0090.00616.45
7.4.150.0130.00417.40
7.4.140.0110.01017.86
7.4.130.0080.00816.45
7.4.120.0110.00816.48
7.4.110.0100.00716.66
7.4.100.0070.01316.68
7.4.90.0110.01416.41
7.4.80.0100.01319.39
7.4.70.0040.01416.53
7.4.60.0180.00016.55
7.4.50.0040.00416.72
7.4.40.0110.00616.43
7.4.30.0100.00616.51
7.4.00.0090.00914.79
7.3.330.0080.00013.29
7.3.320.0030.00313.29
7.3.310.0000.00716.33
7.3.300.0030.00316.27
7.3.290.0060.00916.25
7.3.280.0060.00916.25
7.3.270.0060.01317.40
7.3.260.0120.01216.50
7.3.250.0080.01216.32
7.3.240.0030.01516.31
7.3.230.0110.00816.39
7.3.210.0140.00316.38
7.3.200.0100.00719.39
7.3.190.0100.00716.24
7.3.180.0040.01216.57
7.3.170.0030.01216.43
7.3.160.0060.01016.36
7.3.120.0100.00514.59
7.3.110.0100.00714.88
7.3.100.0030.00814.74
7.3.90.0000.01414.66
7.3.80.0090.00614.62
7.3.70.0070.00714.71
7.3.60.0030.00914.79
7.3.50.0030.00714.52
7.3.40.0060.00914.52
7.3.30.0100.00614.77
7.3.20.0030.00616.43
7.3.10.0020.00916.19
7.3.00.0070.00916.28
7.2.330.0090.00916.64
7.2.320.0070.01516.54
7.2.310.0090.00616.50
7.2.300.0110.00716.68
7.2.290.0100.00716.73
7.2.250.0030.01614.94
7.2.240.0100.01014.88
7.2.230.0030.00614.96
7.2.220.0150.00014.78
7.2.210.0060.00914.84
7.2.200.0040.01515.02
7.2.190.0070.00715.04
7.2.180.0030.01315.19
7.2.170.0060.00914.88
7.2.130.0090.01216.72
7.2.120.0070.00716.73
7.2.110.0080.00416.70
7.2.100.0140.00016.54
7.2.90.0090.00316.85
7.2.80.0000.01516.75
7.2.70.0060.00616.75
7.2.60.0040.00816.70
7.2.50.0060.00616.73
7.2.40.0040.00716.53
7.2.30.0000.01316.68
7.2.20.0060.00616.93
7.2.10.0040.01216.51
7.2.00.0060.00616.71
7.1.330.0090.00315.72
7.1.320.0030.00515.80
7.1.310.0080.00415.75
7.1.300.0030.00615.77
7.1.290.0030.01015.72
7.1.280.0100.01015.72
7.1.270.0100.01015.82
7.1.260.0060.00615.87
7.1.250.0070.00715.47
7.1.200.0000.00915.91
7.1.70.0060.00316.83
7.1.60.0060.01619.70
7.1.50.0100.01316.91
7.1.00.0070.07322.27
7.0.200.0040.00416.85
7.0.140.0030.07322.08
7.0.90.0430.07320.14
7.0.80.0530.05319.91
7.0.70.0600.06719.91
7.0.60.0600.07319.89
7.0.50.0530.07720.22
7.0.40.0030.07720.10
7.0.30.0130.05320.18
7.0.20.0070.04020.09
7.0.10.0070.04019.99
7.0.00.0130.07320.18
5.6.280.0030.07321.10
5.6.240.0030.05720.61
5.6.230.0130.08020.66
5.6.220.0100.07020.64
5.6.210.0030.08320.63
5.6.200.0070.05021.06
5.6.190.0070.04721.16
5.6.180.0130.07721.00
5.6.170.0130.07020.98
5.6.160.0030.08320.96
5.6.150.0100.08021.14
5.6.140.0170.07721.20
5.6.130.0170.08021.04
5.6.120.0130.05721.05
5.6.110.0030.09021.05
5.6.100.0070.08721.04
5.6.90.0100.04720.95
5.6.80.0030.06320.46
5.6.70.0170.08020.58
5.6.60.0170.07320.49
5.6.50.0070.06320.54
5.6.40.0000.06320.39
5.6.30.0030.05720.41
5.6.20.0030.06320.40
5.6.10.0100.07720.55
5.6.00.0070.05020.43
5.5.380.0170.07020.40
5.5.370.0100.07020.40
5.5.360.0170.07020.39
5.5.350.0100.08320.47
5.5.340.0100.07320.93
5.5.330.0070.05020.67
5.5.320.0000.05320.91
5.5.310.0030.04720.82
5.5.300.0070.07720.79
5.5.290.0070.06020.75
5.5.280.0030.09020.89
5.5.270.0130.07720.66
5.5.260.0200.03720.91
5.5.250.0070.08720.60
5.5.240.0070.07020.29
5.5.230.0070.06320.14
5.5.220.0000.07020.31
5.5.210.0100.04320.23
5.5.200.0030.07720.16
5.5.190.0100.07720.29
5.5.180.0130.06020.18
5.5.160.0100.04320.18
5.5.150.0130.07020.02
5.5.140.0100.07020.29
5.5.130.0100.06320.28
5.5.120.0030.05720.24
5.5.110.0070.08020.27
5.5.100.0030.08320.10
5.5.90.0100.07020.12
5.5.80.0070.06720.19
5.5.70.0130.07020.06
5.5.60.0070.07720.16
5.5.50.0200.06720.12
5.5.40.0130.06320.08
5.5.30.0100.04720.11
5.5.20.0030.05020.17
5.5.10.0030.07320.10
5.5.00.0070.06320.13
5.4.450.0200.07319.37
5.4.440.0130.05319.35
5.4.430.0000.05719.52
5.4.420.0200.06319.36
5.4.410.0170.07019.14
5.4.400.0030.08019.13
5.4.390.0000.06319.25
5.4.380.0070.04019.04
5.4.370.0000.08019.16
5.4.360.0130.07018.88
5.4.350.0100.07019.06
5.4.340.0000.06719.07
5.4.320.0070.07718.85
5.4.310.0100.07019.14
5.4.300.0070.07719.04
5.4.290.0030.07718.90
5.4.280.0130.06718.87
5.4.270.0100.07019.18
5.4.260.0000.08018.85
5.4.250.0100.07019.12
5.4.240.0130.04718.84
5.4.230.0130.07019.14
5.4.220.0070.07019.08
5.4.210.0000.05719.12
5.4.200.0070.07319.18
5.4.190.0100.07019.23
5.4.180.0030.04719.13
5.4.170.0100.07719.11
5.4.160.0100.07319.16
5.4.150.0070.07719.07
5.4.140.0130.06016.45
5.4.130.0130.06316.46
5.4.120.0100.06016.29
5.4.110.0130.07016.56
5.4.100.0070.07716.56
5.4.90.0070.07316.54
5.4.80.0170.06716.37
5.4.70.0130.05716.38
5.4.60.0000.07716.43
5.4.50.0070.05316.48
5.4.40.0070.07016.53
5.4.30.0100.07316.33
5.4.20.0130.06316.45
5.4.10.0030.07316.29
5.4.00.0030.08015.86
5.3.290.0030.07014.66
5.3.280.0070.08014.55
5.3.270.0100.05714.63
5.3.260.0100.05014.69
5.3.250.0030.06014.65
5.3.240.0170.06714.75
5.3.230.0070.08314.58
5.3.220.0130.06714.65
5.3.210.0030.07714.70
5.3.200.0130.04314.52
5.3.190.0130.07014.57
5.3.180.0030.07014.66
5.3.170.0230.06714.55
5.3.160.0170.05714.68
5.3.150.0070.07014.68
5.3.140.0030.08014.61
5.3.130.0070.07714.60
5.3.120.0100.07314.63
5.3.110.0030.09314.55
5.3.100.0070.07014.15
5.3.90.0130.06713.97
5.3.80.0070.07014.11
5.3.70.0030.07714.02
5.3.60.0100.07014.04
5.3.50.0070.07713.86
5.3.40.0070.06713.86
5.3.30.0070.05013.84
5.3.20.0030.08013.84
5.3.10.0100.08013.67
5.3.00.0070.06713.80
5.2.170.0070.05011.07
5.2.160.0100.05711.23
5.2.150.0030.06311.25
5.2.140.0000.03711.22
5.2.130.0070.05011.19
5.2.120.0030.06311.19
5.2.110.0070.04711.12
5.2.100.0070.05011.15
5.2.90.0030.06011.04
5.2.80.0070.06011.24
5.2.70.0030.05010.98
5.2.60.0100.05711.14
5.2.50.0030.05711.18
5.2.40.0000.06310.93
5.2.30.0000.05711.02
5.2.20.0000.06310.84
5.2.10.0130.04710.88
5.2.00.0030.06010.77
5.1.60.0000.04310.13
5.1.50.0030.0409.92
5.1.40.0000.04010.01
5.1.30.0070.05310.48
5.1.20.0030.05710.45
5.1.10.0000.05710.09
5.1.00.0100.04710.10
5.0.50.0030.0408.63
5.0.40.0130.0338.44
5.0.30.0100.0538.09
5.0.20.0000.0438.32
5.0.10.0130.0338.27
5.0.00.0070.0678.26
4.4.90.0000.0377.87
4.4.80.0000.0377.87
4.4.70.0070.0337.87
4.4.60.0030.0337.87
4.4.50.0000.0307.87
4.4.40.0030.0377.87
4.4.30.0030.0277.87
4.4.20.0070.0337.87
4.4.10.0000.0277.87
4.4.00.0030.0307.87
4.3.110.0030.0177.87
4.3.100.0030.0337.87
4.3.90.0000.0277.87
4.3.80.0070.0407.87
4.3.70.0000.0237.87
4.3.60.0000.0237.87
4.3.50.0000.0377.87
4.3.40.0070.0407.87
4.3.30.0000.0377.87
4.3.20.0000.0307.87
4.3.10.0100.0207.87
4.3.00.0070.0307.87

preferences:
50.45 ms | 401 KiB | 5 Q