3v4l.org

run code in 500+ PHP versions simultaneously
<?php function getCombinations($traits, $string = '', $i = 0) { $combinations = ''; if ($i >= count($traits)) return trim($string) . "\n"; else { foreach ($traits[$i] as $trait) { $combinations .= getCombinations($traits, "$string $trait", $i + 1); } } if($i==0) return explode("\n",$combinations); return $combinations; } $traits = array ( array('Happy', 'Sad', 'Angry', 'Hopeful'), array('Outgoing', 'Introverted'), array('Tall', 'Short', 'Medium'), array('Handsome', 'Plain', 'Ugly') ); $combinations = getCombinations($traits); print_r($combinations);

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.90.0070.00317.55
8.5.80.0070.00418.07
8.5.70.0070.00517.59
8.5.60.0070.00517.85
8.5.50.0050.00417.26
8.5.40.0060.00417.47
8.5.30.0060.00618.40
8.5.20.0080.00517.25
8.5.10.0090.00616.67
8.5.00.0090.00718.27
8.4.240.0060.00920.75
8.4.230.0130.00520.80
8.4.220.0070.00620.29
8.4.210.0080.00620.29
8.4.200.0090.00720.45
8.4.190.0130.00819.68
8.4.180.0120.00720.29
8.4.170.0090.00620.85
8.4.160.0120.00821.81
8.4.150.0090.00518.70
8.4.140.0090.00617.60
8.4.130.0080.00718.66
8.4.120.0080.00620.65
8.4.110.0120.00519.31
8.4.100.0120.00518.20
8.4.90.0090.00619.36
8.4.80.0080.00519.20
8.4.70.0080.00518.53
8.4.60.0090.00519.32
8.4.50.0060.00718.29
8.4.40.0080.00618.39
8.4.30.0090.00518.20
8.4.20.0070.00418.22
8.4.10.0080.00218.25
8.3.330.0100.00818.58
8.3.320.0150.00718.47
8.3.310.0110.00819.02
8.3.300.0110.00819.71
8.3.290.0120.00619.80
8.3.280.0100.00519.12
8.3.270.0090.00517.85
8.3.260.0100.00517.31
8.3.250.0090.00718.18
8.3.240.0100.00816.89
8.3.230.0090.00417.33
8.3.220.0110.00518.22
8.3.210.0090.00317.54
8.3.200.0060.00417.20
8.3.190.0070.00617.40
8.3.180.0050.00416.77
8.3.170.0090.00417.98
8.3.160.0090.00416.82
8.3.150.0080.00617.56
8.3.140.0060.00417.46
8.3.130.0090.00317.32
8.3.120.0070.00617.54
8.3.110.0080.00718.85
8.3.100.0070.00419.86
8.3.90.0060.00720.05
8.3.80.0060.00317.37
8.3.70.0090.00217.28
8.3.60.0080.00617.37
8.3.50.0090.00718.93
8.3.40.0080.00518.88
8.3.30.0080.00318.77
8.3.20.0060.00419.47
8.3.10.0060.00419.08
8.3.00.0070.00319.74
8.2.330.0070.00418.99
8.2.320.0100.00518.09
8.2.310.0080.00418.70
8.2.300.0160.00619.36
8.2.290.0110.00418.48
8.2.280.0090.00417.17
8.2.270.0110.00517.54
8.2.260.0120.00417.30
8.2.250.0090.00417.20
8.2.240.0100.00517.98
8.2.230.0110.00219.08
8.2.220.0090.00323.57
8.2.210.0100.00619.99
8.2.200.0100.00416.42
8.2.190.0130.00416.50
8.2.180.0120.00316.50
8.2.170.0090.00819.65
8.2.160.0110.00419.18
8.2.150.0130.00120.26
8.2.140.0080.00719.95
8.2.130.0100.00720.49
8.2.120.0110.00218.83
8.2.110.0140.00718.88
8.2.100.0140.00617.74
8.2.90.0140.00717.51
8.2.80.0160.00617.71
8.2.70.0160.00317.77
8.2.60.0080.00718.15
8.2.50.0140.00517.64
8.2.40.0120.00717.71
8.2.30.0140.00518.27
8.2.20.0140.00617.87
8.2.10.0090.00717.66
8.2.00.0120.00318.38
8.1.340.0140.00917.66
8.1.330.0140.00718.65
8.1.320.0180.00916.07
8.1.310.0140.00516.45
8.1.300.0090.00617.44
8.1.290.0110.00720.98
8.1.280.0110.00619.42
8.1.270.0120.00619.66
8.1.260.0160.00520.54
8.1.250.0100.00721.28
8.1.240.0110.00418.17
8.1.230.0100.00519.03
8.1.220.0050.00618.42
8.1.210.0060.00518.51
8.1.200.0070.00618.18
8.1.190.0110.00417.34
8.1.180.0100.00417.79
8.1.170.0090.00217.58
8.1.160.0070.00318.46
8.1.150.0070.00418.51
8.1.140.0040.00618.02
8.1.130.0060.00418.26
8.1.120.0050.00517.43
8.1.110.0050.00517.43
8.1.100.0030.00718.73
8.1.90.0040.00618.67
8.1.80.0080.00118.02
8.1.70.0080.00317.47
8.1.60.0050.00618.68
8.1.50.0070.00317.59
8.1.40.0070.00518.18
8.1.30.0070.00318.18
8.1.20.0070.00318.09
8.1.10.0070.00318.31
8.1.00.0060.00418.13
8.0.300.0060.00418.58
8.0.290.0080.00317.49
8.0.280.0070.00518.00
8.0.270.0060.00617.36
8.0.260.0070.00417.49
8.0.250.0070.00417.59
8.0.240.0040.00517.93
8.0.230.0060.00418.11
8.0.220.0060.00317.45
8.0.210.0090.00416.74
8.0.200.0100.00516.75
8.0.190.0100.00316.95
8.0.180.0120.00416.91
8.0.170.0130.00316.96
8.0.160.0130.00616.90
8.0.150.0130.00516.80
8.0.140.0140.00616.89
8.0.130.0120.00315.62
8.0.120.0060.00717.51
8.0.110.0100.00417.31
8.0.100.0070.00517.45
8.0.90.0060.00317.50
8.0.80.0090.00218.18
8.0.70.0060.00617.54
8.0.60.0070.00418.11
8.0.50.0050.00718.09
8.0.30.0110.00517.57
8.0.20.0030.01217.74
8.0.10.0050.00517.63
8.0.00.0120.00417.37
7.4.330.0040.00517.41
7.4.320.0050.00217.18
7.4.300.0050.00217.05
7.4.290.0040.00517.04
7.4.280.0050.00317.75
7.4.270.0030.00517.21
7.4.260.0060.00115.82
7.4.250.0040.00417.10
7.4.240.0060.00316.97
7.4.230.0060.00217.56
7.4.220.0120.00617.11
7.4.210.0050.01016.86
7.4.200.0030.00517.13
7.4.190.0040.00417.20
7.4.180.0060.00517.57
7.4.160.0080.00617.19
7.4.150.0070.00617.31
7.4.140.0050.01017.49
7.4.130.0080.00516.86
7.4.120.0050.00716.79
7.4.110.0100.00516.29
7.4.100.0080.00317.56
7.4.90.0070.00716.94
7.4.80.0050.00617.99
7.4.70.0060.00517.06
7.4.60.0060.00517.85
7.4.50.0080.00317.20
7.4.40.0030.00619.82
7.4.30.0060.00717.26
7.4.20.0030.00517.57
7.4.10.0120.00716.49
7.4.00.0060.00416.79
7.3.330.0030.00416.62
7.3.320.0040.00316.14
7.3.310.0030.00417.16
7.3.300.0070.00417.13
7.3.290.0060.00417.16
7.3.280.0070.00717.24
7.3.270.0100.00317.52
7.3.260.0100.00617.93
7.3.250.0100.00716.37
7.3.240.0080.00617.80
7.3.230.0070.00517.12
7.3.220.0050.00317.46
7.3.210.0060.00717.21
7.3.200.0070.00618.06
7.3.190.0070.00617.13
7.3.180.0030.00717.72
7.3.170.0050.00517.11
7.3.160.0080.00317.14
7.3.150.0090.00416.25
7.3.140.0060.00218.28
7.3.130.0060.00217.46
7.3.120.0040.00616.40
7.3.110.0060.00217.34
7.3.100.0040.00416.94
7.3.90.0040.00517.51
7.3.80.0040.00417.27
7.3.70.0070.00217.30
7.3.60.0040.00417.43
7.3.50.0050.00417.21
7.3.40.0040.00417.35
7.3.30.0060.00317.16
7.3.20.0050.00418.22
7.3.10.0050.00417.97
7.3.00.0040.00418.22
7.2.340.0060.00317.16
7.2.330.0100.00517.07
7.2.320.0070.00916.38
7.2.310.0100.00616.54
7.2.300.0140.00616.45
7.2.290.0120.00517.13
7.2.280.0150.00716.32
7.2.270.0110.00517.38
7.2.260.0110.00516.35
7.2.250.0170.00316.59
7.2.240.0150.00616.58
7.2.230.0160.00716.41
7.2.220.0190.01016.21
7.2.210.0200.00916.45
7.2.200.0220.00817.47
7.2.190.0160.00816.80
7.2.180.0240.00616.62
7.2.170.0160.00716.66
7.2.160.0210.00917.52
7.2.150.0200.00918.31
7.2.140.0210.00518.47
7.2.130.0160.00818.60
7.2.120.0190.00918.39
7.2.110.0210.00618.49
7.2.100.0200.00818.37
7.2.90.0220.00618.33
7.2.80.0110.00417.95
7.2.70.0220.00618.51
7.2.60.0090.00818.02
7.2.50.0170.00418.48
7.2.40.0150.00518.55
7.2.30.0100.00418.48
7.2.20.0150.00518.70
7.2.10.0070.00518.76
7.2.00.0070.00618.75
7.1.330.0070.00517.15
7.1.320.0070.00317.54
7.1.310.0090.00417.29
7.1.300.0070.00317.35
7.1.290.0050.00417.44
7.1.280.0080.00617.33
7.1.270.0090.00317.45
7.1.260.0080.00517.36
7.1.250.0050.00417.41
7.1.240.0060.00317.43
7.1.230.0070.00317.16
7.1.220.0070.00317.17
7.1.210.0090.00417.35
7.1.200.0040.00816.96
7.1.190.0070.00317.17
7.1.180.0060.00217.20
7.1.170.0070.00317.21
7.1.160.0050.00417.41
7.1.150.0060.00317.31
7.1.140.0050.00417.43
7.1.130.0070.00317.08
7.1.120.0060.00317.42
7.1.110.0060.00417.06
7.1.100.0070.00417.52
7.1.90.0080.00217.47
7.1.80.0080.00217.11
7.1.70.0050.00317.28
7.1.60.0060.00718.03
7.1.50.0060.00717.23
7.1.40.0030.00417.15
7.1.30.0070.00117.32
7.1.20.0040.00417.23
7.1.10.0040.00417.34
7.1.00.0070.01819.00
7.0.330.0100.00317.00
7.0.320.0090.00417.09
7.0.310.0100.00316.97
7.0.300.0160.00216.89
7.0.290.0100.00616.95
7.0.280.0130.00617.11
7.0.270.0100.00517.11
7.0.260.0080.00717.05
7.0.250.0100.00517.32
7.0.240.0070.00617.28
7.0.230.0060.00616.92
7.0.220.0060.00417.19
7.0.210.0080.00217.05
7.0.200.1530.00216.45
7.0.190.0060.00217.19
7.0.180.0050.00316.88
7.0.170.0050.00217.23
7.0.160.0040.00416.89
7.0.150.0060.00217.12
7.0.140.0060.02418.66
7.0.130.0040.00516.83
7.0.120.0060.00217.10
7.0.110.0050.00316.89
7.0.100.0060.00216.84
7.0.90.0050.00416.71
7.0.80.0060.00216.91
7.0.70.0060.00217.00
7.0.60.0060.02518.64
7.0.50.0050.03018.56
7.0.40.0040.02718.04
7.0.30.0070.02518.13
7.0.20.0050.02117.92
7.0.10.0060.01818.00
7.0.00.0050.01718.10
5.6.400.0060.00316.04
5.6.390.0060.00316.06
5.6.380.0070.00316.21
5.6.370.0090.00415.97
5.6.360.0050.00416.10
5.6.350.0080.00316.13
5.6.340.0050.00416.08
5.6.330.0060.00316.11
5.6.320.0050.00316.06
5.6.310.0060.00316.01
5.6.300.0060.00315.91
5.6.290.0050.00416.07
5.6.280.0050.02517.64
5.6.270.0060.00316.20
5.6.260.0060.00216.12
5.6.250.0050.00316.18
5.6.240.0070.00316.30
5.6.230.0090.00416.16
5.6.220.0100.00416.17
5.6.210.0150.02817.71
5.6.200.0090.03017.82
5.6.190.0130.02417.89
5.6.180.0100.02917.76
5.6.170.0100.03317.84
5.6.160.0090.01817.79
5.6.150.0080.02317.80
5.6.140.0100.02917.68
5.6.130.0090.03217.73
5.6.120.0110.02717.77
5.6.110.0110.02517.63
5.6.100.0110.02417.68
5.6.90.0100.03017.70
5.6.80.0100.03117.61
5.6.70.0120.02817.62
5.6.60.0080.02917.70
5.6.50.0120.03017.52
5.6.40.0120.02917.55
5.6.30.0090.03017.46
5.6.20.0060.01617.56
5.6.10.0090.02917.54
5.6.00.0130.01817.46
5.5.380.0090.00516.36
5.5.370.0110.00216.17
5.5.360.0110.00215.99
5.5.350.0090.03117.58
5.5.340.0090.02817.65
5.5.330.0070.02917.59
5.5.320.0090.03017.73
5.5.310.0120.01617.57
5.5.300.0110.02517.58
5.5.290.0080.02917.67
5.5.280.0100.03017.63
5.5.270.0090.01817.45
5.5.260.0110.03017.49
5.5.250.0110.03117.74
5.5.240.0110.02717.61
5.5.230.0150.01717.54
5.5.220.0080.02417.32
5.5.210.0130.02317.38
5.5.200.0130.02817.41
5.5.190.0100.03117.38
5.5.180.0140.02017.43
5.5.170.0180.00816.02
5.5.160.0120.03117.40
5.5.150.0170.03117.27
5.5.140.0140.03317.31
5.5.130.0120.03117.21
5.5.120.0140.03017.28
5.5.110.0110.02217.37
5.5.100.0110.03217.47
5.5.90.0120.03017.45
5.5.80.0100.02817.47
5.5.70.0160.02617.46
5.5.60.0120.02317.56
5.5.50.0120.02817.45
5.5.40.0110.03117.35
5.5.30.0130.02617.42
5.5.20.0080.02317.32
5.5.10.0090.01717.32
5.5.00.0100.01517.42
5.4.450.0120.02716.77
5.4.440.0090.02716.80
5.4.430.0060.03016.74
5.4.420.0060.02716.76
5.4.410.0080.01616.67
5.4.400.0060.02616.61
5.4.390.0090.01616.66
5.4.380.0070.02716.61
5.4.370.0060.02216.61
5.4.360.0090.02616.63
5.4.350.0110.02916.63
5.4.340.0070.01616.64
5.4.330.0100.00315.45
5.4.320.0060.02816.66
5.4.310.0070.02016.66
5.4.300.0070.02616.60
5.4.290.0070.02416.60
5.4.280.0110.02916.66
5.4.270.0080.02516.61
5.4.260.0120.02816.64
5.4.250.0100.02916.65
5.4.240.0080.03016.70
5.4.230.0120.02416.69
5.4.220.0130.02716.70
5.4.210.0140.02416.63
5.4.200.0120.02716.64
5.4.190.0120.02716.63
5.4.180.0130.02116.60
5.4.170.0150.01616.63
5.4.160.0160.02116.60
5.4.150.0130.02316.68
5.4.140.0070.02915.77
5.4.130.0110.02415.71
5.4.120.0070.02715.76
5.4.110.0100.02615.79
5.4.100.0070.02515.80
5.4.90.0080.02415.75
5.4.80.0060.02715.79
5.4.70.0070.02615.76
5.4.60.0090.02415.77
5.4.50.0060.02615.79
5.4.40.0030.02115.82
5.4.30.0060.02415.75
5.4.20.0070.02215.80
5.4.10.0060.02015.80
5.4.00.0090.02715.52
5.3.290.0090.01415.23
5.3.280.0080.02515.19
5.3.270.0050.02815.19
5.3.260.0080.02915.16
5.3.250.0090.01415.17
5.3.240.0070.02715.19
5.3.230.0080.01915.21
5.3.220.0090.02415.13
5.3.210.0070.02815.15
5.3.200.0060.02715.17
5.3.190.0100.01315.18
5.3.180.0110.01215.15
5.3.170.0080.02615.16
5.3.160.0080.02715.15
5.3.150.0050.02515.18
5.3.140.0080.02515.19
5.3.130.0070.02515.18
5.3.120.0050.02515.17
5.3.110.0060.02415.17
5.3.100.0080.02014.99
5.3.90.0060.02515.00
5.3.80.0070.01914.98
5.3.70.0060.02714.98
5.3.60.0080.02814.98
5.3.50.0130.02214.95
5.3.40.0080.02014.93
5.3.30.0070.02014.94
5.3.20.0060.01814.89
5.3.10.0090.01814.89
5.3.00.0100.02114.89
5.2.170.0020.02114.04
5.2.160.0050.02214.02
5.2.150.0030.01614.05
5.2.140.0050.02414.03
5.2.130.0030.02114.02
5.2.120.0050.02014.02
5.2.110.0040.02213.96
5.2.100.0050.02213.96
5.2.90.0020.01514.00
5.2.80.0030.01614.01
5.2.70.0020.02014.02
5.2.60.0030.02214.01
5.2.50.0060.02013.99
5.2.40.0060.02213.94
5.2.30.0050.01613.96
5.2.20.0030.02413.95
5.2.10.0050.02013.89
5.2.00.0040.02313.88
5.1.60.0030.01713.65
5.1.50.0030.01413.65
5.1.40.0060.01713.62
5.1.30.0050.01813.70
5.1.20.0030.02113.77
5.1.10.0040.01613.62
5.1.00.0040.01613.61
5.0.50.0030.01313.35
5.0.40.0040.01113.35
5.0.30.0030.01913.35
5.0.20.0020.01713.35
5.0.10.0030.01513.35
5.0.00.0010.02413.35
4.4.90.0020.01113.35
4.4.80.0010.01213.35
4.4.70.0010.01213.35
4.4.60.0010.01213.35
4.4.50.0010.01413.35
4.4.40.0020.02013.35
4.4.30.0030.01113.35
4.4.20.0030.01213.35
4.4.10.0020.01313.35
4.4.00.0010.02113.35
4.3.110.0020.01213.35
4.3.100.0020.01113.35
4.3.90.0010.01213.35
4.3.80.0010.01813.35
4.3.70.0030.01013.35
4.3.60.0010.01413.35
4.3.50.0020.01313.35
4.3.40.0020.01813.35
4.3.30.0030.01313.35
4.3.20.0030.01313.35
4.3.10.0020.01313.35
4.3.00.0020.01313.35

preferences:
141.74 ms | 4346 KiB | 5 Q