Searched refs:intl_get_error_code (Results 1 – 11 of 11) sorted by relevance
2 intl_get_error_code()18 $check_code = ( intl_get_error_code() != 0 );
11 return $ret . sprintf( "%5d: %s\n", intl_get_error_code(), intl_get_error_message() );
57 if( intl_get_error_code() != U_ZERO_ERROR) {
84 if( intl_get_error_code() == U_ZERO_ERROR){107 if( intl_get_error_code() == U_ZERO_ERROR){
58 if( intl_get_error_code() == U_ZERO_ERROR){
114 if( intl_get_error_code() == U_ZERO_ERROR){132 if( intl_get_error_code() == U_ZERO_ERROR){
73 $error_code = intl_get_error_code();83 $error_code = intl_get_error_code();
27 function intl_get_error_code() {} function
23 PHP_FUNCTION( intl_get_error_code );
29 PHP_FUNCTION( intl_get_error_code ) in PHP_FUNCTION() argument
534 PHP_FE( intl_get_error_code, intl_0_args )
Completed in 13 milliseconds