3v4l.org

run code in 300+ PHP versions simultaneously
<?php var_dump(filter_var('example.com', FILTER_VALIDATE_URL, FILTER_FLAG_SCHEME_OPTIONAL)); var_dump(filter_var('//example.com', FILTER_VALIDATE_URL, FILTER_FLAG_SCHEME_REQUIRED)); var_dump(filter_var('/index.php', FILTER_VALIDATE_URL, FILTER_FLAG_SCHEME_OPTIONAL|FILTER_FLAG_HOST_OPTIONAL)); var_dump(filter_var('/index.php', FILTER_VALIDATE_URL, FILTER_FLAG_SCHEME_REQUIRED|FILTER_FLAG_HOST_REQUIRED));
Output for git.master, git.master_jit, rfc.property-hooks
Fatal error: Uncaught Error: Undefined constant "FILTER_FLAG_SCHEME_OPTIONAL" in /in/5YHJH:3 Stack trace: #0 {main} thrown in /in/5YHJH on line 3
Process exited with code 255.

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