3v4l.org

run code in 500+ PHP versions simultaneously
<?php $test = [ "id" => "test", "name" => "Test", "isActive" => 0 ]; $data = serialize($test); var_dump($data, unserialize($data));
Output for rfc.property-hooks, git.master_jit, git.master
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:
45.93 ms | 2754 KiB | 4 Q