3v4l.org

run code in 500+ PHP versions simultaneously
<?php foreach(array( 'scheme://user@host/path', 'scheme://host/path', '/path', 'path', '//host/path', 'x:/path', 'scheme:///path', 'file:///path', 'file:/path', 'file:path', ) as $url) { print "\n: $url\n"; if($url === '--') continue; $path = parse_url($url); if($path === false) { print '"Seriously malformed URL." (q) https://php.net/parse_url' . "\n"; continue; } $ta = array(); if(isset($path['scheme'])) $ta = array_merge($ta, array($path['scheme'], ":")); if(isset($path['host'])) $ta[] = "//"; if(isset($path['user'])) $ta[] = $path['user']; if(isset($path['pass'])) $ta = array_merge($ta, array(":", $path['pass'])); if(isset($path['user'])) $ta[] = "@"; if(isset($path['host'])) $ta[] = $path['host']; if(isset($path['port'])) $ta = array_merge($ta, array(":", $path['port'])); if(isset($path['path'])) $ta[] = "[{$path['path']}]"; if(isset($path['query'])) $ta = array_merge($ta, array("?", $path['query'])); if(isset($path['fragment'])) $ta = array_merge($ta, array("#", $path['fragment'])); print implode(" ", $ta) . "\n"; }

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.0080.00516.81
8.5.60.0100.00616.75
8.5.50.0100.00916.67
8.5.30.0110.00719.43
8.5.20.0130.00420.11
8.5.10.0090.00918.57
8.5.00.0100.01120.15
8.4.220.0040.00521.43
8.4.210.0100.00721.36
8.4.180.0130.00725.67
8.4.170.0140.00824.06
8.4.160.0140.00824.07
8.4.150.0070.00516.90
8.4.140.0090.01117.33
8.4.130.0130.00817.70
8.4.120.0070.01020.82
8.4.110.0130.00722.32
8.4.100.0130.00717.74
8.4.90.0050.00420.64
8.4.80.0110.00917.71
8.4.70.0090.01118.11
8.4.60.0100.01118.48
8.4.50.0130.00918.69
8.4.40.0000.01017.90
8.4.30.0060.01017.86
8.4.20.0170.00319.57
8.4.10.0000.00919.55
8.3.310.0090.01018.50
8.3.300.0070.01020.24
8.3.290.0120.00820.95
8.3.280.0100.01020.28
8.3.270.0140.00516.50
8.3.260.0120.00716.59
8.3.250.0090.01018.96
8.3.240.0120.00816.54
8.3.230.0040.00516.60
8.3.220.0060.01217.41
8.3.210.0130.00616.66
8.3.200.0140.00616.75
8.3.190.0110.00718.80
8.3.180.0120.00818.51
8.3.170.0160.00316.43
8.3.160.0140.00316.60
8.3.150.0120.00617.39
8.3.140.0040.00716.79
8.3.130.0160.00318.20
8.3.120.0070.00419.16
8.3.110.0070.00320.94
8.3.100.0100.00016.75
8.3.90.0090.00916.41
8.3.80.0090.00018.30
8.3.70.0090.00616.50
8.3.60.0070.00716.63
8.3.50.0110.00816.66
8.3.40.0110.00718.86
8.3.30.0030.01618.89
8.3.20.0000.00721.82
8.3.10.0040.00421.77
8.3.00.0060.00319.69
8.2.310.0100.01218.10
8.2.300.0130.00718.79
8.2.290.0120.00620.37
8.2.280.0070.00118.50
8.2.270.0040.01417.01
8.2.260.0140.00318.89
8.2.250.0120.00617.38
8.2.240.0090.00017.35
8.2.230.0060.00322.58
8.2.220.0060.00324.06
8.2.210.0070.00726.77
8.2.200.0060.00318.16
8.2.190.0090.01218.54
8.2.180.0070.01418.16
8.2.170.0070.00722.96
8.2.160.0070.00720.52
8.2.150.0080.00024.18
8.2.140.0080.00024.66
8.2.130.0000.00820.36
8.2.120.0070.00026.35
8.2.110.0090.00022.09
8.2.100.0080.00317.97
8.2.90.0080.00017.88
8.2.80.0060.00317.97
8.2.70.0090.00017.93
8.2.60.0000.00918.28
8.2.50.0050.00318.10
8.2.40.0040.00420.66
8.2.30.0030.00519.40
8.2.20.0000.00818.12
8.2.10.0000.00718.20
8.2.00.0040.00418.10
8.1.340.0080.01121.60
8.1.330.0120.00816.65
8.1.320.0120.00817.97
8.1.310.0100.00317.02
8.1.300.0080.00816.07
8.1.290.0000.00918.88
8.1.280.0130.00725.92
8.1.270.0080.00020.73
8.1.260.0050.00226.35
8.1.250.0080.00028.09
8.1.240.0060.00322.57
8.1.230.0110.00019.16
8.1.220.0030.00517.74
8.1.210.0060.00318.77
8.1.200.0090.00317.22
8.1.190.0040.00417.22
8.1.180.0040.00418.10
8.1.170.0020.00518.75
8.1.160.0040.00418.84
8.1.150.0040.00420.29
8.1.140.0030.00319.63
8.1.130.0050.00518.90
8.1.120.0040.00417.39
8.1.110.0000.00817.35
8.1.100.0000.00917.51
8.1.90.0030.00617.54
8.1.80.0030.00617.37
8.1.70.0040.00417.43
8.1.60.0030.00617.51
8.1.50.0050.00217.58
8.1.40.0050.00317.56
8.1.30.0040.00417.63
8.1.20.0000.00817.73
8.1.10.0000.00717.49
8.1.00.0040.00417.57
8.0.300.0070.00019.84
8.0.290.0090.00016.75
8.0.280.0000.00718.37
8.0.270.0040.00417.16
8.0.260.0030.00318.90
8.0.250.0000.00716.84
8.0.240.0040.00416.96
8.0.230.0000.00716.86
8.0.220.0050.00216.76
8.0.210.0040.00416.87
8.0.200.0000.00716.98
8.0.190.0060.00316.88
8.0.180.0000.00716.82
8.0.170.0000.00716.93
8.0.160.0000.00716.87
8.0.150.0080.00016.80
8.0.140.0040.00416.89
8.0.130.0060.00013.33
8.0.120.0020.00516.83
8.0.110.0020.00516.82
8.0.100.0000.00816.96
8.0.90.0050.00216.93
8.0.80.0070.00716.84
8.0.70.0040.00416.89
8.0.60.0040.00416.80
8.0.50.0000.00816.72
8.0.30.0090.01017.13
8.0.20.0120.00717.40
8.0.10.0070.00017.06
8.0.00.0190.00316.94
7.4.330.0050.00015.55
7.4.320.0030.00316.59
7.4.300.0030.00316.61
7.4.290.0030.00316.47
7.4.280.0030.00616.53
7.4.270.0030.00516.54
7.4.260.0000.00816.36
7.4.250.0040.00416.57
7.4.240.0000.00716.55
7.4.230.0030.00316.36
7.4.220.0120.00616.61
7.4.210.0080.00716.60
7.4.200.0070.00016.41
7.4.160.0090.00716.50
7.4.150.0090.01517.40
7.4.140.0120.01117.86
7.4.130.0120.01216.51
7.4.120.0140.00616.57
7.4.110.0070.01816.36
7.4.100.0050.01116.59
7.4.90.0110.00716.50
7.4.80.0060.01019.39
7.4.70.0170.00016.65
7.4.60.0060.01016.43
7.4.50.0100.00616.57
7.4.40.0100.00716.60
7.4.30.0090.00916.59
7.4.00.0090.00614.83
7.3.330.0070.00013.11
7.3.320.0030.00313.23
7.3.310.0070.00016.16
7.3.300.0060.00016.25
7.3.290.0090.00616.31
7.3.280.0080.00816.32
7.3.270.0110.00617.40
7.3.260.0100.01116.41
7.3.250.0120.00816.58
7.3.240.0100.00816.53
7.3.230.0160.00316.59
7.3.210.0170.00316.62
7.3.200.0070.01016.55
7.3.190.0130.00316.53
7.3.180.0070.00716.58
7.3.170.0110.01116.49
7.3.160.0080.00816.58
7.2.330.0120.00616.55
7.2.320.0090.00916.80
7.2.310.0030.01316.85
7.2.300.0140.00316.77
7.2.290.0080.00816.80
7.2.60.0030.00916.88
7.1.200.0090.00615.69
7.1.70.0050.00217.20
7.1.60.0730.01033.21
7.1.50.0830.01332.91
7.1.40.0570.01732.48
7.1.30.1070.01732.87
7.1.20.0570.01332.82
7.1.10.0300.01014.57
7.1.00.0830.01714.89
7.0.200.0500.01315.00
7.0.190.0730.00714.93
7.0.180.0600.01314.39
7.0.170.0630.01014.42
7.0.160.1500.00014.37
7.0.150.0400.00714.57
7.0.140.0370.01014.55
7.0.130.0600.01314.63
7.0.120.0530.01714.63
7.0.110.0800.01314.62
7.0.100.0530.01314.50
7.0.90.0570.00714.23
7.0.80.0430.01014.36
7.0.70.0570.02014.44
7.0.60.0500.01714.23
7.0.50.0530.01314.74
7.0.40.0530.00714.91
7.0.30.0600.01314.42
7.0.20.0300.01014.51
7.0.10.0370.01014.50
7.0.00.0530.01314.66
5.6.300.0130.07320.61
5.6.290.0170.06721.01
5.6.280.0170.08020.78
5.6.270.0000.07720.78
5.6.260.0070.06720.80
5.6.250.0070.08320.86
5.6.240.0200.08020.75
5.6.230.0130.06720.71
5.6.220.0100.08720.70
5.6.210.0130.06320.55
5.6.200.0200.05320.75
5.6.190.0070.06720.71
5.6.180.0130.06020.99
5.6.170.0100.09020.67
5.6.160.0100.06020.89
5.6.150.0030.06720.76
5.6.140.0130.06320.97
5.6.130.0070.08320.64
5.6.120.0170.06320.71
5.6.110.0170.06020.71
5.6.100.0130.06020.93
5.6.90.0230.05020.80
5.6.80.0100.06320.33
5.6.70.0130.05320.11
5.6.60.0130.06020.28
5.6.50.0000.07320.37
5.6.40.0000.08720.18
5.6.30.0070.06720.10
5.6.20.0130.08020.07
5.6.10.0070.08320.08
5.6.00.0130.05720.21
5.5.380.0330.04717.45
5.5.370.0130.07017.45
5.5.360.0100.08017.41
5.5.350.0230.06317.39
5.5.340.0170.07017.80
5.5.330.0130.05717.88
5.5.320.0370.05717.74
5.5.310.0200.05717.88
5.5.300.0170.06717.93
5.5.290.0130.07717.97
5.5.280.0030.06317.88
5.5.270.0200.05017.96
5.5.260.0130.06018.05
5.5.250.0100.07317.70
5.5.240.0130.05017.35
5.5.230.0070.07317.31
5.5.220.0270.05317.07
5.5.210.0100.06017.28
5.5.200.0200.06717.23
5.5.190.0100.06017.23
5.5.180.0100.08017.32
5.5.160.0170.05317.32
5.5.150.0170.07017.31
5.5.140.0100.07317.32
5.5.130.0100.07717.14
5.5.120.0100.07017.22
5.5.110.0130.07317.30
5.5.100.0170.06317.14
5.5.90.0100.05717.22
5.5.80.0130.07017.21
5.5.70.0130.08317.21
5.5.60.0030.06017.29
5.5.50.0070.05717.18
5.5.40.0300.06317.11
5.5.30.0030.07717.18
5.5.20.0100.06317.04
5.5.10.0070.06316.98
5.5.00.0070.09317.00
5.4.450.0130.07019.32
5.4.440.0170.07019.41
5.4.430.0200.06019.50
5.4.420.0070.06719.36
5.4.410.0170.05018.97
5.4.400.0030.06018.80
5.4.390.0100.06018.86
5.4.380.0100.07719.09
5.4.370.0070.07018.91
5.4.360.0170.07318.99
5.4.350.0030.08318.86
5.4.340.0100.06319.06
5.4.320.0230.07018.95
5.4.310.0130.05319.17
5.4.300.0100.07018.79
5.4.290.0100.07318.95
5.4.280.0130.07719.04
5.4.270.0070.07719.08
5.4.260.0200.06718.97
5.4.250.0170.07018.92
5.4.240.0170.07019.07
5.4.230.0070.05719.00
5.4.220.0130.05018.76
5.4.210.0100.05319.07
5.4.200.0070.07319.00
5.4.190.0170.06718.88
5.4.180.0100.06718.98
5.4.170.0170.04718.88
5.4.160.0200.06018.99
5.4.150.0170.06718.75
5.4.140.0100.05316.39
5.4.130.0130.05316.46
5.4.120.0030.08016.53
5.4.110.0100.06016.31
5.4.100.0070.06016.30
5.4.90.0100.06716.63
5.4.80.0130.06716.54
5.4.70.0130.04316.50
5.4.60.0070.05716.51
5.4.50.0130.04716.54
5.4.40.0070.06016.54
5.4.30.0030.05716.57
5.4.20.0170.05016.32
5.4.10.0130.05316.56
5.4.00.0100.05715.91
5.3.290.0030.05714.67
5.3.280.0030.05714.60
5.3.270.0100.06314.77
5.3.260.0130.06714.55
5.3.250.0130.04714.72
5.3.240.0100.06014.68
5.3.230.0100.06014.70
5.3.220.0100.05314.67
5.3.210.0130.07314.57
5.3.200.0230.05014.75
5.3.190.0100.05014.73
5.3.180.0030.06714.39
5.3.170.0100.05014.50
5.3.160.0100.05314.68
5.3.150.0170.04314.78
5.3.140.0070.05314.52
5.3.130.0070.06314.55
5.3.120.0170.06014.71
5.3.110.0130.06014.63
5.3.100.0100.05014.19
5.3.90.0170.04714.14
5.3.80.0170.05714.02
5.3.70.0070.06714.02
5.3.60.0200.04713.83
5.3.50.0130.04714.04
5.3.40.0070.06314.04
5.3.30.0070.08014.09
5.3.20.0070.05313.78
5.3.10.0100.05313.74
5.3.00.0230.06313.73
5.2.170.0100.05711.27
5.2.160.0170.04311.36
5.2.150.0070.05011.30
5.2.140.0130.04311.09
5.2.130.0070.05311.34
5.2.120.0070.05011.02
5.2.110.0070.04311.24
5.2.100.0100.06311.10
5.2.90.0170.05311.22
5.2.80.0070.05711.34
5.2.70.0100.04011.34
5.2.60.0100.04011.31
5.2.50.0100.05711.19
5.2.40.0130.04311.07
5.2.30.0030.05711.14
5.2.20.0130.04310.96
5.2.10.0130.04310.93
5.2.00.0070.05010.78
5.1.60.0000.04710.21
5.1.50.0070.03710.24
5.1.40.0130.03010.27
5.1.30.0130.03010.63
5.1.20.0070.05010.52
5.1.10.0070.03710.25
5.1.00.0030.03710.16
5.0.50.0070.0308.64
5.0.40.0100.0238.73
5.0.30.0070.0478.44
5.0.20.0100.0378.43
5.0.10.0070.0308.39
5.0.00.0070.0438.36
4.4.90.0000.0276.92
4.4.80.0030.0276.92
4.4.70.0000.0276.92
4.4.60.0100.0206.92
4.4.50.0070.0206.92
4.4.40.0030.0376.92
4.4.30.0030.0206.92
4.4.20.0030.0306.92
4.4.10.0070.0206.95
4.4.00.0030.0376.95
4.3.110.0030.0206.95
4.3.100.0100.0206.95
4.3.90.0030.0236.95
4.3.80.0030.0376.95
4.3.70.0030.0206.95
4.3.60.0030.0236.95
4.3.50.0070.0206.95
4.3.40.0030.0406.95
4.3.30.0000.0236.95
4.3.20.0000.0276.95
4.3.10.0000.0306.95
4.3.00.0070.0206.95

preferences:
45.5 ms | 2424 KiB | 5 Q