Searched defs:intl_error_set_custom_msg (Results 1 - 1 of 1) sorted by relevance
| /PHP_TRUNK/ext/intl/ |
| H A D | intl_error.c | 101 /* {{{ void intl_error_set_custom_msg( intl_error* err, char* msg, int copyMsg ) 104 void intl_error_set_custom_msg( intl_error* err, char* msg, int copyMsg TSRMLS_DC ) function 186 intl_error_set_custom_msg( err, msg, copyMsg TSRMLS_CC ); 216 intl_error_set_custom_msg( err, msg, copyMsg TSRMLS_CC ); 218 intl_error_set_custom_msg( NULL, msg, copyMsg TSRMLS_CC );
|
Completed in 3 milliseconds