3v4l.org

run code in 300+ PHP versions simultaneously
<?php $bbcode = <<<BBCODE Want a list? [ul][li]Here is a video: https://www.youtube.com/watch?v=mUxt--mMjwA[/li] [li]This is a [b]tagged[/b] video: [url]https://www.youtube.com/watch?v=u6MyOXk98DI[/url][/li] [li]This is a [b]tagged & attributed[/b] video: [url=https://www.youtube.com/watch?v=8G2WzH4AKpE]Pearl Jam - Present Tense[/url][/li] [li]Look at this:https://www.example.com/example?ohyeah=sure#okay this is a raw link[/li] [li][i]No attibute[/i] bbcode url: [url]http://example.com/x1[/url][/li] [li]A url with link and link text: [url=http://example.com/x2]x2[/url][/li] [li]Image with \"ignorable" text: [IMG=https://upload.wikimedia.org/wikipedia/commons/thumb/b/be/Portrait_of_Julie_Bishop.jpg/220px-Portrait_of_Julie_Bishop.jpg]Julie Bishop[/IMG][/li] [li]Image: [img=https://docs.joomla.org/images/3/37/Joomla-3D-Vertical-logo-light-background-en.png][/img][/li] [li][quote]"I could either watch it happen or be a part of it."[/quote] - Elon Musk[/li] [li][user=2943403]mickmackusa[/user][/li] [li]Code: [code]while (\$noSuccess) { tryAgain(); if (\$dead) break; }[/code][/li] [/ul] BBCODE; $search = array ( '~\[b](.*?)\[/b]~is', '~\[i](.*?)\[/i]~is', '~\[u](.*?)\[/u]~is', '~\[ul](.*?)\[/ul]~is', '~\[li](.*?)\[/li]~is', '~\[user=(.*?)](.*?)\[/user]~i', '~\[url=https?.*?(?:[/?&](?:e|vi?|ci)(?:[/=]|%3D)|youtu\.be/|embed/|/user/[^/]+#p/(?:[^/]+/)+)([\w-]{10,12})].*?\[/url]~i', '~\[url]https?.*?(?:[/?&](?:e|vi?|ci)(?:[/=]|%3D)|youtu\.be/|embed/|/user/[^/]+#p/(?:[^/]+/)+)([\w-]{10,12}).*?\[/url]~i', '~\[url=((?:ht|f)tps?://[a-z\d.-]+\.[a-z]{2,3}/\S*?)](.*?)\[/url]~i', '~\[url]((?:ht|f)tps?://[a-z\d.-]+\.[a-z]{2,3}/\S*?)\[/url]~i', '~\[img=(.*?)].*?\[/img]~i', '~\[quote](.*?)\[/quote]~is', '~\[code](.*?)\[/code]~is', '~(?:<a.*?</a>|<img.*?</img>|<iframe.*?</iframe>)(*SKIP)(*FAIL)|(?:\bhttps?.*?(?:[/?&](?:e|vi?|ci)(?:[/=]|%3D)|youtu\.be/|embed/|/user/[^/]+#p/(?:[^/]+/)+)([\w-]{10,12}))\S*~i', '~(?:<a.*?</a>|<img.*?</img>|<iframe.*?</iframe>)(*SKIP)(*FAIL)|\bhttps?://.+?(?=\s|$)~im' ); $replace = array ( '<strong>$1</strong>', '<em>$1</em>', '<u>$1</u>', '<ul>$1</ul>', '<li>$1</li>', '<a href="../login/profile?u=$1" target="_blank">$2</a>', '<iframe width="640" height="360" src="https://www.youtube.com/embed/$1" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>', '<iframe width="640" height="360" src="https://www.youtube.com/embed/$1" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>', '<a href="$1" target="_blank">$2</a>', '<a href="$1" target="_blank">$1</a>', '<img src="$1"></img>', '<quote>$1</quote>', '<code>$1</code>', '<iframe width="640" height="360" src="https://www.youtube.com/embed/$1" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>', '<a href="$0" target="_blank">$0</a>' ); echo preg_replace($search, $replace, $bbcode);

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.120.0090.01220.80
8.4.110.0020.00718.93
8.4.100.0080.01218.09
8.4.90.0130.00918.88
8.4.80.0090.00218.93
8.4.70.0120.00718.17
8.4.60.0140.00818.87
8.4.50.0110.00819.77
8.4.40.0130.00719.79
8.4.30.0150.00617.89
8.4.20.0070.01320.74
8.4.10.0120.00018.30
8.3.250.0090.01118.92
8.3.240.0150.00616.88
8.3.230.0030.00617.00
8.3.220.0110.00919.15
8.3.210.0080.01116.98
8.3.200.0050.00517.07
8.3.190.0090.01017.21
8.3.180.0130.00616.81
8.3.170.0130.00716.89
8.3.160.0120.00917.48
8.3.150.0190.00017.16
8.3.140.0100.01017.50
8.3.130.0040.00717.09
8.3.120.0110.00018.71
8.3.110.0110.00017.02
8.3.100.0110.00018.55
8.3.90.0000.00826.77
8.3.80.0090.00018.55
8.3.70.0120.00916.88
8.3.60.0140.00718.30
8.3.50.0100.00818.17
8.3.40.0080.00819.22
8.3.30.0120.00619.05
8.3.20.0060.00319.41
8.3.10.0040.00423.51
8.3.00.0050.00320.91
8.2.290.0050.00420.54
8.2.280.0070.01220.18
8.2.270.0130.01018.72
8.2.260.0160.00317.00
8.2.250.0050.00317.30
8.2.240.0060.00317.39
8.2.230.0060.00320.94
8.2.220.0100.00024.06
8.2.210.0080.00826.77
8.2.200.0060.00317.00
8.2.190.0200.00716.73
8.2.180.0120.00318.30
8.2.170.0080.00822.96
8.2.160.0110.00422.21
8.2.150.0030.00524.18
8.2.140.0080.00024.66
8.2.130.0040.00426.16
8.2.120.0040.00419.49
8.2.110.0090.00921.16
8.2.100.0060.00618.16
8.2.90.0040.00419.50
8.2.80.0040.00817.97
8.2.70.0050.00317.93
8.2.60.0060.00318.47
8.2.50.0050.00518.10
8.2.40.0080.00019.49
8.2.30.0040.00419.47
8.2.20.0010.00718.21
8.2.10.0050.00218.09
8.2.00.0080.00017.94
8.1.330.0100.01022.32
8.1.320.0130.01218.07
8.1.310.0070.01016.89
8.1.300.0100.01020.27
8.1.290.0030.00730.84
8.1.280.0130.00925.92
8.1.270.0080.00022.32
8.1.260.0000.00826.35
8.1.250.0080.00028.09
8.1.240.0000.01019.55
8.1.230.0040.00717.95
8.1.220.0000.00917.78
8.1.210.0000.00819.05
8.1.200.0030.00617.60
8.1.190.0030.00617.47
8.1.180.0030.00618.10
8.1.170.0000.00818.84
8.1.160.0000.00718.95
8.1.150.0030.00619.16
8.1.140.0040.00422.39
8.1.130.0070.00320.42
8.1.120.0030.00717.68
8.1.110.0020.00517.73
8.1.100.0040.00417.77
8.1.90.0030.00517.76
8.1.80.0030.00617.74
8.1.70.0040.00417.68
8.1.60.0060.00317.75
8.1.50.0040.00417.82
8.1.40.0030.00617.69
8.1.30.0030.00617.88
8.1.20.0090.00017.92
8.1.10.0040.00417.73
8.1.00.0040.00417.62
8.0.300.0000.00720.16
8.0.290.0060.00317.00
8.0.280.0050.00318.64
8.0.270.0030.00517.30
8.0.260.0050.00218.52
8.0.250.0000.00717.19
8.0.240.0060.00317.32
8.0.230.0040.00417.13
8.0.220.0060.00317.15
8.0.210.0070.00017.04
8.0.200.0050.00317.27
8.0.190.0060.00317.22
8.0.180.0030.00517.20
8.0.170.0060.00317.21
8.0.160.0000.00717.16
8.0.150.0000.00816.98
8.0.140.0030.00517.16
8.0.130.0000.00613.60
8.0.120.0030.00517.13
8.0.110.0040.00417.28
8.0.100.0040.00417.13
8.0.90.0030.00617.14
8.0.80.0030.01817.15
8.0.70.0000.00817.11
8.0.60.0080.00017.11
8.0.50.0030.00517.21
8.0.30.0070.01217.55
8.0.20.0060.01317.51
8.0.10.0080.00017.31
8.0.00.0140.00917.18
7.4.330.0000.00615.55
7.4.320.0070.00017.01
7.4.300.0050.00316.88
7.4.290.0030.00516.86
7.4.280.0030.00616.85
7.4.270.0000.00816.90
7.4.260.0000.00816.77
7.4.250.0050.00216.91
7.4.240.0040.00416.96
7.4.230.0040.00416.96
7.4.220.0040.00416.96
7.4.210.0070.00916.97
7.4.200.0030.00416.87
7.4.160.0110.00816.78
7.4.140.0090.01017.86
7.4.130.0110.00716.87
7.4.120.0120.01016.81
7.4.110.0060.01216.90
7.4.100.0090.00916.81
7.4.90.0070.01116.83
7.4.80.0070.01019.39
7.4.70.0120.00816.73
7.4.60.0100.01016.58
7.4.50.0080.01216.67
7.4.40.0090.01116.49
7.4.30.0130.00716.59
7.4.20.0140.00416.66
7.4.10.0100.01216.70
7.4.00.0120.00816.37
7.3.330.0050.00013.36
7.3.320.0000.00613.25
7.3.310.0040.00416.33
7.3.300.0070.00016.50
7.3.290.0000.00716.43
7.3.280.0040.01316.46
7.3.260.0130.00816.62
7.3.240.0100.01116.62
7.3.230.0060.01316.71
7.3.210.0070.01416.67
7.3.200.0030.01316.73
7.3.190.0150.00316.62
7.3.180.0100.01016.60
7.3.170.0140.00616.52
7.3.160.0080.00916.60
7.3.150.0120.00816.50
7.3.140.0110.00916.67
7.3.130.0140.00816.49
7.3.120.0090.01216.51
7.3.110.0110.01216.51
7.3.100.0120.01016.35
7.3.90.0100.01016.50
7.3.80.0110.01216.54
7.3.70.0080.01316.53
7.3.60.0100.01216.57
7.3.50.0110.00816.50
7.3.40.0110.01116.46
7.3.30.0130.00716.59
7.3.20.0130.01017.12
7.3.10.0110.01117.07
7.3.00.0160.01017.11
7.2.330.0150.00316.88
7.2.320.0120.01216.82
7.2.310.0090.01316.69
7.2.300.0090.01016.65
7.2.290.0120.00716.58
7.2.280.0140.00716.69
7.2.270.0050.01216.73
7.2.260.0090.01316.64
7.2.250.0110.01416.59
7.2.240.0110.01216.60
7.2.230.0110.01216.67
7.2.220.0120.01016.62
7.2.210.0160.00816.69
7.2.200.0090.01516.61
7.2.190.0080.01416.71
7.2.180.0130.01016.74
7.2.170.0120.01316.68
7.2.160.0120.01016.63
7.2.150.0120.01117.23
7.2.140.0120.01017.25
7.2.130.0170.00717.21
7.2.120.0140.01017.29
7.2.110.0730.01216.59
7.2.100.0260.00817.10
7.2.90.0130.00915.81
7.2.80.0110.01117.15
7.2.70.0170.01017.23
7.2.60.0110.01017.22
7.2.50.0160.00517.17
7.2.40.0130.00817.12
7.2.30.0160.01017.16
7.2.20.0160.01017.18
7.2.10.0100.01317.19
7.2.00.0120.00917.15
7.1.330.0170.01016.32
7.1.320.0150.01116.30
7.1.310.0180.00716.38
7.1.300.0190.01216.21
7.1.290.0220.01116.19
7.1.280.0250.00716.21
7.1.270.0160.01216.18
7.1.260.0190.00916.28
7.1.250.0150.01316.18
7.1.240.0140.01316.24
7.1.230.0160.00916.20
7.1.220.0160.01116.16
7.1.210.0170.00816.10
7.1.200.0140.01114.84
7.1.190.0180.00816.17
7.1.180.0160.00614.94
7.1.170.0090.01416.18
7.1.160.0130.01516.09
7.1.150.0150.00916.15
7.1.140.0190.00816.19
7.1.130.0250.00916.12
7.1.120.0140.00916.00
7.1.110.0150.01116.26
7.1.100.0190.00716.14
7.1.90.0190.00716.20
7.1.80.0200.01116.25
7.1.70.0140.01216.13
7.1.60.0710.00820.63
7.1.50.0200.01120.56
7.1.40.0350.01320.62
7.1.30.0230.01120.65
7.1.20.0220.01520.65
7.1.10.0200.00916.17
7.1.00.0160.00916.22
7.0.330.0190.01016.04
7.0.320.0200.00915.97
7.0.310.0240.00916.12
7.0.300.0190.00815.96
7.0.290.0200.01115.95
7.0.280.0150.01416.04
7.0.270.0150.01415.98
7.0.260.0220.01016.03
7.0.250.0210.00916.12
7.0.240.0200.01116.08
7.0.230.0180.01216.07
7.0.220.0200.00716.03
7.0.210.0120.01615.97
7.0.200.0160.01116.13
7.0.190.0190.00916.02
7.0.180.0140.01315.97
7.0.170.0210.00916.13
7.0.160.0220.00916.01
7.0.150.0170.01116.03
7.0.140.0270.00716.13
7.0.130.0180.01216.02
7.0.120.0210.01116.07
7.0.110.0190.00916.07
7.0.100.0190.00715.99
7.0.90.0210.01415.98
7.0.80.0210.01116.04
7.0.70.0150.01616.00
7.0.60.0210.00716.00
7.0.50.0200.00816.06
7.0.40.0240.01115.42
7.0.30.0170.01015.40
7.0.20.0230.00915.32
7.0.10.0230.00515.32
7.0.00.0240.00815.29
5.6.400.0200.00915.92
5.6.390.0140.01415.76
5.6.380.0140.01015.53
5.6.370.0150.01515.78
5.6.360.0130.01416.05
5.6.350.0190.00815.83
5.6.340.0270.01015.92
5.6.330.0200.00814.70
5.6.320.0180.01416.10
5.6.310.0170.01315.74
5.6.300.0190.01116.08
5.6.290.0290.00516.00
5.6.280.0170.01315.99
5.6.270.0210.00915.86
5.6.260.0180.01215.84
5.6.250.0170.01215.80
5.6.240.0360.01015.83
5.6.230.0170.01215.93
5.6.220.0190.01115.81
5.6.210.0160.01415.89
5.6.200.0230.00515.92
5.6.190.0170.01415.80
5.6.180.0170.01415.94
5.6.170.0210.00715.88
5.6.160.0140.01215.87
5.6.150.0130.01415.78
5.6.140.0200.00915.89
5.6.130.0270.00415.86
5.6.120.0130.01715.87
5.6.110.0170.01415.86
5.6.100.0170.01115.94
5.6.90.0170.01215.82
5.6.80.0200.01015.74
5.6.70.0170.01115.71
5.6.60.0200.01015.75
5.6.50.0170.01215.92
5.6.40.0180.01315.79
5.6.30.0130.01515.71
5.6.20.0200.01015.85
5.6.10.0150.01415.68
5.6.00.0190.01115.86
5.5.380.0290.00315.68
5.5.370.0170.01115.80
5.5.360.0160.01415.86
5.5.350.0240.01615.83
5.5.340.0360.00915.73
5.5.330.0110.01915.87
5.5.320.0100.02015.96
5.5.310.0200.00816.03
5.5.300.0230.00615.89
5.5.290.0160.01316.23
5.5.280.0190.00815.73
5.5.270.0170.01916.07
5.5.260.0300.00316.10
5.5.250.0220.00415.74
5.5.240.0170.01415.87
5.5.230.0150.01215.81
5.5.220.0210.01115.88
5.5.210.0210.00615.76
5.5.200.0220.00615.69
5.5.190.0210.00915.76
5.5.180.0210.00915.75
5.5.170.0100.01915.90
5.5.160.0200.00815.82
5.5.150.0200.01715.73
5.5.140.0130.01815.81
5.5.130.0170.01115.81
5.5.120.0160.01715.96
5.5.110.0190.01615.97
5.5.100.0170.01015.60
5.5.90.0200.00815.84
5.5.80.0100.01915.75
5.5.70.0150.01515.78
5.5.60.0260.00415.63
5.5.50.0120.01515.68
5.5.40.0130.02015.76
5.5.30.0180.00916.01
5.5.20.0170.01815.58
5.5.10.0220.00415.66
5.5.00.0080.01715.67
5.4.450.0130.00914.98
5.4.440.0110.01114.98
5.4.430.0210.00314.98
5.4.420.0150.00514.98
5.4.410.0170.00314.98
5.4.400.0170.00314.98
5.4.390.0180.00414.98
5.4.380.0120.00814.98
5.4.370.0130.00914.98
5.4.360.0090.01214.98
5.4.350.0110.01114.98
5.4.340.0090.01314.98
5.4.330.0090.01214.98
5.4.320.0170.00514.98
5.4.310.0170.01114.98
5.4.300.0180.00414.98
5.4.290.0130.00914.98
5.4.280.0110.01114.98
5.4.270.0090.01414.98
5.4.260.0120.00814.98
5.4.250.0170.00614.98
5.4.240.0230.00714.98
5.4.230.0160.00614.98
5.4.220.0120.00914.98
5.4.210.0130.01014.98
5.4.200.0240.00314.98
5.4.190.0190.00914.98
5.4.180.0150.00614.98
5.4.170.0100.01114.98
5.4.160.0140.00914.98
5.4.150.0120.00914.98
5.4.140.0190.00314.98
5.4.130.0150.00614.98
5.4.120.0140.00714.98
5.4.110.0220.00014.98
5.4.100.0130.00814.98
5.4.90.0160.00414.98
5.4.80.0080.01214.98
5.4.70.0140.01114.98
5.4.60.0200.01314.98
5.4.50.0160.00514.98
5.4.40.0100.01014.98
5.4.30.0150.00814.98
5.4.20.0120.00914.98
5.4.10.0190.00814.98
5.4.00.0100.01114.98
5.3.290.0110.01914.98
5.3.280.0180.00314.98
5.3.270.0150.00614.98
5.3.260.0140.01114.98
5.3.250.0170.00614.98
5.3.240.0150.00814.98
5.3.230.0110.01114.98
5.3.220.0070.01514.98
5.3.210.0110.01114.98
5.3.200.0150.00714.98
5.3.190.0130.01014.98
5.3.180.0170.00614.98
5.3.170.0200.01414.98
5.3.160.0130.01014.98
5.3.150.0190.00614.98
5.3.140.0110.01114.98
5.3.130.0150.00814.98
5.3.120.0110.01114.98
5.3.110.0210.01114.98
5.3.100.0170.01014.98
5.3.90.0200.02114.98
5.3.80.0210.00314.98
5.3.70.0170.00314.98
5.3.60.0130.00814.98
5.3.50.0170.00314.98
5.3.40.0160.01014.98
5.3.30.0130.01314.98
5.3.20.0130.01114.98
5.3.10.0170.00514.98
5.3.00.0150.01014.98
5.2.170.0150.00414.98
5.2.160.0180.00414.98
5.2.150.0120.00914.98
5.2.140.0130.00614.98
5.2.130.0100.01014.98
5.2.120.0160.00614.98
5.2.110.0100.01014.98
5.2.100.0140.01114.98
5.2.90.0130.01014.98
5.2.80.0190.00514.98
5.2.70.0100.01314.98
5.2.60.0100.01314.98
5.2.50.0130.00814.98
5.2.40.0150.00614.98
5.2.30.0170.00414.98
5.2.20.0140.00714.98
5.2.10.0070.01114.98
5.2.00.0060.01214.98
5.1.60.0040.01214.98
5.1.50.0100.00714.98
5.1.40.0100.00714.98
5.1.30.0130.00514.98
5.1.20.0110.00514.98
5.1.10.0120.00614.98
5.1.00.0130.00314.98
5.0.50.0120.00514.98
5.0.40.0000.01414.98
5.0.30.0150.00014.98
5.0.20.0070.00914.98
5.0.10.0100.00514.98
5.0.00.0070.00714.98
4.4.90.0130.00014.98
4.4.80.0080.00414.98
4.4.70.0080.00414.98
4.4.60.0060.00614.98
4.4.50.0050.00514.98
4.4.40.0120.00014.98
4.4.30.0110.00014.98
4.4.20.0030.00714.98
4.4.10.0030.00614.98
4.4.00.0090.00014.98
4.3.110.0080.00014.98
4.3.100.0050.00414.98
4.3.90.0070.00314.98
4.3.80.0050.00514.98
4.3.70.0090.00014.98
4.3.60.0030.00614.98
4.3.50.0030.00614.98
4.3.40.0000.00814.98
4.3.30.0050.00514.98
4.3.20.0130.00014.98
4.3.10.0080.00014.98
4.3.00.0060.00214.98

preferences:
29.55 ms | 403 KiB | 5 Q