3v4l.org

run code in 300+ PHP versions simultaneously
<?php $test = unserialize('a:19:{s:4:"mode";s:9:"connected";s:9:"binAttach";N;s:10:"fileAttach";N;s:5:"login";N;s:8:"password";N;s:4:"date";s:19:"2015-03-26 01:50:07";s:4:"from";N;s:6:"knetid";s:8:"50333754";s:7:"fleetId";N;s:2:"to";i:255;s:6:"custId";N;s:4:"flow";i:6;s:5:"tname";s:9:"245545475";s:6:"status";N;s:5:"value";s:8:"position";s:4:"info";N;s:2:"id";N;s:4:"body";s:11:"<position/>";s:6:"delaym";N;}'); $myObject = new ArrayObject($test); $test2 = serialize($myObject); var_dump(unserialize($test2));
Output for git.master, git.master_jit, rfc.property-hooks
object(ArrayObject)#2 (1) { ["storage":"ArrayObject":private]=> array(19) { ["mode"]=> string(9) "connected" ["binAttach"]=> NULL ["fileAttach"]=> NULL ["login"]=> NULL ["password"]=> NULL ["date"]=> string(19) "2015-03-26 01:50:07" ["from"]=> NULL ["knetid"]=> string(8) "50333754" ["fleetId"]=> NULL ["to"]=> int(255) ["custId"]=> NULL ["flow"]=> int(6) ["tname"]=> string(9) "245545475" ["status"]=> NULL ["value"]=> string(8) "position" ["info"]=> NULL ["id"]=> NULL ["body"]=> string(11) "<position/>" ["delaym"]=> NULL } }

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