3v4l.org

run code in 300+ PHP versions simultaneously
<?php class Foo { public static function bar($arg) { return 'test'; } } $content = '<p><a href="{ccm:export:page:/team/faq}">FAQ / Help</a></p> <p><a href="{ccm:export:page:/portfolio}">Case Studies</a></p> <p><a href="{ccm:export:page:/blog}">Blog</a></p> <p><a href="{ccm:export:page:}">Another Link</a></p>'; $content = preg_replace_callback( '/\{ccm:export:page:(.*?)\}/i', array('Foo', 'bar'), $content); var_dump($content);
Output for git.master, git.master_jit, rfc.property-hooks
string(253) "<p><a href="test">FAQ / Help</a></p> <p><a href="test">Case Studies</a></p> <p><a href="test">Blog</a></p> <p><a href="test">Another Link</a></p>"

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:
42.37 ms | 401 KiB | 8 Q