3v4l.org

run code in 300+ PHP versions simultaneously
<?php $test = [ "id" => "test", "name" => "Test", "isActive" => 0 ]; $data = serialize($test); var_dump($data, unserialize($data));
Output for git.master, git.master_jit, rfc.property-hooks
string(67) "a:3:{s:2:"id";s:4:"test";s:4:"name";s:4:"Test";s:8:"isActive";i:0;}" array(3) { ["id"]=> string(4) "test" ["name"]=> string(4) "Test" ["isActive"]=> int(0) }

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