3v4l.org

run code in 300+ PHP versions simultaneously
<?php $html = <<<EOD <h1>Escape HTML or Other Programming tags</h1> <p>This must be rendered without any problem</p> <p> <code style="display:block;background:rgb(230,230,230);padding:2%"> <h4>Show this title in HTML</h4> <p>This paragraph must be in <strong>HTML</strong> and this <a href="">Link</a> too !</p> <?php echo "Display this PHP code!"; ?> <script> alert("Don't pop-up please!"); </script> </code> <a href="">Link rendered</a> </p> EOD; $dom = new DOMDocument; $dom->loadHTML($html); $xpath = new DOMXPath($dom); $preformattedCodeNode = $dom->createElement('pre'); foreach ($xpath->query("//code") as $codeNode) { $codeContent = ''; foreach($codeNode->childNodes as $codeChild) { $codeContent .= $dom->saveHTML($codeChild); } $preformattedCodeNode->textContent = $codeContent; $preformattedCodeNode->setAttribute('style', $codeNode->getAttribute('style')); $codeNode->parentNode->replaceChild($preformattedCodeNode, $codeNode); } $texte = $dom->saveHTML(); echo $texte;

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.3.60.0150.00718.57
8.3.50.0120.00916.59
8.3.40.0040.01219.15
8.3.30.0100.01019.26
8.3.20.0060.00324.18
8.3.10.0040.01524.66
8.3.00.0180.00026.16
8.2.180.0030.01725.92
8.2.170.0070.00719.29
8.2.160.0070.00722.96
8.2.150.0040.00425.66
8.2.140.0000.00924.66
8.2.130.0130.00326.16
8.2.120.0080.00026.35
8.2.110.0030.00622.81
8.2.100.0040.00818.16
8.2.90.0030.00518.34
8.2.80.0040.00418.59
8.2.70.0000.00818.13
8.2.60.0080.00018.00
8.2.50.0030.00518.00
8.2.40.0040.00421.75
8.2.30.0020.00519.76
8.2.20.0070.00018.59
8.2.10.0040.00419.71
8.2.00.0040.00419.63
8.1.280.0030.01225.92
8.1.270.0080.00024.25
8.1.260.0050.00328.09
8.1.250.0040.00428.09
8.1.240.0110.00019.81
8.1.230.0060.00620.97
8.1.220.0000.00817.91
8.1.210.0030.00519.29
8.1.200.0090.00017.73
8.1.190.0030.00517.73
8.1.180.0000.00918.10
8.1.170.0060.00318.84
8.1.160.0050.00321.04
8.1.150.0000.00819.21
8.1.140.0000.00819.24
8.1.130.0050.00217.84
8.1.120.0080.00017.73
8.1.110.0030.00517.80
8.1.100.0080.00017.76
8.1.90.0000.00817.84
8.1.80.0030.00617.91
8.1.70.0030.00317.78
8.1.60.0000.00817.90
8.1.50.0040.00417.93
8.1.40.0000.00917.83
8.1.30.0030.00617.98
8.1.20.0060.00318.05
8.1.10.0060.00317.96
8.1.00.0030.00617.77
8.0.300.0050.00320.37
8.0.290.0040.00417.25
8.0.280.0070.00018.78
8.0.270.0050.00317.29
8.0.260.0000.00717.30
8.0.250.0030.00517.35
8.0.240.0000.00717.31
8.0.230.0000.00717.30
8.0.220.0080.00017.30
8.0.210.0000.00717.34
8.0.200.0000.00717.32
8.0.190.0050.00317.40
8.0.180.0040.00417.37
8.0.170.0040.00417.32
8.0.160.0070.00417.35
8.0.150.0000.01117.25
8.0.140.0000.01117.29
8.0.130.0000.00613.71
8.0.120.0040.00417.20
8.0.110.0000.00817.25
8.0.100.0030.00517.32
8.0.90.0040.00417.21
8.0.80.0110.00817.37
8.0.70.0080.00017.37
8.0.60.0030.00517.14
8.0.50.0040.00417.09
8.0.30.0090.00917.53
8.0.20.0100.00717.65
8.0.10.0120.00917.40
8.0.00.0110.00817.43
7.4.330.0030.00317.24
7.4.320.0000.00716.84
7.4.300.0040.00416.98
7.4.290.0000.00716.95
7.4.280.0040.00416.74
7.4.270.0030.00317.04
7.4.260.0000.00513.60
7.4.250.0050.00317.03
7.4.240.0000.00716.89
7.4.230.0030.00316.71
7.4.220.0040.00416.96
7.4.210.0090.00716.93
7.4.200.0030.00316.66
7.4.150.0080.01217.40
7.4.140.0140.00817.40
7.4.130.0110.01017.40
7.4.120.0160.00817.40
7.4.110.0070.01117.40
7.4.100.0140.00317.40
7.4.90.0080.01117.40
7.4.80.0070.01017.40
7.4.70.0160.01317.40
7.4.60.0130.00617.40
7.4.50.0070.01117.40
7.4.40.0040.01417.40
7.4.30.0100.00917.40
7.4.20.0110.00717.40
7.4.10.0110.00817.40
7.4.00.0080.00817.40
7.3.330.0040.00416.65
7.3.320.0000.00613.46
7.3.310.0050.00216.76
7.3.300.0030.00316.66
7.3.290.0060.00916.74
7.3.270.0060.01117.40
7.3.260.0180.00017.40
7.3.250.0150.00517.40
7.3.240.0100.01017.40
7.3.230.0170.00717.40
7.3.220.0200.00317.40
7.3.210.0030.01417.40
7.3.200.0130.00517.40
7.3.190.0170.00917.40
7.3.180.0190.00017.40
7.3.170.0100.01017.40
7.3.160.0170.00317.40
7.3.150.0080.01117.40
7.3.140.0100.00917.40
7.3.130.0110.00717.40
7.3.120.0130.00617.40
7.3.110.0170.00317.40
7.3.100.0130.00717.40
7.3.90.0040.01517.40
7.3.80.0120.00717.40
7.3.70.0180.00317.40
7.3.60.0040.01617.40
7.3.50.0040.01517.40
7.3.40.0060.01217.40
7.3.30.0180.00317.40
7.3.20.0120.00817.40
7.3.10.0100.01117.40
7.3.00.0100.01017.40

preferences:
63.02 ms | 401 KiB | 5 Q