3v4l.org

run code in 300+ PHP versions simultaneously
<?php var_dump(filter_var('atrücz@i.biz', FILTER_VALIDATE_EMAIL)); var_dump(filter_var('x@y.co', FILTER_VALIDATE_EMAIL)); var_dump(filter_var('x@ysdfco', FILTER_VALIDATE_EMAIL)); var_dump(preg_match( "/^[a-z0-9._\-ÄÖÜäöüß\+]+@[A-Z0-9.\-ÄÖÜäöü]{1,63}\.[A-Z]{2,6}$/ui", 'atracz@i.biz' ));
Output for git.master, git.master_jit, rfc.property-hooks
bool(false) string(6) "x@y.co" bool(false) int(1)

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