3v4l.org

run code in 300+ PHP versions simultaneously
<?php $str = '{ "inbound.json": [ { "channel_name": "\uae30\ub124\uc2a4 \ucf54\ub9ac\uc544 (Guinness Korea)", "text": "\ucd5c\ud76c\uacbd \ud55c\uc794 \ub561\uae34\ub2e4" } ] }'; $decoded = json_decode($str); var_dump($decoded);
Output for git.master, git.master_jit, rfc.property-hooks
object(stdClass)#2 (1) { ["inbound.json"]=> array(1) { [0]=> object(stdClass)#1 (2) { ["channel_name"]=> string(36) "기네스 코리아 (Guinness Korea)" ["text"]=> string(28) "최희경 한잔 땡긴다" } } }

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:
39.12 ms | 401 KiB | 8 Q