3v4l.org

run code in 300+ PHP versions simultaneously
<?php // for test purpose set the inbound enc parameter $_POST["enc"] = "eyJ0cmFuc2NyaXB0IjoiLSAgICAgICAgICBQYXN0ZWQgdGhlIHRleHQgaW50byBOb3RlcGFkIBMgbm8gc3BlY2lhbCBjaGFyYWN0ZXJzIiwiaWQiOjcwLCJpc0FjdGlvbmVkIjp0cnVlLCJ1c2VyX2lkIjoxLCJ0YXNrX3R5cGVfaWQiOjEsImFjY291bnRfaWQiOjIxLCJhY2NvdW50X25hbWUiOiJURVNUIiwiZXZlbnRfZGF0ZSI6bnVsbH0="; $decoded = base64_decode($_POST["enc"]); $ar = json_decode($decoded, true); //<-- Now returned as an array, and not an object $array = json_encode(array('miuna' => 'bad', 'manaka' => 'good')); $array = json_decode($array); echo $array; echo "<pre>"; print_r($decoded); echo "</pre>"; echo "<pre>"; print_r($ar); echo "</pre>"; ?>
Output for git.master, git.master_jit, rfc.property-hooks
Fatal error: Uncaught Error: Object of class stdClass could not be converted to string in /in/8Nigu:11 Stack trace: #0 {main} thrown in /in/8Nigu on line 11
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:
48.14 ms | 401 KiB | 8 Q