Searched defs:intl_error_set_custom_msg (Results 1 - 1 of 1) sorted by relevance
| /PHP_5_3/ext/intl/ |
| H A D | intl_error.c | 97 /* {{{ void intl_error_set_custom_msg( intl_error* err, char* msg, int copyMsg ) 100 void intl_error_set_custom_msg( intl_error* err, char* msg, int copyMsg TSRMLS_DC ) function 179 intl_error_set_custom_msg( err, msg, copyMsg TSRMLS_CC ); 209 intl_error_set_custom_msg( err, msg, copyMsg TSRMLS_CC ); 211 intl_error_set_custom_msg( NULL, msg, copyMsg TSRMLS_CC );
|
Completed in 3 milliseconds