3v4l.org

run code in 300+ PHP versions simultaneously
<?php $json = '{ "id": 32, "user_id": 1, "target_id": 3, "feedable_id": 7, "feedable_type": "review", "created_at": "2016-05-23 14:18:22", "updated_at": "2016-05-23 14:18:22", "feedable": { "id": 7, "user_id": 1, "slug_id": 3, "review": "y this product is so quite?", "stars": 9, "created_at": "2016-05-23 14:18:22", "updated_at": "2016-05-23 14:18:22", "slug": { "id": 3, "value": "Quite", "views": 5, "user_id": 1, "category_id": 1, "created_at": "2016-05-23 14:18:03", "updated_at": "2016-05-24 12:47:29" } } }'; $feed = json_decode ($json); echo $feed->feedable->slug->value;
Output for git.master, git.master_jit, rfc.property-hooks
Quite

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