mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
cleanup some code, improve error handling
This commit is contained in:
parent
f0c1cd512f
commit
882a89fb22
10 changed files with 74 additions and 41 deletions
|
@ -42,5 +42,6 @@ char* intl_error_get_message( intl_error* err TSRMLS_DC );
|
|||
void intl_errors_reset( intl_error* err TSRMLS_DC );
|
||||
void intl_errors_set_custom_msg( intl_error* err, char* msg, int copyMsg TSRMLS_DC );
|
||||
void intl_errors_set_code( intl_error* err, UErrorCode err_code TSRMLS_DC );
|
||||
void intl_errors_set( intl_error* err, UErrorCode code, char* msg, int copyMsg TSRMLS_DC );
|
||||
|
||||
#endif // INTL_ERROR_H
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue