3v4l.org

run code in 300+ PHP versions simultaneously
<?php class UserType extends Enum { // } class User { private UserType $type; // Getter public function getType(): UserType { return $this->type; } // Domain accessor public function isEmployee(): bool { return $this->type->is(UserType::Employee()); } } $user = new User(); // Getter usage if ($user->getType()->is(UserType::Employee())) { // Do something } // Domain usage if ($user->isEmployee()) { // Do something }

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.0030.01718.33
8.3.50.0070.01016.28
8.3.40.0140.00718.97
8.3.30.0070.00718.88
8.3.20.0000.00824.18
8.3.10.0000.00724.66
8.3.00.0040.00426.16
8.2.180.0070.01125.92
8.2.170.0070.00718.94
8.2.160.0070.00722.96
8.2.150.0040.00425.66
8.2.140.0070.00024.66
8.2.130.0000.00826.16
8.2.120.0000.00826.35
8.2.110.0080.00020.38
8.2.100.0040.00817.97
8.2.90.0000.00817.88
8.2.80.0000.00818.89
8.2.70.0060.00317.80
8.2.60.0030.00518.09
8.2.50.0090.00018.10
8.2.40.0040.00420.84
8.2.30.0080.00319.14
8.2.20.0030.00518.07
8.2.10.0050.00219.29
8.2.00.0040.00419.32
8.1.280.0100.01025.92
8.1.270.0040.00423.99
8.1.260.0100.00728.09
8.1.250.0040.00428.09
8.1.240.0100.00020.88
8.1.230.0080.00317.77
8.1.220.0040.00417.74
8.1.210.0090.00018.77
8.1.200.0000.00917.23
8.1.190.0080.00017.23
8.1.180.0000.00818.10
8.1.170.0040.00418.55
8.1.160.0040.00420.61
8.1.150.0040.00418.94
8.1.140.0000.00718.82
8.1.130.0030.00320.15
8.1.120.0030.00617.47
8.1.110.0070.00317.40
8.1.100.0000.00717.32
8.1.90.0040.00417.43
8.1.80.0050.00517.30
8.1.70.0000.00717.29
8.1.60.0030.00517.53
8.1.50.0080.00417.43
8.1.40.0070.00017.48
8.1.30.0040.00417.62
8.1.20.0030.00617.51
8.1.10.0030.00617.41
8.1.00.0000.00917.38
8.0.300.0000.00718.77
8.0.290.0040.00416.88
8.0.280.0040.00418.32
8.0.270.0000.00716.78
8.0.260.0000.00618.41
8.0.250.0050.00216.92
8.0.240.0070.00016.89
8.0.230.0050.00316.98
8.0.220.0000.00816.90
8.0.210.0000.00716.89
8.0.200.0040.00416.98
8.0.190.0040.00416.95
8.0.180.0000.00717.04
8.0.170.0060.00316.97
8.0.160.0000.00816.96
8.0.150.0070.00016.86
8.0.140.0000.00716.91
8.0.130.0060.00013.43
8.0.120.0030.00516.82
8.0.110.0000.00816.85
8.0.100.0040.00416.76
8.0.90.0040.00417.03
8.0.80.0080.01016.96
8.0.70.0030.00516.83
8.0.60.0070.00016.96
8.0.50.0040.00416.95
8.0.30.0320.00416.67
8.0.20.0170.01316.82
8.0.10.0230.00816.92
8.0.00.0180.01117.02
7.4.330.0050.00015.55
7.4.320.0080.00016.60
7.4.300.0060.00016.35
7.4.290.0020.00516.35
7.4.280.0040.00416.57
7.4.270.0030.00316.37
7.4.260.0000.00613.15
7.4.250.0070.00016.41
7.4.240.0050.00216.61
7.4.230.0070.00016.27
7.4.220.0050.00216.39
7.4.210.0090.00716.52
7.4.200.0030.00516.38
7.4.160.0200.00916.42
7.4.150.0820.00616.37
7.4.140.0390.00616.21
7.4.130.0110.01216.41
7.4.120.0190.00616.50
7.4.110.0160.00316.30
7.4.100.0060.01016.59
7.4.90.0230.00516.27
7.4.80.0100.01416.33
7.4.70.0060.01716.26
7.4.60.0190.00416.30
7.4.50.0450.01016.14
7.4.40.0230.00316.27
7.4.30.0130.01016.45
7.4.20.0110.00816.32
7.4.10.0220.00316.39
7.4.00.0380.00816.41
7.3.330.0000.00716.14
7.3.320.0030.00313.19
7.3.310.0030.00416.07
7.3.300.0030.00316.22
7.3.290.0070.00916.21
7.3.280.0220.00715.97
7.3.270.0250.00616.04
7.3.260.0140.00516.15
7.3.250.0180.00716.08
7.3.240.0160.00616.18
7.3.230.0190.00516.01
7.3.220.0280.00616.07
7.3.210.0200.00916.09
7.3.200.0170.00616.08
7.3.190.0180.00716.08
7.3.180.0090.01216.02
7.3.170.0160.01215.88
7.3.160.0110.00715.93
7.3.150.0140.01416.11
7.3.140.0110.01516.04
7.3.130.0160.01016.10
7.3.120.0120.01215.99
7.3.110.0090.00916.01
7.3.100.0190.00615.98
7.3.90.0090.01316.24
7.3.80.0350.00416.00
7.3.70.0190.00816.08
7.3.60.0100.01016.15
7.3.50.0160.00816.09
7.3.40.0130.00816.18
7.3.30.0070.01016.19
7.3.20.0320.00916.10
7.3.10.0070.01716.16
7.3.00.0090.01316.24

preferences:
37.76 ms | 400 KiB | 5 Q