3v4l.org

run code in 300+ PHP versions simultaneously
<?php // fake facade / IoC // class app { public static function make() { return new MyJSON; } } /////////////////////// app::make('json')->encode($obj); class MyJSON extends JSON { public function encode($object, $options = JSON_FORCE_OBJECT | JSON_UNESCAPED_SLASHES | JSON_UNESCAPED_UNICODE) { return json_encode($object, $options); } }
Output for git.master, git.master_jit, rfc.property-hooks
Fatal error: Uncaught Error: Class "MyJSON" not found in /in/QbDpd:3 Stack trace: #0 /in/QbDpd(7): app::make('json') #1 {main} thrown in /in/QbDpd on line 3
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:
38.43 ms | 401 KiB | 8 Q