Home
last modified time | relevance | path

Searched refs:php_intl_idn_check_status (Results 1 – 1 of 1) sorted by relevance

/PHP-7.2/ext/intl/idn/
H A Didn.c114 static int php_intl_idn_check_status(UErrorCode err, const char *msg) in php_intl_idn_check_status() function
132 php_intl_idn_check_status(U_ILLEGAL_ARGUMENT_ERROR, msg); in php_intl_bad_args()
148 if (php_intl_idn_check_status(status, "failed to open UIDNA instance") == FAILURE) { in php_intl_idn_to_46()
160 if (len >= 255 || php_intl_idn_check_status(status, "failed to convert name") == FAILURE) { in php_intl_idn_to_46()

Completed in 5 milliseconds