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); //<-- Now returned as an array, and not an object echo "<pre>"; print_r($ar); echo "</pre>"; ?>
Output for git.master, git.master_jit, rfc.property-hooks
<pre></pre>

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.03 ms | 401 KiB | 8 Q