3v4l.org

run code in 300+ PHP versions simultaneously
<?php $var = json_decode('{"key":"UiTYuauM","success":"yes","zips":[{"zip_code":"97006","city":"Beaverton","county":"WASHINGTON","state":"OR","area_code":"503\/971","latitude":"45.522217","longitude":"-122.859176","csa_name":"","cbsa_name":"Portland-Vancouver-Hillsboro OR-WA","region":"West","time_zone":"8"}]}', true); print_r($var['zips']);
Output for git.master, git.master_jit, rfc.property-hooks
Array ( [0] => Array ( [zip_code] => 97006 [city] => Beaverton [county] => WASHINGTON [state] => OR [area_code] => 503/971 [latitude] => 45.522217 [longitude] => -122.859176 [csa_name] => [cbsa_name] => Portland-Vancouver-Hillsboro OR-WA [region] => West [time_zone] => 8 ) )

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