3v4l.org

run code in 300+ PHP versions simultaneously
<?php $product = array("productID"=>"13776", "name"=>"something", "availability"=>"1000"); $url_details = base64_encode(serialize($product)); var_dump($url_details); $details = unserialize(base64_decode($url_details)); var_dump($details);
Output for git.master, git.master_jit, rfc.property-hooks
string(124) "YTozOntzOjk6InByb2R1Y3RJRCI7czo1OiIxMzc3NiI7czo0OiJuYW1lIjtzOjk6InNvbWV0aGluZyI7czoxMjoiYXZhaWxhYmlsaXR5IjtzOjQ6IjEwMDAiO30=" array(3) { ["productID"]=> string(5) "13776" ["name"]=> string(9) "something" ["availability"]=> string(4) "1000" }

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:
149.84 ms | 406 KiB | 5 Q