3v4l.org

run code in 300+ PHP versions simultaneously
<?php class Foo { public static function bar($arg) { return 'test' . implode(' ', $arg); } } $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:(.*?)\}/gi', array('Foo', 'bar'), $content); var_dump($content);
Output for git.master, git.master_jit, rfc.property-hooks
Warning: preg_replace_callback(): Unknown modifier 'g' in /in/4WhsO on line 16 NULL

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