3v4l.org

run code in 300+ PHP versions simultaneously
<?php $originalParams = [ 'title' => 'Foo title', 'targeting' => [ 'countries' => 'US,GB', 'age_min' => 13, ], 'call_to_action' => [ 'type' => 'LEARN_MORE', 'value' => [ 'link' => 'http://example.com', 'link_title' => 'Foo Link', 'link_description' => 'Foo Description', 'sponsorship' => [ 'link' => 'http://example.com/foo', 'image' => 'http://example.com/bar.jpg', ], ], ], ]; echo http_build_query($originalParams);
Output for git.master, git.master_jit, rfc.property-hooks
title=Foo+title&targeting%5Bcountries%5D=US%2CGB&targeting%5Bage_min%5D=13&call_to_action%5Btype%5D=LEARN_MORE&call_to_action%5Bvalue%5D%5Blink%5D=http%3A%2F%2Fexample.com&call_to_action%5Bvalue%5D%5Blink_title%5D=Foo+Link&call_to_action%5Bvalue%5D%5Blink_description%5D=Foo+Description&call_to_action%5Bvalue%5D%5Bsponsorship%5D%5Blink%5D=http%3A%2F%2Fexample.com%2Ffoo&call_to_action%5Bvalue%5D%5Bsponsorship%5D%5Bimage%5D=http%3A%2F%2Fexample.com%2Fbar.jpg

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