3v4l.org

run code in 300+ PHP versions simultaneously
<?php $str = 'garahasgcdotrrriefvdqvegtartfhpnlwizanrhcqirnqllicyjhttvdylvkqccpljzrgledgqpjbttgwbqwgtkytkjxtufqcermdywzthceowyurrlmvvbiljraidwnmznazymwcjdozfaauzcnlwsxqfzgpzbsru1234567890ukxzqsvowzhnwnzzdzokhcffkpdvwycpcmxdknjvaakqjgjkvtqctpkhvgmeytsypkrfozeljsochfjvlszrwutiq'; // $str_array = explode('', $str); $local = substr($str, 0, 64); $domain = substr($str, 0, 63); $com = substr($str, 0, 63); $email = get_address($local, $domain, $com); print strlen($email) . ": ". filter_var($email , FILTER_VALIDATE_EMAIL) . "<br />"; $email = get_address($local, $domain . 'a', $com); print strlen($email) . ": ". filter_var($email , FILTER_VALIDATE_EMAIL) . "<br />"; $email = get_address($local, $domain, $com . 'a'); print strlen($email) . ": ". filter_var($email , FILTER_VALIDATE_EMAIL) . "<br />"; function get_address($local, $domain, $com) { return $local . '@' . $domain . '.' . $com; }
Output for git.master, git.master_jit, rfc.property-hooks
192: garahasgcdotrrriefvdqvegtartfhpnlwizanrhcqirnqllicyjhttvdylvkqcc@garahasgcdotrrriefvdqvegtartfhpnlwizanrhcqirnqllicyjhttvdylvkqc.garahasgcdotrrriefvdqvegtartfhpnlwizanrhcqirnqllicyjhttvdylvkqc<br />193: <br />193: <br />

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