3v4l.org

run code in 300+ PHP versions simultaneously
<?php $res= json_decode('{"filters":[{"property":"id","name":"id","operation":"eq","value":3}],"values":[{"login":"denis.maximovskikh","locked":1,"country_id":null,"id":3}]}'); $url = http_build_query($res); var_dump($url);
Output for git.master, git.master_jit, rfc.property-hooks
string(216) "filters%5B0%5D%5Bproperty%5D=id&filters%5B0%5D%5Bname%5D=id&filters%5B0%5D%5Boperation%5D=eq&filters%5B0%5D%5Bvalue%5D=3&values%5B0%5D%5Blogin%5D=denis.maximovskikh&values%5B0%5D%5Blocked%5D=1&values%5B0%5D%5Bid%5D=3"

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