3v4l.org

run code in 300+ PHP versions simultaneously
<?php $string = 'a:3:{i:0;s:31:"sebastian.freytag@oddity.agency";i:1;s:27:"benjamin.graf@oddity.agency";i:2;s:23:"frank.legeland@xing.com";}'; $array = unserialize($string); $array[] = 'ek_admin'; var_dump($array);
Output for git.master, git.master_jit, rfc.property-hooks
array(4) { [0]=> string(31) "sebastian.freytag@oddity.agency" [1]=> string(27) "benjamin.graf@oddity.agency" [2]=> string(23) "frank.legeland@xing.com" [3]=> string(8) "ek_admin" }

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:
32.75 ms | 401 KiB | 8 Q