3v4l.org

run code in 300+ PHP versions simultaneously
<?php echo http_build_query( ["foo"=>["a","b","c"]], null, '&') . "\n"; $array = array('a', 'n'); echo http_build_query($array, 'foo');
Output for git.master, git.master_jit, rfc.property-hooks
Deprecated: http_build_query(): Passing null to parameter #2 ($numeric_prefix) of type string is deprecated in /in/ku2oK on line 3 foo%5B0%5D=a&foo%5B1%5D=b&foo%5B2%5D=c foo0=a&foo1=n

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