3v4l.org

run code in 300+ PHP versions simultaneously
<?php $x = unserialize('a:2:{i:0;a:5:{s:4:"name";s:16:"Sally Gunasekara";s:12:"birthday_day";s:1:"1";s:14:"birthday_month";s:1:"1";s:13:"birthday_year";s:4:"2013";s:6:"gender";s:1:"F";}i:1;a:5:{s:4:"name";s:16:"Lilly Gunasekara";s:12:"birthday_day";s:1:"1";s:14:"birthday_month";s:1:"1";s:13:"birthday_year";s:4:"2013";s:6:"gender";s:1:"M";}}'); var_dump($x);
Output for git.master, git.master_jit, rfc.property-hooks
array(2) { [0]=> array(5) { ["name"]=> string(16) "Sally Gunasekara" ["birthday_day"]=> string(1) "1" ["birthday_month"]=> string(1) "1" ["birthday_year"]=> string(4) "2013" ["gender"]=> string(1) "F" } [1]=> array(5) { ["name"]=> string(16) "Lilly Gunasekara" ["birthday_day"]=> string(1) "1" ["birthday_month"]=> string(1) "1" ["birthday_year"]=> string(4) "2013" ["gender"]=> string(1) "M" } }

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