3v4l.org

run code in 300+ PHP versions simultaneously
<?php $foo = "<a href='http://demowww.wavebid.com/content/openPdfFile.html?id=7828114'> <img src=\"http://www.wavebid.com/images/icons/pdf-128x128.jpg\" style=\"height: 25px\"/>IPv4_Multicast.pdf</a> <br /> <a href='http://demowww.wavebid.com/content/openPdfFile.html?id=7828115'> <img src=\"http://www.wavebid.com/images/icons/pdf-128x128.jpg\" style=\"height: 25px\"/>IPv6.pdf</a><br />"; preg_match_all("#<a href='(.*)'>|/>(.*?)<#im", $foo, $m); var_dump($m);
Output for git.master, git.master_jit, rfc.property-hooks
array(3) { [0]=> array(4) { [0]=> string(73) "<a href='http://demowww.wavebid.com/content/openPdfFile.html?id=7828114'>" [1]=> string(21) "/>IPv4_Multicast.pdf<" [2]=> string(73) "<a href='http://demowww.wavebid.com/content/openPdfFile.html?id=7828115'>" [3]=> string(11) "/>IPv6.pdf<" } [1]=> array(4) { [0]=> string(62) "http://demowww.wavebid.com/content/openPdfFile.html?id=7828114" [1]=> string(0) "" [2]=> string(62) "http://demowww.wavebid.com/content/openPdfFile.html?id=7828115" [3]=> string(0) "" } [2]=> array(4) { [0]=> string(0) "" [1]=> string(18) "IPv4_Multicast.pdf" [2]=> string(0) "" [3]=> string(8) "IPv6.pdf" } }

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:
44.98 ms | 402 KiB | 8 Q