3v4l.org

run code in 300+ PHP versions simultaneously
<?php $bads = [ '+11', '- 68', '[img', '$cool ', '# hash' ]; $tests = []; foreach ($bads as $bad) { $tests["A $bad B"] = true; $tests["$bad"] = true; $tests["A $bad"] = true; $tests["$bad B"] = true; $tests["x${bad}x"] = false; $tests["x${bad}"] = false; $tests["${bad}x"] = false; } foreach ($tests as $string => $expected) { $expect = (int)$expected; $actual = (int)contains($string, $bads); if ($actual !== $expect) { echo "FAIL: '$string' should be $expect, is $actual"; } else { echo "PASS: '$string' was expected $expect"; } echo PHP_EOL; } #### FUNCTION ### function contains($str, $bads) { $template = '/(\s+%1$s\s+|^\s*%1$s\s+|\s+%1$s\s*$|^\s*%1$s\s*$)/'; foreach ($bads as $a) { $regex = sprintf($template, preg_quote($a, '/')); if ($x = preg_match($regex, $str, $matches)) { return true; } } return false; }

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.0140.01017.54
8.4.130.0060.00318.82
8.4.120.0100.00824.23
8.4.110.0050.00520.89
8.4.100.0030.01118.86
8.4.90.0080.01418.70
8.4.80.0130.00718.94
8.4.70.0080.00918.21
8.4.60.0150.00920.65
8.4.50.0090.01218.53
8.4.40.0120.00919.90
8.4.30.0070.01318.83
8.4.20.0140.00718.23
8.4.10.0100.00620.02
8.3.270.0110.01017.01
8.3.260.0130.00716.88
8.3.250.0140.00519.25
8.3.240.0090.00916.95
8.3.230.0120.00617.01
8.3.220.0070.01019.02
8.3.210.0060.01317.16
8.3.200.0040.00516.79
8.3.190.0150.00516.86
8.3.180.0090.00918.60
8.3.170.0050.00320.72
8.3.160.0060.01318.75
8.3.150.0030.00517.20
8.3.140.0060.00318.73
8.3.130.0100.00718.73
8.3.120.0070.00420.88
8.3.110.0040.00420.94
8.3.100.0000.00924.06
8.3.90.0060.01026.77
8.3.80.0030.01019.36
8.3.70.0140.00318.68
8.3.60.0130.00716.88
8.3.50.0120.00516.92
8.3.40.0090.00618.99
8.3.30.0110.00418.92
8.3.20.0030.01521.73
8.3.10.0040.00423.65
8.3.00.0080.00018.09
8.2.290.0080.01120.63
8.2.280.0080.00418.44
8.2.270.0030.01617.41
8.2.260.0030.01316.77
8.2.250.0060.00317.00
8.2.240.0060.00317.25
8.2.230.0040.00422.58
8.2.220.0090.00037.54
8.2.210.0040.01126.77
8.2.200.0120.00318.88
8.2.190.0090.00616.72
8.2.180.0180.00018.64
8.2.170.0000.01522.96
8.2.160.0110.00321.19
8.2.150.0040.00424.18
8.2.140.0000.00824.66
8.2.130.0080.00026.16
8.2.120.0050.00321.12
8.2.110.0000.00922.21
8.2.100.0060.00618.16
8.2.90.0000.00917.88
8.2.80.0040.00419.07
8.2.70.0060.00317.75
8.2.60.0000.00817.75
8.2.50.0000.00919.78
8.2.40.0050.00320.61
8.2.30.0090.00019.42
8.2.20.0000.00718.29
8.2.10.0080.00018.36
8.2.00.0000.00718.30
8.1.330.0090.01121.63
8.1.320.0140.00716.25
8.1.310.0120.00318.35
8.1.300.0100.01016.38
8.1.290.0080.00430.84
8.1.280.0060.01225.92
8.1.270.0100.00023.86
8.1.260.0160.00026.35
8.1.250.0050.00328.09
8.1.240.0060.00320.84
8.1.230.0120.00017.70
8.1.220.0030.00517.79
8.1.210.0030.00518.77
8.1.200.0000.00917.48
8.1.190.0000.00917.66
8.1.180.0040.00418.10
8.1.170.0000.00818.61
8.1.160.0040.00418.96
8.1.150.0080.00020.09
8.1.140.0050.00319.69
8.1.130.0060.00318.89
8.1.120.0000.00717.68
8.1.110.0040.00417.60
8.1.100.0000.00817.63
8.1.90.0040.00417.61
8.1.80.0040.00417.49
8.1.70.0030.00317.55
8.1.60.0000.00817.76
8.1.50.0060.00317.66
8.1.40.0060.00317.59
8.1.30.0030.00617.86
8.1.20.0000.00817.67
8.1.10.0040.00417.65
8.1.00.0040.00717.67
8.0.300.0040.00418.77
8.0.290.0030.00716.88
8.0.280.0000.00718.55
8.0.270.0040.00417.23
8.0.260.0070.00016.95
8.0.250.0040.00417.05
8.0.240.0040.00417.16
8.0.230.0030.00517.00
8.0.220.0000.00717.14
8.0.210.0000.00717.10
8.0.200.0040.00417.02
8.0.190.0080.00017.16
8.0.180.0040.00417.09
8.0.170.0040.00417.11
8.0.160.0040.00417.08
8.0.150.0040.00417.08
8.0.140.0040.00417.04
8.0.130.0050.00013.43
8.0.120.0050.00317.07
8.0.110.0070.00016.93
8.0.100.0000.00816.99
8.0.90.0030.00517.10
8.0.80.0060.00916.95
8.0.70.0030.00517.01
8.0.60.0040.00416.96
8.0.50.0050.00317.05
8.0.30.0110.00917.27
8.0.20.0110.01217.40
8.0.10.0050.00317.05
8.0.00.0090.00917.11
7.4.330.0050.00015.55
7.4.320.0050.00316.66
7.4.300.0060.00016.78
7.4.290.0030.00316.75
7.4.280.0030.00616.77
7.4.270.0000.00816.80
7.4.260.0000.00613.63
7.4.250.0040.00416.71
7.4.240.0030.00316.75
7.4.230.0000.00816.83
7.4.220.0090.01316.78
7.4.210.0100.00716.75
7.4.200.0040.00416.59
7.4.160.0140.00416.58
7.4.150.0150.00517.40
7.4.140.0090.01517.86
7.4.130.0030.01916.91
7.4.120.0120.01016.74
7.4.110.0160.00816.82
7.4.100.0030.01916.79
7.4.90.0030.01516.79
7.4.80.0120.00619.39
7.4.70.0120.00616.91
7.4.60.0130.00316.73
7.4.50.0000.01616.46
7.4.40.0080.00916.76
7.4.30.0120.00916.77
7.4.10.0100.01015.33
7.4.00.0080.00915.25
7.3.330.0060.00013.40
7.3.320.0030.00313.35
7.3.310.0030.00316.58
7.3.300.0070.00016.55
7.3.290.0090.00516.55
7.3.280.0090.00816.51
7.3.270.0090.00917.40
7.3.260.0100.00816.55
7.3.250.0100.01016.52
7.3.240.0090.00916.60
7.3.230.0090.01616.41
7.3.210.0180.01316.80
7.3.200.0060.01616.80
7.3.190.0070.01416.64
7.3.180.0110.00616.91
7.3.170.0060.01616.51
7.3.160.0050.01816.77
7.3.130.0090.00915.06
7.3.120.0090.00914.93
7.3.110.0040.01215.18
7.3.100.0050.01015.03
7.3.90.0060.01115.15
7.3.80.0020.01215.04
7.3.70.0040.01215.06
7.3.60.0060.00815.00
7.3.50.0060.00915.05
7.3.40.0050.00914.92
7.3.30.0050.00615.02
7.3.20.0090.00616.93
7.3.10.0080.00516.98
7.3.00.0100.00516.80
7.2.330.0090.00916.95
7.2.320.0030.01516.88
7.2.310.0150.00317.03
7.2.300.0120.00616.75
7.2.290.0100.01316.90
7.2.260.0040.01515.10
7.2.250.0070.00915.28
7.2.240.0080.01015.11
7.2.230.0060.00815.18
7.2.220.0040.01215.29
7.2.210.0030.00815.21
7.2.200.0090.00815.14
7.2.190.0060.00815.13
7.2.180.0070.00915.23
7.2.170.0050.01015.26
7.2.160.0060.00815.23
7.2.150.0050.00817.12
7.2.140.0070.00617.19
7.2.130.0050.00817.13
7.2.120.0100.00317.03
7.2.110.0070.00617.19
7.2.100.0020.01217.10
7.2.90.0100.00617.02
7.2.80.0060.00817.06
7.2.70.0050.01217.23
7.2.60.0050.00817.15
7.2.50.0060.00817.00
7.2.40.0050.00917.10
7.2.30.0070.00617.13
7.2.20.0050.01017.10
7.2.10.0050.00817.19
7.2.00.0050.00916.88
7.1.330.0020.01416.08
7.1.320.0090.00716.09
7.1.310.0080.00815.94
7.1.300.0030.01016.03
7.1.290.0050.01016.07
7.1.280.0070.00815.87
7.1.270.0030.00915.89
7.1.260.0060.00815.92
7.1.250.0090.00316.01
7.1.240.0070.00415.79
7.1.230.0100.00316.05
7.1.220.0040.01215.81
7.1.210.0100.00716.16
7.1.200.0040.00916.13
7.1.190.0040.01116.02
7.1.180.0030.01315.75
7.1.170.0030.01016.07
7.1.160.0020.00916.00
7.1.150.0000.01416.01
7.1.140.0000.01215.87
7.1.130.0040.00816.02
7.1.120.0040.01115.92
7.1.110.0030.00716.20
7.1.100.0030.01016.17
7.1.90.0030.01016.09
7.1.80.0070.01016.11
7.1.70.0060.00416.76
7.1.60.0130.01324.74
7.1.50.0380.01424.56
7.1.40.0330.01724.43
7.1.30.0430.00724.44
7.1.20.0310.01124.60
7.1.10.0230.01215.50
7.1.00.0200.01815.57
7.0.330.0110.00415.83
7.0.320.0000.00815.29
7.0.310.0060.00615.62
7.0.300.0060.00315.52
7.0.290.0030.01015.46
7.0.280.0130.00015.52
7.0.270.0040.01115.58
7.0.260.0070.00715.32
7.0.250.0030.01015.45
7.0.240.0060.00315.78
7.0.230.0070.00315.43
7.0.220.0100.00315.64
7.0.210.0000.01615.61
7.0.200.0080.00715.49
7.0.190.0300.01015.38
7.0.180.0380.01215.21
7.0.170.0170.01215.05
7.0.160.0080.00915.18
7.0.150.0340.01015.22
7.0.140.0420.01415.16
7.0.130.0300.01115.41
7.0.120.0510.01015.41
7.0.110.0420.01015.20
7.0.100.0100.00915.19
7.0.90.0400.01715.26
7.0.80.0380.01915.16
7.0.70.0380.01015.27
7.0.60.0300.00715.05
7.0.50.0350.01015.26
7.0.40.0270.01214.24
7.0.30.0530.01114.31
7.0.20.0330.00714.14
7.0.10.0400.01214.39
7.0.00.0390.00714.34
5.6.400.0040.01214.80
5.6.390.0000.01214.77
5.6.380.0070.01014.84
5.6.370.0030.00914.69
5.6.360.0110.00414.77
5.6.350.0070.00714.60
5.6.340.0070.00714.29
5.6.330.0070.01014.72
5.6.320.0000.01814.35
5.6.310.0040.00714.62
5.6.300.0090.00614.39
5.6.290.0070.01014.30
5.6.280.0060.00914.71
5.6.270.0030.00714.56
5.6.260.0070.00714.84
5.6.250.0030.00914.63
5.6.240.0040.01414.41
5.6.230.0000.01614.63
5.6.220.0000.01414.78
5.6.210.0060.00614.28
5.6.200.0080.00614.79
5.6.190.0030.00614.77
5.6.180.0040.01114.61
5.6.170.0060.00914.39
5.6.160.0090.00314.55
5.6.150.0000.00914.62
5.6.140.0040.01114.81
5.6.130.0060.00614.49
5.6.120.0000.01114.77
5.6.110.0040.01114.45
5.6.100.0070.00314.73
5.6.90.0100.00614.86
5.6.80.0000.01514.32
5.6.70.0000.01514.21
5.6.60.0070.01014.75
5.6.50.0060.00614.46
5.6.40.0070.01014.54
5.6.30.0080.00814.31
5.6.20.0030.00614.62
5.6.10.0040.00714.59
5.6.00.0040.01114.53

preferences:
154.16 ms | 403 KiB | 5 Q