3v4l.org

run code in 300+ PHP versions simultaneously
<?php $t = unserialize('a:12:{s:4:"rank";s:1:"4";s:9:"team_name";s:6:"韩国";s:7:"team_id";s:3:"256";s:9:"match_num";s:1:"0";s:3:"win";s:1:"0";s:4:"draw";s:1:"0";s:4:"lose";s:1:"0";s:4:"goal";s:1:"0";s:8:"losegoal";s:1:"0";s:8:"truegoal";s:1:"0";s:5:"score";s:1:"0";s:5:"group";a:1:{s:4:"name";s:1:"H";}}'); var_dump($t);
Output for git.master, git.master_jit, rfc.property-hooks
array(12) { ["rank"]=> string(1) "4" ["team_name"]=> string(6) "韩国" ["team_id"]=> string(3) "256" ["match_num"]=> string(1) "0" ["win"]=> string(1) "0" ["draw"]=> string(1) "0" ["lose"]=> string(1) "0" ["goal"]=> string(1) "0" ["losegoal"]=> string(1) "0" ["truegoal"]=> string(1) "0" ["score"]=> string(1) "0" ["group"]=> array(1) { ["name"]=> string(1) "H" } }

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