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);

preferences:
68.17 ms | 402 KiB | 5 Q