3v4l.org

run code in 300+ PHP versions simultaneously
<?php echo json_encode(array( 'home' => array('site/index'), 'contact us' => array('contact/contactUs'), 'article' => array('article/view', array('id' => 15, 'alias' => 'privacy-policy')), 'film' => array('film/view', array('id' => 54, 'alias' => 'film-54-219')), 'top movies' => array('film/top', array('type' => 'movies')), 'top tv shows' => array('film/top', array('type' => 'tv-shows')), 'top documentaries' => array('film/top', array('type' => 'documentaries')), 'movies coming soon' => array('film/comingSoon', array('type' => 'movies')), 'tv shows coming soon' => array('film/comingSoon', array('type' => 'tv-shows')), 'documentaries coming soon' => array('film/comingSoon', array('type' => 'documentaries')), 'top movies dvds' => array('film/dvd', array('type' => 'movies')), 'top tv-shows dvds' => array('film/dvd', array('type' => 'tv-shows')), 'top documentaries dvds' => array('film/dvd', array('type' => 'documentaries')), 'movies box office' => array('film/boxOffice', array('type' => 'movies')), 'tv shows box office' => array('film/boxOffice', array('type' => 'tv-shows')), 'documentaries box office' => array('film/boxOffice', array('type' => 'documentaries')), 'emotions category' => array('search/category', array('category' => 'emotions')), 'time period category' => array('search/category', array('category' => 'time-period')), 'actor' => array('actor/view', array('id' => 923, 'alias' => 'act-923-137')), ), JSON_PRETTY_PRINT);
Output for git.master, git.master_jit, rfc.property-hooks
{ "home": [ "site\/index" ], "contact us": [ "contact\/contactUs" ], "article": [ "article\/view", { "id": 15, "alias": "privacy-policy" } ], "film": [ "film\/view", { "id": 54, "alias": "film-54-219" } ], "top movies": [ "film\/top", { "type": "movies" } ], "top tv shows": [ "film\/top", { "type": "tv-shows" } ], "top documentaries": [ "film\/top", { "type": "documentaries" } ], "movies coming soon": [ "film\/comingSoon", { "type": "movies" } ], "tv shows coming soon": [ "film\/comingSoon", { "type": "tv-shows" } ], "documentaries coming soon": [ "film\/comingSoon", { "type": "documentaries" } ], "top movies dvds": [ "film\/dvd", { "type": "movies" } ], "top tv-shows dvds": [ "film\/dvd", { "type": "tv-shows" } ], "top documentaries dvds": [ "film\/dvd", { "type": "documentaries" } ], "movies box office": [ "film\/boxOffice", { "type": "movies" } ], "tv shows box office": [ "film\/boxOffice", { "type": "tv-shows" } ], "documentaries box office": [ "film\/boxOffice", { "type": "documentaries" } ], "emotions category": [ "search\/category", { "category": "emotions" } ], "time period category": [ "search\/category", { "category": "time-period" } ], "actor": [ "actor\/view", { "id": 923, "alias": "act-923-137" } ] }

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:
49.07 ms | 409 KiB | 8 Q