3v4l.org

run code in 300+ PHP versions simultaneously
<?php $array = array( array( 'notification'=> 'desktop', 'type'=> 'in_cost', 'limit'=> 30, ), array( 'notification'=> 'email_default', 'type'=> 'in_percent', 'limit'=> 50, ), array( 'notification'=> 'email_alternative', 'type'=> 'out_percent', 'limit'=> 80, ), ); //print '<pre>'.var_dump($array).'</pre>'; $serialided = http_build_query($array); print $serialided;
Output for git.master, git.master_jit, rfc.property-hooks
0%5Bnotification%5D=desktop&0%5Btype%5D=in_cost&0%5Blimit%5D=30&1%5Bnotification%5D=email_default&1%5Btype%5D=in_percent&1%5Blimit%5D=50&2%5Bnotification%5D=email_alternative&2%5Btype%5D=out_percent&2%5Blimit%5D=80

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