3v4l.org

run code in 300+ PHP versions simultaneously
<?php var_dump(json_decode('{"values":[{"url":"http://www.google.com","matches":"http|www|google|com"},{"url":"http://www.yahoo.com","matches":"http|www|yahoo|com"}]}'));
Output for git.master, git.master_jit, rfc.property-hooks
object(stdClass)#3 (1) { ["values"]=> array(2) { [0]=> object(stdClass)#1 (2) { ["url"]=> string(21) "http://www.google.com" ["matches"]=> string(19) "http|www|google|com" } [1]=> object(stdClass)#2 (2) { ["url"]=> string(20) "http://www.yahoo.com" ["matches"]=> string(18) "http|www|yahoo|com" } } }

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