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 { protected $id; protected $parentId; protected $shortName; protected $fullName; protected $branchId; protected $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 Franchisee(); // new AddFranchiseeEvent(new Franchisee(), 'pref', 121, 12323); $object->setBranchId(100); 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.0140.00018.31
8.3.50.0140.00821.97
8.3.40.0070.00718.89
8.3.30.0110.00419.27
8.3.20.0050.00320.25
8.3.10.0040.00423.51
8.3.00.0080.00020.84
8.2.180.0060.00916.50
8.2.170.0110.00722.96
8.2.160.0110.00420.52
8.2.150.0040.00424.18
8.2.140.0070.00024.66
8.2.130.0050.00326.16
8.2.120.0070.00319.06
8.2.110.0050.00522.13
8.2.100.0030.00720.35
8.2.90.0030.00719.22
8.2.80.0000.00817.97
8.2.70.0000.00817.50
8.2.60.0080.00017.93
8.2.50.0100.00518.07
8.2.40.0040.00419.88
8.2.30.0040.00418.35
8.2.20.0030.00517.68
8.2.10.0000.00818.11
8.2.00.0040.00417.68
8.1.280.0080.00625.92
8.1.270.0060.00323.84
8.1.260.0000.00826.35
8.1.250.0090.00028.09
8.1.240.0090.00022.01
8.1.230.0090.00319.10
8.1.220.0080.00017.76
8.1.210.0040.00418.77
8.1.200.0040.00417.00
8.1.190.0040.00417.11
8.1.180.0030.00618.10
8.1.170.0030.00718.53
8.1.160.0050.00221.96
8.1.150.0040.00418.49
8.1.140.0070.00017.39
8.1.130.0070.00017.38
8.1.120.0000.00717.45
8.1.110.0050.00317.39
8.1.100.0000.00817.32
8.1.90.0030.00317.29
8.1.80.0050.00217.31
8.1.70.0000.00717.30
8.1.60.0050.00317.62
8.1.50.0050.00317.53
8.1.40.0040.00717.48
8.1.30.0030.00517.59
8.1.20.0030.00617.52
8.1.10.0000.00817.57
8.1.00.0040.00417.50
8.0.300.0040.00418.77
8.0.290.0050.00216.75
8.0.280.0030.00318.46
8.0.270.0070.00017.15
8.0.260.0040.00416.94
8.0.250.0060.00316.95
8.0.240.0000.00716.98
8.0.230.0040.00416.84
8.0.220.0080.00016.88
8.0.210.0040.00416.82
8.0.200.0060.00016.79
8.0.190.0040.00416.91
8.0.180.0040.00416.77
8.0.170.0000.00816.88
8.0.160.0040.00416.89
8.0.150.0000.00716.82
8.0.140.0040.00416.80
8.0.130.0050.00013.27
8.0.120.0040.00416.69
8.0.110.0000.00816.73
8.0.100.0050.00316.84
8.0.90.0040.00416.90
8.0.80.0100.01016.79
8.0.70.0040.00416.80
8.0.60.0040.00416.68
8.0.50.0040.00416.90
8.0.30.0090.01117.07
8.0.20.0110.01117.40
8.0.10.0040.00416.99
8.0.00.0100.00816.92
7.4.330.0000.00515.09
7.4.320.0000.00716.31
7.4.300.0000.00716.47
7.4.290.0030.00316.53
7.4.280.0040.00416.65
7.4.270.0030.00316.40
7.4.260.0030.00316.59
7.4.250.0070.00016.45
7.4.240.0020.00516.51
7.4.230.0000.00716.71
7.4.220.0030.01416.53
7.4.210.0030.01116.69
7.4.200.0000.00716.64
7.4.190.0000.00716.48
7.4.160.0140.00316.67
7.4.150.0040.01417.40
7.4.140.0050.02017.86
7.4.130.0130.00816.54
7.4.120.0180.00016.57
7.4.110.0140.00316.49
7.4.100.0070.01116.57
7.4.90.0100.00716.50
7.4.80.0030.01419.39
7.4.70.0000.01616.36
7.4.60.0100.00816.41
7.4.50.0030.00516.56
7.4.40.0160.00616.52
7.4.30.0140.01416.64
7.4.00.0060.00914.94
7.3.330.0050.00213.28
7.3.320.0000.00513.12
7.3.310.0000.00716.12
7.3.300.0090.00016.16
7.3.290.0070.00716.24
7.3.280.0090.00716.24
7.3.270.0100.00717.40
7.3.260.0100.01416.27
7.3.250.0160.00116.22
7.3.240.0140.00416.20
7.3.230.0140.00416.53
7.3.210.0110.00616.20
7.3.200.0130.00319.39
7.3.190.0130.01016.39
7.3.180.0040.01116.11
7.3.170.0100.00716.37
7.3.160.0100.00616.32
7.3.120.0040.01114.75
7.3.10.0070.00316.75
7.3.00.0140.00016.52
7.2.330.0150.00416.43
7.2.320.0100.01016.36
7.2.310.0060.00916.52
7.2.300.0060.01016.46
7.2.290.0030.01416.80
7.2.130.0000.01216.96
7.2.120.0140.00516.73
7.2.110.0160.00816.88
7.2.100.0130.00516.66
7.2.90.0110.00516.77
7.2.80.0130.00416.76
7.2.70.0070.01116.69
7.2.60.0110.00516.90
7.2.50.0240.00516.82
7.2.40.0160.01216.75
7.2.30.0110.00916.96
7.2.20.0120.00916.80
7.2.10.0090.00916.86
7.2.00.0130.00817.70
7.1.250.0100.00415.80
7.1.240.0290.00815.81
7.1.230.0100.00715.49
7.1.220.0200.00715.32
7.1.210.0200.00715.89
7.1.200.0180.00915.69
7.1.190.0250.00815.59
7.1.180.0130.00615.75
7.1.170.0120.00515.84
7.1.160.0370.00315.59
7.1.150.0340.00315.78
7.1.140.0210.00915.84
7.1.130.0250.01015.62
7.1.120.0240.00315.64
7.1.110.0250.00615.89
7.1.100.0140.00716.97
7.1.90.0750.00715.55
7.1.80.0260.01015.80
7.1.70.0150.00916.51
7.1.60.0170.00817.76
7.1.50.0330.01016.22
7.1.40.0210.00915.64
7.1.30.0290.00615.68
7.1.20.0410.00315.91
7.1.10.0180.00315.86
7.1.00.0220.04019.13
7.0.320.0280.00715.09
7.0.310.0210.00715.38
7.0.300.0280.00015.03
7.0.290.0040.01115.18
7.0.280.0200.00715.58
7.0.270.0220.00415.43
7.0.260.0210.00415.27
7.0.250.0070.00715.39
7.0.240.0250.00915.09
7.0.230.0140.00015.48
7.0.220.0200.00715.32
7.0.210.0240.00315.28
7.0.200.0130.00416.11
7.0.190.0080.01215.39
7.0.180.0220.00515.42
7.0.170.0350.00315.54
7.0.160.0310.00015.34
7.0.150.0170.01015.35
7.0.140.0100.03618.58
7.0.130.0140.00615.12
7.0.120.0390.00415.35
7.0.110.0220.00615.39
7.0.100.0070.00715.22
7.0.90.0260.03017.67
7.0.80.0390.03917.66
7.0.70.0270.04517.70
7.0.60.0160.02717.57
7.0.50.0320.04017.78
7.0.40.0130.03816.68
7.0.30.0100.02516.74
7.0.20.0080.04716.71
7.0.10.0130.02216.76
7.0.00.0080.03816.75
5.6.380.0150.00814.64
5.6.370.0120.01114.43
5.6.360.0130.00314.59
5.6.350.0080.00814.59
5.6.340.0090.00614.71
5.6.330.0120.00614.59
5.6.320.0070.00714.60
5.6.310.0030.01114.18
5.6.300.0060.00914.58
5.6.290.0160.00014.40
5.6.280.0130.03317.69
5.6.270.0130.00014.18
5.6.260.0130.00014.10
5.6.250.0130.00314.23
5.6.240.0110.03417.44
5.6.230.0090.04317.55
5.6.220.0110.04117.71
5.6.210.0150.04017.41
5.6.200.0150.03817.72
5.6.190.0080.02717.78
5.6.180.0160.02117.85
5.6.170.0120.04417.81
5.6.160.0070.02617.72
5.6.150.0070.02417.66
5.6.140.0090.04617.94
5.6.130.0090.04117.78
5.6.120.0070.04517.75
5.6.110.0120.02617.67
5.6.100.0070.02517.68
5.6.90.0120.04117.82
5.6.80.0120.02917.23
5.6.70.0100.03817.35
5.6.60.0090.03917.30
5.6.50.0110.03917.46
5.6.40.0120.03617.33
5.6.30.0100.04217.47
5.6.20.0080.02317.30
5.6.10.0070.03917.37
5.6.00.0110.03617.40
5.5.380.0070.03415.98
5.5.370.0080.02216.00
5.5.360.0070.02516.00
5.5.350.0100.03016.04
5.5.340.0090.04516.26
5.5.330.0110.04016.24
5.5.320.0090.04316.25
5.5.310.0110.04216.17
5.5.300.0080.04316.19
5.5.290.0090.03016.17
5.5.280.0150.03716.27
5.5.270.0020.02816.20
5.5.260.0150.03316.11
5.5.250.0030.04716.07
5.5.240.0060.04515.94
5.5.230.0080.04615.94
5.5.220.0060.03815.94
5.5.210.0100.04015.89
5.5.200.0080.02715.85
5.5.190.0090.04215.88
5.5.180.0090.02715.88
5.5.170.0100.00314.48
5.5.160.0100.02315.93
5.5.150.0040.04515.86
5.5.140.0070.04515.88
5.5.130.0090.03615.92
5.5.120.0090.03815.84
5.5.110.0090.04215.79
5.5.100.0070.03415.88
5.5.90.0110.03715.84
5.5.80.0100.03815.84
5.5.70.0050.03115.88
5.5.60.0070.02515.78
5.5.50.0070.02915.78
5.5.40.0070.03015.88
5.5.30.0100.03815.84
5.5.20.0060.04415.86
5.5.10.0100.03515.83
5.5.00.0170.03215.82
5.4.450.0090.04015.54
5.4.440.0100.02315.47
5.4.430.0090.03915.57
5.4.420.0080.02815.52
5.4.410.0140.03315.41
5.4.400.0040.04215.27
5.4.390.0120.02715.27
5.4.380.0080.04315.33
5.4.370.0110.03515.33
5.4.360.0100.03115.36
5.4.350.0140.03515.37
5.4.340.0060.03315.39
5.4.330.0110.00011.58
5.4.320.0110.02015.26
5.4.310.0070.02315.40
5.4.300.0070.03515.23
5.4.290.0100.03815.36
5.4.280.0060.04015.26
5.4.270.0070.04115.30
5.4.260.0050.04015.35
5.4.250.0060.03515.22
5.4.240.0070.03815.35
5.4.230.0070.02115.31
5.4.220.0050.03115.35
5.4.210.0030.02715.34
5.4.200.0090.02515.21
5.4.190.0080.02515.30
5.4.180.0100.03315.40
5.4.170.0070.03015.24
5.4.160.0050.04115.30
5.4.150.0080.02015.30
5.4.140.0090.03614.00
5.4.130.0080.03514.02
5.4.120.0070.01814.02
5.4.110.0040.04514.03
5.4.100.0110.03814.06
5.4.90.0030.04214.07
5.4.80.0050.02214.03
5.4.70.0110.03514.03
5.4.60.0120.03213.93
5.4.50.0030.02814.03
5.4.40.0070.02213.97
5.4.30.0070.01814.03
5.4.20.0130.01313.96
5.4.10.0040.02214.01
5.4.00.0090.01813.74
5.3.290.0090.03013.16
5.3.280.0040.02613.08
5.3.270.0100.03713.12
5.3.260.0030.02713.08
5.3.250.0060.03613.08
5.3.240.0030.02513.13
5.3.230.0060.02313.11
5.3.220.0050.02113.10
5.3.210.0090.01913.08
5.3.200.0020.04513.09
5.3.190.0080.04013.08
5.3.180.0090.03713.12
5.3.170.0080.04213.08
5.3.160.0080.02613.13
5.3.150.0160.02513.05
5.3.140.0000.02513.08
5.3.130.0040.02213.13
5.3.120.0070.02513.14
5.3.110.0070.01913.13
5.3.100.0030.02012.80
5.3.90.0040.02512.79
5.3.80.0060.02712.82
5.3.70.0070.01712.82
5.3.60.0090.01712.75
5.3.50.0050.02312.81
5.3.40.0030.02012.82
5.3.30.0060.02112.75
5.3.20.0060.01812.66
5.3.10.0080.01712.64
5.3.00.0030.02212.59
5.2.170.0060.01811.39
5.2.160.0000.01811.39
5.2.150.0030.01811.31
5.2.140.0070.01311.33
5.2.130.0070.02211.31
5.2.120.0030.01811.36
5.2.110.0040.01611.39
5.2.100.0070.01711.35
5.2.90.0050.03211.40
5.2.80.0090.03011.42
5.2.70.0060.03011.31
5.2.60.0010.02411.26
5.2.50.0040.02811.35
5.2.40.0050.03111.35
5.2.30.0030.03411.26
5.2.20.0040.01611.34
5.2.10.0060.01511.27
5.2.00.0020.01711.16
5.1.60.0040.01610.86
5.1.50.0030.01310.87
5.1.40.0050.01310.85
5.1.30.0030.01710.98
5.1.20.0030.02410.96
5.1.10.0060.01310.89
5.1.00.0060.02210.88
5.0.50.0010.01110.12
5.0.40.0050.01010.05
5.0.30.0040.0169.92
5.0.20.0030.0109.96
5.0.10.0030.0109.95
5.0.00.0030.0179.83
4.4.90.0020.0139.42
4.4.80.0020.0109.42
4.4.70.0020.0089.42
4.4.60.0020.0109.42
4.4.50.0050.0069.42
4.4.40.0020.0129.42
4.4.30.0020.0109.42
4.4.20.0020.0139.42
4.4.10.0020.0099.42
4.4.00.0000.0159.42
4.3.110.0040.0089.42
4.3.100.0020.0089.42
4.3.90.0040.0089.42
4.3.80.0020.0139.42
4.3.70.0020.0089.42
4.3.60.0040.0109.42
4.3.50.0040.0069.42
4.3.40.0000.0169.42
4.3.30.0000.0129.42
4.3.20.0020.0109.42
4.3.10.0020.0099.42
4.3.00.0010.0089.42

preferences:
43.82 ms | 401 KiB | 5 Q