3v4l.org

run code in 300+ PHP versions simultaneously
<?php $value = str_repeat('a.', 126) . 'aaaa'; // 256 characters, max allowed is 253, trailing dot ignored $result = idn_to_ascii($value, 0, INTL_IDNA_VARIANT_UTS46, $idnaInfo); var_dump($result); var_dump($idnaInfo); // $idnaInfo['errors'] should be equal to 4, it is value of IDNA_ERROR_DOMAIN_NAME_TOO_LONG
Output for git.master, git.master_jit, rfc.property-hooks
bool(false) array(0) { }

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