3v4l.org

run code in 300+ PHP versions simultaneously
<?php print_r(unserialize('a:3:{i:1;s:7:"Value 1";i:2;s:7:"Value 2";i:3;s:7:"Value 3";} '));
Output for git.master, git.master_jit
Array ( [1] => Value 1 [2] => Value 2 [3] => Value 3 )
Output for rfc.property-hooks
Warning: unserialize(): Extra data starting at offset 60 of 61 bytes in /in/RTD20 on line 3 Array ( [1] => Value 1 [2] => Value 2 [3] => Value 3 )

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