3v4l.org

run code in 300+ PHP versions simultaneously
<?php $markdown = <<<TEXT hello! [6 Octobre 2014](https://twitter.com/Korben/status/519044794782605312)<script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script>PS : Et je suis un huitre TEXT; preg_match('/(\[[^\]]+\]\((https?:)?(\/\/)?(www\.)?twitter\.com\/[^\/]+\/status\/\d+\))<script[^>]*>[^<]*<\/script>/i', $markdown, $matches); var_dump($matches);
Output for git.master, git.master_jit, rfc.property-hooks
array(4) { [0]=> string(149) "[6 Octobre 2014](https://twitter.com/Korben/status/519044794782605312)<script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script>" [1]=> string(70) "[6 Octobre 2014](https://twitter.com/Korben/status/519044794782605312)" [2]=> string(6) "https:" [3]=> string(2) "//" }

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