3v4l.org

run code in 300+ PHP versions simultaneously
<?php $value = str_repeat('ф.', 31) . 's.s.s.s'; // "ф" is cyrillic symbol, only 38 characters, but after conversion to ASCII will be much more $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:
59.48 ms | 401 KiB | 8 Q