3v4l.org

run code in 300+ PHP versions simultaneously
<?php $source = <<<SOURCE { "head": { "comm": 7, "compress": false, "ms": 1451029423348, "encrypt": false, "version": 2 }, "body": { "data1": 0, "data2": 59, "data3": -40, "data4": 0, "data5": 0 } } SOURCE; $string = get_magic_quotes_gpc() ? stripslashes($source) : $source; $object = json_decode($string); var_dump($object);
Output for git.master, git.master_jit, rfc.property-hooks
Fatal error: Uncaught Error: Call to undefined function get_magic_quotes_gpc() in /in/W2G6i:22 Stack trace: #0 {main} thrown in /in/W2G6i on line 22
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:
59.96 ms | 401 KiB | 8 Q