3v4l.org

run code in 300+ PHP versions simultaneously
<?php $arrayA = array('A1','A2','A3'); $arrayB = array('B1','B2','B3'); $arrayC = array('C1','C2'); print_r([...combinations([$arrayA, $arrayB, $arrayC])]); function combinations(array $arrays): iterable { if ($arrays === []) { yield []; return; } $head = array_shift($arrays); foreach ($head as $elem) { foreach (combinations($arrays) as $combination) { yield [$elem, ...$combination]; } } }

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.4.140.0110.01017.41
8.4.130.0070.00817.80
8.4.120.0110.00820.46
8.4.110.0130.00722.63
8.4.100.0110.00917.95
8.4.90.0090.01218.80
8.4.80.0060.00217.81
8.4.70.0060.00317.79
8.4.60.0110.01018.93
8.4.50.0120.00420.25
8.4.40.0070.01317.42
8.4.30.0100.01020.25
8.4.20.0030.01717.90
8.4.10.0090.00019.43
8.3.270.0080.01116.42
8.3.260.0050.00416.73
8.3.250.0060.01519.08
8.3.240.0110.00916.50
8.3.230.0250.00816.55
8.3.220.0080.00417.05
8.3.210.0120.00618.19
8.3.200.0120.00816.57
8.3.190.0050.01017.20
8.3.180.0120.00618.30
8.3.170.0070.01117.28
8.3.160.0090.01016.84
8.3.150.0100.00620.59
8.3.140.0050.00316.55
8.3.130.0060.00316.65
8.3.120.0140.00320.56
8.3.110.0070.00320.94
8.3.100.0000.00816.64
8.3.90.0200.00926.77
8.3.80.0250.00521.57
8.3.70.0270.00820.45
8.3.60.0290.00923.88
8.3.50.0160.01022.74
8.3.40.0250.00822.66
8.3.30.0250.00922.38
8.3.20.0270.00823.71
8.3.10.0220.00823.83
8.3.00.0210.00624.20
8.2.290.0160.00320.54
8.2.280.0110.00718.61
8.2.270.0110.00717.27
8.2.260.0080.00016.58
8.2.250.0080.00016.55
8.2.240.0040.00418.96
8.2.230.0080.00022.58
8.2.220.0070.00424.06
8.2.210.0110.00126.77
8.2.200.0150.00422.57
8.2.190.0150.00820.49
8.2.180.0220.00721.43
8.2.170.0240.01022.40
8.2.160.0250.00523.41
8.2.150.0160.00624.08
8.2.140.0210.00523.83
8.2.130.0200.00924.20
8.2.120.0250.00722.90
8.2.110.0270.00323.21
8.2.100.0240.00520.94
8.2.90.0230.00722.09
8.2.80.0220.00622.48
8.2.70.0230.00822.07
8.2.60.0210.00622.04
8.2.50.0300.00222.18
8.2.40.0250.00622.20
8.2.30.0210.00822.18
8.2.20.0240.00322.79
8.2.10.0200.00422.06
8.2.00.0180.00721.50
8.1.330.0120.00720.45
8.1.320.0110.00816.11
8.1.310.0040.01518.35
8.1.300.0060.00317.80
8.1.290.0200.00428.80
8.1.280.0230.00824.14
8.1.270.0350.00523.64
8.1.260.0300.00524.25
8.1.250.0280.00524.69
8.1.240.0220.00522.47
8.1.230.0180.00723.35
8.1.220.0200.00422.10
8.1.210.0220.00422.36
8.1.200.0180.00622.03
8.1.190.0180.00621.97
8.1.180.0150.00622.19
8.1.170.0180.00522.30
8.1.160.0210.00722.40
8.1.150.0210.00822.32
8.1.140.0240.00822.00
8.1.130.0200.00621.40
8.1.120.0180.00721.12
8.1.110.0170.00721.10
8.1.100.0130.01021.13
8.1.90.0190.00321.11
8.1.80.0180.00721.14
8.1.70.0190.00621.09
8.1.60.0190.00421.13
8.1.50.0170.00320.53
8.1.40.0140.00720.54
8.1.30.0150.00620.55
8.1.20.0200.00720.61
8.1.10.0200.00620.49
8.1.00.0230.00420.49
8.0.300.0210.00722.67
8.0.290.0210.00821.85
8.0.280.0230.00522.74
8.0.270.0240.00422.62
8.0.260.0180.00521.17
8.0.250.0200.00420.89
8.0.240.0180.00620.92
8.0.230.0130.00719.70
8.0.220.0220.00520.85
8.0.210.0180.00520.86
8.0.200.0160.00920.87
8.0.190.0140.00820.89
8.0.180.0150.00419.37
8.0.170.0180.00520.21
8.0.160.0190.00520.22
8.0.150.0180.00620.20
8.0.140.0190.00820.14
8.0.130.0210.00520.18
8.0.120.0190.00720.15
8.0.110.0190.00720.17
8.0.100.0170.00720.18
8.0.90.0160.00620.18
8.0.80.0180.00620.18
8.0.70.0190.00520.15
8.0.60.0180.00620.17
8.0.50.0200.00520.16
8.0.30.0170.00820.19
8.0.20.0200.00720.21
8.0.10.0220.00620.25
7.4.330.0070.00419.56
7.4.320.0210.00320.74
7.4.300.0180.00520.72
7.4.290.0140.00419.13
7.4.280.0160.00419.51
7.4.270.0170.00720.00
7.4.260.0200.00520.04
7.4.250.0210.00519.99
7.4.240.0220.00520.05
7.4.230.0180.00720.02
7.4.220.0210.00420.03
7.4.210.0200.00520.06
7.4.200.0200.00419.99
7.4.190.0190.00420.04
7.4.180.0180.00520.07
7.4.160.0210.00420.05
7.4.150.0170.00720.02
7.4.140.0180.00519.96
7.4.130.0140.00719.94
7.4.120.0160.00619.96
7.4.110.0170.00619.97
7.4.100.0160.00720.04
7.4.90.0190.00519.96
7.4.80.0200.00620.00
7.4.70.0200.00519.99
7.4.60.0180.00519.98
7.4.50.0170.00719.96
7.4.40.0170.00719.95
7.4.30.0200.00420.00
7.4.20.0180.00719.97
7.4.10.0160.00519.97
7.4.00.0200.00719.44
5.6.150.0250.00915.48

preferences:
37.18 ms | 403 KiB | 5 Q