3v4l.org

run code in 300+ PHP versions simultaneously
<?php $serialized_data = 's:170:"a:5:{s:4:"name";s:7:"touseef";s:5:"email";s:21:"touseef1819@yahoo.com";s:7:"contact";s:11:"03425001819";s:4:"city";s:9:"islamabad";s:10:"studylevel";s:12:"Intermediate";}";'; $objh = unserialize(unserialize($serialized_data)); print_r($objh); echo $name=$objh['name'];
Output for git.master, git.master_jit, rfc.property-hooks
Array ( [name] => touseef [email] => touseef1819@yahoo.com [contact] => 03425001819 [city] => islamabad [studylevel] => Intermediate ) touseef

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:
376.32 ms | 405 KiB | 5 Q