Home
last modified time | relevance | path

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

/PHP-7.1/ext/intl/msgformat/
H A Dmsgformat_helpers.cpp566 zend_string *u8key; in umsg_format_helper() local
568 u8key = intl_charFromString(key, &status); in umsg_format_helper()
569 if (u8key) { in umsg_format_helper()
571 "cannot be used as a date or time", ZSTR_VAL(u8key)); in umsg_format_helper()
573 zend_string_release(u8key); in umsg_format_helper()
610 zend_string *u8key; in umsg_format_helper() local
612 u8key = intl_charFromString(key, &status); in umsg_format_helper()
613 if (u8key) { in umsg_format_helper()
616 "is available", ZSTR_VAL(u8key)); in umsg_format_helper()
619 zend_string_release(u8key); in umsg_format_helper()

Completed in 8 milliseconds