Home
last modified time | relevance | path

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

/PHP-7.1/ext/intl/breakiterator/
H A Drulebasedbreakiterator_methods.cpp66 smart_str parse_error_str; in _php_intlrbbi_constructor_body() local
67 parse_error_str = intl_parse_error_to_string(&parseError); in _php_intlrbbi_constructor_body()
69 "RuleBasedBreakIterator from rules (%s)", parse_error_str.s? ZSTR_VAL(parse_error_str.s) : ""); in _php_intlrbbi_constructor_body()
70 smart_str_free(&parse_error_str); in _php_intlrbbi_constructor_body()
/PHP-7.1/ext/intl/transliterator/
H A Dtransliterator_methods.c185 smart_str parse_error_str; in PHP_FUNCTION() local
186 parse_error_str = intl_parse_error_to_string( &parse_error ); in PHP_FUNCTION()
188 …"create ICU transliterator from rules (%s)", parse_error_str.s? ZSTR_VAL(parse_error_str.s) : "" ); in PHP_FUNCTION()
189 smart_str_free( &parse_error_str ); in PHP_FUNCTION()

Completed in 18 milliseconds