Searched refs:parse_error_str (Results 1 – 4 of 4) sorted by relevance
132 smart_str parse_error_str; in PHP_FUNCTION() local133 parse_error_str = intl_parse_error_to_string( &parse_error ); in PHP_FUNCTION()134 …spprintf( &msg, 0, "pattern syntax error (%s)", parse_error_str.s? ZSTR_VAL(parse_error_str.s) : "… in PHP_FUNCTION()135 smart_str_free( &parse_error_str ); in PHP_FUNCTION()
89 smart_str parse_error_str; in msgfmt_ctor() local90 parse_error_str = intl_parse_error_to_string( &parse_error ); in msgfmt_ctor()91 …spprintf( &msg, 0, "pattern syntax error (%s)", parse_error_str.s? ZSTR_VAL(parse_error_str.s) : "… in msgfmt_ctor()92 smart_str_free( &parse_error_str ); in msgfmt_ctor()
76 smart_str parse_error_str; in _php_intlrbbi_constructor_body() local77 parse_error_str = intl_parse_error_to_string(&parseError); in _php_intlrbbi_constructor_body()81 parse_error_str.s ? ZSTR_VAL(parse_error_str.s) : ""); in _php_intlrbbi_constructor_body()82 smart_str_free(&parse_error_str); in _php_intlrbbi_constructor_body()
170 smart_str parse_error_str; in PHP_FUNCTION() local171 parse_error_str = intl_parse_error_to_string( &parse_error ); in PHP_FUNCTION()173 …"create ICU transliterator from rules (%s)", parse_error_str.s? ZSTR_VAL(parse_error_str.s) : "" ); in PHP_FUNCTION()174 smart_str_free( &parse_error_str ); in PHP_FUNCTION()
Completed in 8 milliseconds