3v4l.org

run code in 300+ PHP versions simultaneously
<?php print_r(parse_url('//test?query_string_MUST_start_here/this_is_also_query_string!')); print_r(parse_url('//test#fragment_MUST_start_here/this_is_also_fragment!')); print_r(parse_url('ftp://test?query_string_MUST_start_here/this_is_also_query_string!'));
Output for git.master, git.master_jit, rfc.property-hooks
Array ( [host] => test [query] => query_string_MUST_start_here/this_is_also_query_string! ) Array ( [host] => test [fragment] => fragment_MUST_start_here/this_is_also_fragment! ) Array ( [scheme] => ftp [host] => test [query] => query_string_MUST_start_here/this_is_also_query_string! )

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