3v4l.org

run code in 300+ PHP versions simultaneously
<?php $html_string = '<div style="font-family:comic sans ms,cursive;"> <div style="font-size:200%;">Some Text </div></div>'; $dom = new DOMDocument; $dom->loadHTML($html_string); $divs = $dom->getElementsByTagName('div'); for($i=0;$i<$divs->length;$i++) { $attrib = $divs->item($i)->getAttribute("style"); echo $attrib; echo '<br />'; }
Output for git.master, git.master_jit, rfc.property-hooks
font-family:comic sans ms,cursive;<br />font-size:200%;<br />

This tab shows result from various feature-branches currently under review by the php developers. Contact me to have additional branches featured.

Active branches

Archived branches

Once feature-branches are merged or declined, they are no longer available. Their functionality (when merged) can be viewed from the main output page


preferences:
38.36 ms | 401 KiB | 8 Q