3v4l.org

run code in 300+ PHP versions simultaneously
<?php $products = 'a:1:{i:0;a:3:{s:3:"pid";s:4:"1915";s:4:"data";a:2:{s:6:"module";s:10:"uc_product";s:10:"attributes";a:0:{}}s:3:"qty";i:1;}}'; $products = unserialize($products); print_r($products);
Output for git.master, git.master_jit, rfc.property-hooks
Array ( [0] => Array ( [pid] => 1915 [data] => Array ( [module] => uc_product [attributes] => Array ( ) ) [qty] => 1 ) )

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:
40.72 ms | 402 KiB | 8 Q