Home
last modified time | relevance | path

Searched refs:intl_get_error_code (Results 1 – 11 of 11) sorted by relevance

/PHP-5.4/ext/intl/tests/
H A Dintl_get_error_code.phpt2 intl_get_error_code()
18 $check_code = ( intl_get_error_code() != 0 );
H A Dresourcebundle.inc11 return $ret . sprintf( "%5d: %s\n", intl_get_error_code(), intl_get_error_message() );
H A Ddateformat_parse.phpt57 if( intl_get_error_code() != U_ZERO_ERROR) {
H A Ddateformat_format_parse.phpt84 if( intl_get_error_code() == U_ZERO_ERROR){
107 if( intl_get_error_code() == U_ZERO_ERROR){
H A Ddateformat_parse_timestamp_parsepos.phpt58 if( intl_get_error_code() == U_ZERO_ERROR){
H A Ddateformat_format.phpt114 if( intl_get_error_code() == U_ZERO_ERROR){
132 if( intl_get_error_code() == U_ZERO_ERROR){
H A Dnormalizer_normalize.phpt73 $error_code = intl_get_error_code();
83 $error_code = intl_get_error_code();
/PHP-5.4/ext/intl/doc/
H A Dcommon_api.php27 function intl_get_error_code() {} function
/PHP-5.4/ext/intl/common/
H A Dcommon_error.h23 PHP_FUNCTION( intl_get_error_code );
H A Dcommon_error.c29 PHP_FUNCTION( intl_get_error_code ) in PHP_FUNCTION() argument
/PHP-5.4/ext/intl/
H A Dphp_intl.c534 PHP_FE( intl_get_error_code, intl_0_args )

Completed in 17 milliseconds