Searched refs:intl_error_get_code (Results 1 – 7 of 7) sorted by relevance
28 RETURN_LONG( intl_error_get_code( NULL ) ); in PHP_FUNCTION()
38 UErrorCode intl_error_get_code( intl_error* err );
151 UErrorCode intl_error_get_code( intl_error* err ) in intl_error_get_code() function
198 return U_FAILURE(intl_error_get_code(NULL)) ? FAILURE : SUCCESS; in datefmt_ctor()225 zend_throw_exception(IntlException_ce_ptr, ZSTR_VAL(err), intl_error_get_code(NULL)); in PHP_METHOD()
99 zend_throw_exception(IntlException_ce_ptr, ZSTR_VAL(err), intl_error_get_code(NULL)); in PHP_METHOD()
127 zend_throw_exception(IntlException_ce_ptr, ZSTR_VAL(err), intl_error_get_code(NULL)); in PHP_METHOD()
779 RETURN_LONG(intl_error_get_code(&(objval->error))); in PHP_METHOD()
Completed in 23 milliseconds