3v4l.org

run code in 300+ PHP versions simultaneously
<?php $str = '{ "inbound.json": [ { "channel_name": "\uae30\ub124\uc2a4 \ucf54\ub9ac\uc544 (Guinness Korea)", "followers": "", "replied_by": "", "content_type": "comment", "text": "\ucd5c\ud76c\uacbd \ud55c\uc794 \ub561\uae34\ub2e4", "link": "https://www.facebook.com/photo.php?fbid=669424943082868&set=a.393340390691326.95949.391522957539736&type=1&comment_id=3226642", "moderated_by": "Hyegyeong Ha" } ] }'; $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 (7) { ["channel_name"]=> string(36) "기네스 코리아 (Guinness Korea)" ["followers"]=> string(0) "" ["replied_by"]=> string(0) "" ["content_type"]=> string(7) "comment" ["text"]=> string(28) "최희경 한잔 땡긴다" ["link"]=> string(125) "https://www.facebook.com/photo.php?fbid=669424943082868&set=a.393340390691326.95949.391522957539736&type=1&comment_id=3226642" ["moderated_by"]=> string(12) "Hyegyeong Ha" } } }

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:
43.11 ms | 402 KiB | 8 Q