3v4l.org

run code in 300+ PHP versions simultaneously
<?php class Foo { public function bar($arg) { return 'test' . $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:(.*?)\}/i', array('static', 'replacePagePlaceHolderOnImport'), $content); var_dump($content);
Output for git.master, git.master_jit, rfc.property-hooks
Fatal error: Uncaught TypeError: preg_replace_callback(): Argument #2 ($callback) must be a valid callback, cannot access "static" when no class scope is active in /in/c4kb4:16 Stack trace: #0 /in/c4kb4(16): preg_replace_callback('/\\{ccm:export:p...', Array, '<p><a href="{cc...') #1 {main} thrown in /in/c4kb4 on line 16
Process exited with code 255.

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