3v4l.org

run code in 500+ PHP versions simultaneously
<?php class Greeter { private $boss; private $guests = array(); function __construct($boss) { $this->boss = $boss; } // returns welcome message for last guest public function greet() { if(count($this->guests) == 0){ $name = null; } else{ $name = array_pop($this->guests); } if ($name == $this->boss) { return 'Very very welcome, '.$name; } else { return 'Welcome, '. $name; } } public function enters($name) { array_push($this->guests,$name); } } // For testing purposes (do not submit uncommented): $g = new Greeter('Chuck'); $g->enters('John'); $g->enters('John2'); echo $g->greet(); echo $g->greet();

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.5.70.0110.00716.89
8.5.60.0070.00716.91
8.5.50.0120.00616.68
8.5.30.0090.00817.38
8.5.20.0120.00516.36
8.5.10.0090.00720.09
8.5.00.0130.01220.06
8.4.210.0060.00419.52
8.4.180.0150.00719.70
8.4.170.0120.01021.82
8.4.160.0140.00822.34
8.4.150.0080.00516.88
8.4.140.0110.01117.40
8.4.130.0080.00318.98
8.4.120.0130.00817.92
8.4.110.0100.01017.71
8.4.100.0120.00917.72
8.4.90.0100.01020.53
8.4.80.0070.01218.92
8.4.70.0090.00718.01
8.4.60.0160.00818.96
8.4.50.0080.00220.60
8.4.40.0070.00419.06
8.4.30.0040.00419.26
8.4.20.0130.00617.84
8.4.10.0130.00317.67
8.3.300.0140.00818.73
8.3.290.0100.01020.72
8.3.280.0130.01218.43
8.3.270.0140.00516.76
8.3.260.0140.00516.51
8.3.250.0060.00216.61
8.3.240.0090.00116.52
8.3.230.0130.00616.62
8.3.220.0110.00619.13
8.3.210.0090.01018.58
8.3.200.0040.00516.80
8.3.190.0100.00917.18
8.3.180.0120.00717.23
8.3.170.0100.01018.90
8.3.160.0040.01117.01
8.3.150.0140.00417.29
8.3.140.0070.00316.54
8.3.130.0000.00818.46
8.3.120.0030.00620.80
8.3.110.0040.00416.91
8.3.100.0060.00324.06
8.3.90.0030.01726.77
8.3.80.0090.00017.97
8.3.70.0080.00816.63
8.3.60.0140.00718.13
8.3.50.0130.00521.22
8.3.40.0120.00618.91
8.3.30.0070.00719.05
8.3.20.0050.00320.35
8.3.10.0090.00321.76
8.3.00.0080.00019.68
8.2.300.0120.00722.29
8.2.290.0050.01316.68
8.2.280.0080.01118.53
8.2.270.0110.00817.28
8.2.260.0000.01518.22
8.2.250.0080.00018.44
8.2.240.0000.00816.94
8.2.230.0060.00320.94
8.2.220.0030.00637.54
8.2.210.0110.00426.77
8.2.200.0100.00018.42
8.2.190.0150.00016.63
8.2.180.0060.00916.73
8.2.170.0060.00922.96
8.2.160.0100.00720.27
8.2.150.0050.00324.18
8.2.140.0040.00424.66
8.2.130.0080.00026.16
8.2.120.0040.00419.23
8.2.110.0060.00322.24
8.2.100.0040.00718.09
8.2.90.0030.00519.23
8.2.80.0040.00417.97
8.2.70.0090.00017.63
8.2.60.0000.00818.04
8.2.50.0030.00518.07
8.2.40.0080.00019.76
8.2.30.0070.00018.03
8.2.20.0000.00817.57
8.2.10.0040.00418.07
8.2.00.0000.00718.07
8.1.340.0140.00619.77
8.1.330.0060.00316.41
8.1.320.0090.01116.30
8.1.310.0090.00916.69
8.1.300.0150.00420.13
8.1.290.0030.00730.84
8.1.280.0090.00625.92
8.1.270.0050.00320.32
8.1.260.0090.00026.35
8.1.250.0040.00428.09
8.1.240.0030.00623.79
8.1.230.0070.00419.04
8.1.220.0050.00317.74
8.1.210.0000.00818.77
8.1.200.0030.00717.35
8.1.190.0030.00517.35
8.1.180.0030.00618.10
8.1.170.0000.00818.64
8.1.160.0040.00422.02
8.1.150.0000.00718.94
8.1.140.0000.00817.43
8.1.130.0000.00717.54
8.1.120.0060.00317.41
8.1.110.0030.00617.46
8.1.100.0020.00517.36
8.1.90.0000.00817.36
8.1.80.0040.00417.52
8.1.70.0070.00017.35
8.1.60.0000.00817.49
8.1.50.0000.00817.59
8.1.40.0040.00417.48
8.1.30.0040.00417.58
8.1.20.0040.00417.52
8.1.10.0040.00417.55
8.1.00.0040.00417.50
8.0.300.0080.00018.77
8.0.290.0030.00616.63
8.0.280.0000.00718.47
8.0.270.0030.00317.27
8.0.260.0000.01017.20
8.0.250.0030.00316.98
8.0.240.0050.00316.88
8.0.230.0030.00316.83
8.0.220.0040.00416.90
8.0.210.0070.00016.93
8.0.200.0000.00716.84
8.0.190.0030.00616.95
8.0.180.0040.00416.82
8.0.170.0030.00516.95
8.0.160.0000.00716.99
8.0.150.0040.00416.83
8.0.140.0040.00416.89
8.0.130.0050.00313.33
8.0.120.0000.00816.90
8.0.110.0000.00716.88
8.0.100.0050.00216.82
8.0.90.0030.00616.91
8.0.80.0160.00316.92
8.0.70.0000.00716.86
8.0.60.0000.00816.86
8.0.50.0030.00516.87
8.0.30.0120.00517.02
8.0.20.0070.01517.26
8.0.10.0090.00616.92
8.0.00.0110.00616.87
7.4.330.0050.00015.09
7.4.320.0070.00016.53
7.4.300.0060.00016.42
7.4.290.0070.00016.52
7.4.280.0000.00816.66
7.4.270.0000.00616.63
7.4.260.0070.00016.48
7.4.250.0000.00716.48
7.4.240.0010.00616.54
7.4.230.0000.00816.71
7.4.220.0070.01416.47
7.4.210.0090.00516.56
7.4.200.0030.00316.41
7.4.160.0040.01516.60
7.4.150.0070.01017.01
7.4.140.0100.01117.38
7.4.130.0090.00916.46
7.4.120.0120.00516.54
7.4.110.0100.01016.53
7.4.100.0090.01216.55
7.4.90.0090.00616.49
7.4.80.0070.00917.91
7.4.70.0160.00516.42
7.4.60.0100.00816.53
7.4.50.0040.00616.38
7.4.40.0100.00416.47
7.4.30.0090.00716.46
7.4.20.0090.00516.62
7.4.10.0070.01116.33
7.4.00.0100.00515.47
7.3.330.0030.00513.23
7.3.320.0000.00513.16
7.3.310.0000.00616.32
7.3.300.0040.00416.39
7.3.290.0080.00616.27
7.3.280.0100.00816.32
7.3.270.0080.01016.86
7.3.260.0060.00916.31
7.3.250.0090.00916.44
7.3.240.0120.00616.47
7.3.230.0090.00716.50
7.3.220.0100.00716.35
7.3.210.0220.00816.61
7.3.200.0140.00417.91
7.3.190.0080.00916.25
7.3.180.0060.00916.49
7.3.170.0130.00716.28
7.3.160.0000.01616.20
7.3.150.0070.00716.43
7.3.140.0100.00716.14
7.3.130.0060.01316.45
7.3.120.0180.00016.50
7.3.110.0060.00916.12
7.3.100.0060.00716.13
7.3.90.0200.00416.07
7.3.80.0070.00716.20
7.3.70.0110.00316.21
7.3.60.0080.01116.18
7.3.50.0210.01116.37
7.3.40.0100.00616.38
7.3.30.0110.00416.32
7.3.20.0080.00616.34
7.3.10.0130.00716.23
7.3.00.0140.00616.13
7.2.340.0280.00016.80
7.2.330.0170.00516.77
7.2.320.0130.00916.65
7.2.310.0190.00916.74
7.2.300.0150.01116.57
7.2.290.0160.00716.55
7.2.280.0160.01216.47
7.2.270.0280.00816.74
7.2.260.0230.00816.75
7.2.250.0220.00816.43
7.2.240.0150.01516.72
7.2.230.0220.00616.66
7.2.220.0330.00016.72
7.2.210.0220.00916.82
7.2.200.0160.01216.73
7.2.190.0180.00916.58
7.2.180.0290.00916.40
7.2.170.0260.00616.78
7.2.160.0180.01116.48
7.2.150.0250.00616.61
7.2.140.0220.00316.52
7.2.130.0160.00816.62
7.2.120.0160.01016.48
7.2.110.0040.01516.79
7.2.100.0060.01016.65
7.2.90.0120.00616.72
7.2.80.0090.00916.81
7.2.70.0060.00916.65
7.2.60.0090.00716.78
7.2.50.0050.01016.49
7.2.40.0130.00616.73
7.2.30.0190.00416.64
7.2.20.0090.00916.67
7.2.10.0090.00616.65
7.2.00.0130.00716.80
7.1.330.0240.01015.52
7.1.320.0170.01115.59
7.1.310.0140.01115.58
7.1.300.0190.01115.63
7.1.290.0300.00015.64
7.1.280.0220.01115.50
7.1.270.0220.00315.50
7.1.260.0150.00315.42
7.1.250.0190.00315.69
7.1.240.0140.00015.53
7.1.230.0080.00815.55
7.1.220.0000.01615.50
7.1.210.0080.00815.41
7.1.200.0040.00915.67
7.1.190.0040.01115.61
7.1.180.0030.00915.54
7.1.170.0020.01115.70
7.1.160.0100.00315.45
7.1.150.0120.00615.49
7.1.140.0070.00715.50
7.1.130.0040.00815.59
7.1.120.0060.01315.46
7.1.110.0060.01415.44
7.1.100.0150.00815.68
7.1.90.0060.00915.41
7.1.80.0120.00315.44
7.1.70.0020.01016.31
7.1.60.0100.01017.79
7.1.50.0130.00516.34
7.1.40.0080.01115.47
7.1.30.0090.00515.57
7.1.20.0090.01215.49
7.1.10.0040.00915.45
7.1.00.0150.03518.96
7.0.330.0200.00315.53
7.0.320.0260.00915.47
7.0.310.0200.00515.20
7.0.300.0220.00415.42
7.0.290.0170.01215.45
7.0.280.0190.00915.23
7.0.270.0230.00015.13
7.0.260.0250.00315.13
7.0.250.0240.00015.18
7.0.240.0210.00315.25
7.0.230.0200.00315.42
7.0.220.0200.00815.16
7.0.210.0150.00915.33
7.0.200.0570.00315.02
7.0.190.0110.01415.32
7.0.180.0150.01215.23
7.0.170.0180.00615.18
7.0.160.0170.00615.37
7.0.150.0220.00515.21
7.0.140.0280.00415.52
7.0.130.0160.01615.43
7.0.120.0310.01015.40
7.0.110.0260.00315.40
7.0.100.0270.00615.19
7.0.90.0220.00715.33
7.0.80.0170.01015.14
7.0.70.0220.01015.27
7.0.60.0070.04317.64
7.0.50.0180.03816.48
7.0.40.0140.04517.86
7.0.30.0300.04917.76
7.0.20.0220.04517.68
7.0.10.0130.02917.67
7.0.00.0090.02917.71
5.6.400.0090.01816.04
5.6.390.0120.01515.65
5.6.380.0170.00715.92
5.6.370.0120.01616.07
5.6.360.0160.00815.65
5.6.350.0200.00816.11
5.6.340.0180.00916.15
5.6.330.0160.00715.89
5.6.320.0240.00715.94
5.6.310.0150.01516.04
5.6.300.0130.01316.23
5.6.290.0130.01015.91
5.6.280.0080.04418.43
5.6.270.0280.00716.16
5.6.260.0300.00416.21
5.6.250.0270.00316.14
5.6.240.0190.01016.18
5.6.230.0210.00615.89
5.6.220.0140.01115.98
5.6.210.0210.03718.31
5.6.200.0100.04617.14
5.6.190.0140.04618.24
5.6.180.0260.03118.32
5.6.170.0280.03618.25
5.6.160.0150.03318.28
5.6.150.0120.04017.10
5.6.140.0140.03417.21
5.6.130.0090.02617.00
5.6.120.0140.03618.46
5.6.110.0120.02518.49
5.6.100.0120.04518.40
5.6.90.0090.04218.46
5.6.80.0140.02418.16
5.6.70.0090.01416.14
5.6.60.0150.01116.00
5.6.50.0150.01216.07
5.6.40.0130.01315.95
5.6.30.0220.00615.84
5.6.20.0190.00915.96
5.6.10.0080.01715.97
5.6.00.0150.00915.82
5.5.380.0110.01616.21
5.5.370.0240.00515.99
5.5.360.0210.01016.15
5.5.350.0250.04118.18
5.5.340.0100.04217.02
5.5.330.0170.04118.00
5.5.320.0230.02317.96
5.5.310.0240.02318.15
5.5.300.0110.02517.09
5.5.290.0200.02617.08
5.5.280.0120.04618.44
5.5.270.0150.04218.53
5.5.260.0170.04418.31
5.5.250.0110.04218.26
5.5.240.0140.04218.12
5.5.230.0140.00915.90
5.5.220.0120.01815.88
5.5.210.0120.01215.95
5.5.200.0170.00815.86
5.5.190.0130.00915.88
5.5.180.0210.00316.14
5.5.170.0140.01016.13
5.5.160.0130.01315.96
5.5.150.0190.01015.91
5.5.140.0160.00915.85
5.5.130.0130.01315.69
5.5.120.0140.01415.94
5.5.110.0170.00715.93
5.5.100.0060.02116.00
5.5.90.0170.01216.11
5.5.80.0240.00615.86
5.5.70.0150.01215.94
5.5.60.0180.00615.84
5.5.50.0210.00615.96
5.5.40.0230.00615.78
5.5.30.0130.01615.79
5.5.20.0130.01315.96
5.5.10.0210.00815.65
5.5.00.0130.00915.98
5.4.450.0350.03516.11
5.4.440.0490.02916.16
5.4.430.0140.02616.20
5.4.420.0120.02715.94
5.4.410.0090.03515.90
5.4.400.0180.02816.05
5.4.390.0090.03215.83
5.4.380.0110.03315.92
5.4.370.0050.03516.02
5.4.360.0130.02816.04
5.4.350.0120.02915.94
5.4.340.0120.02515.90
5.4.330.0160.00012.69
5.4.320.0110.02916.02
5.4.310.0090.03615.82
5.4.300.0110.02915.86
5.4.290.0160.02315.88
5.4.280.0130.02816.09
5.4.270.0100.03015.89
5.4.260.0130.02415.79
5.4.250.0130.02815.88
5.4.240.0110.02915.82
5.4.230.0080.03215.76
5.4.220.0160.02315.98
5.4.210.0170.02515.82
5.4.200.0120.03414.92
5.4.190.0090.03115.93
5.4.180.0160.02915.77
5.4.170.0090.04015.87
5.4.160.0130.03215.82
5.4.150.0130.02515.87
5.4.140.0080.02914.52
5.4.130.0070.03014.51
5.4.120.0110.02514.73
5.4.110.0100.02714.71
5.4.100.0110.02514.46
5.4.90.0080.03114.57
5.4.80.0080.03014.55
5.4.70.0110.02614.49
5.4.60.0110.02714.57
5.4.50.0150.02214.68
5.4.40.0170.02314.47
5.4.30.0130.02314.47
5.4.20.0080.03114.66
5.4.10.0090.02714.55
5.4.00.0090.03014.46
5.3.290.0090.03213.90
5.3.280.0110.02813.88
5.3.270.0120.02813.88
5.3.260.0040.03713.92
5.3.250.0110.02713.94
5.3.240.0090.03013.78
5.3.230.0120.02813.78
5.3.220.0110.02613.73
5.3.210.0060.03313.71
5.3.200.0160.02313.79
5.3.190.0150.02513.83
5.3.180.0100.02913.74
5.3.170.0090.02813.78
5.3.160.0130.02613.89
5.3.150.0120.02713.87
5.3.140.0140.02713.86
5.3.130.0130.02813.84
5.3.120.0090.03013.78
5.3.110.0110.02813.79
5.3.100.0070.03113.58
5.3.90.0110.02613.63
5.3.80.0040.03313.44
5.3.70.0100.02913.50
5.3.60.0180.01913.61
5.3.50.0060.03213.50
5.3.40.0200.02013.47
5.3.30.0060.03013.52
5.3.20.0040.03213.31
5.3.10.0090.02713.25
5.3.00.0060.03113.35
5.2.170.0080.02511.75
5.2.160.0050.02611.73
5.2.150.0060.02811.66
5.2.140.0110.02511.71
5.2.130.0080.02411.62
5.2.120.0110.01811.67
5.2.110.0090.02211.68
5.2.100.0100.02511.53
5.2.90.0060.03411.53
5.2.80.0070.02311.52
5.2.70.0100.02211.57
5.2.60.0130.02611.51
5.2.50.0090.02311.46
5.2.40.0100.02211.46
5.2.30.0090.02411.50
5.2.20.0060.02511.44
5.2.10.0070.02611.41
5.2.00.0070.02711.31
5.1.60.0070.01811.00
5.1.50.0100.01510.98
5.1.40.0090.01711.04
5.1.30.0070.02211.17
5.1.20.0070.02211.13
5.1.10.0080.02011.04
5.1.00.0080.02011.04
5.0.50.0040.01610.18
5.0.40.0060.01710.23
5.0.30.0050.02410.05
5.0.20.0050.01810.04
5.0.10.0020.02110.08
5.0.00.0050.02310.08
4.4.90.0030.0158.93
4.4.80.0080.0088.84
4.4.70.0030.0158.90
4.4.60.0030.0138.90
4.4.50.0030.0128.85
4.4.40.0050.0178.84
4.4.30.0010.0168.90
4.4.20.0040.0128.89
4.4.10.0020.0148.88
4.4.00.0030.0198.92
4.3.110.0030.0128.82
4.3.100.0030.0128.82
4.3.90.0040.0128.89
4.3.80.0050.0228.84
4.3.70.0050.0128.86
4.3.60.0020.0158.79
4.3.50.0060.0108.87
4.3.40.0060.0158.82
4.3.30.0040.0118.28
4.3.20.0030.0118.24
4.3.10.0010.0138.21
4.3.00.0030.0159.48

preferences:
32.3 ms | 2679 KiB | 5 Q