Searched refs:u8key (Results 1 – 1 of 1) sorted by relevance
530 zend_string *u8key; in umsg_format_helper() local532 u8key = intl_charFromString(key, &status); in umsg_format_helper()533 if (u8key) { in umsg_format_helper()535 "cannot be used as a date or time", ZSTR_VAL(u8key)); in umsg_format_helper()537 zend_string_release_ex(u8key, 0); in umsg_format_helper()574 zend_string *u8key; in umsg_format_helper() local576 u8key = intl_charFromString(key, &status); in umsg_format_helper()577 if (u8key) { in umsg_format_helper()580 "is available", ZSTR_VAL(u8key)); in umsg_format_helper()583 zend_string_release_ex(u8key, 0); in umsg_format_helper()
Completed in 7 milliseconds