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 echo "<pre>"; print_r($decoded); echo "</pre>"; echo "<pre>"; print_r($ar); echo "</pre>"; ?>
Output for git.master, git.master_jit, rfc.property-hooks
<pre>{"transcript":"- Pasted the text into Notepad  no special characters","id":70,"isActioned":true,"user_id":1,"task_type_id":1,"account_id":21,"account_name":"TEST","event_date":null}</pre><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:
37.94 ms | 401 KiB | 8 Q