Home
last modified time | relevance | path

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

/PHP-5.5/ext/intl/tests/
H A Dintl_get_error_code.phpt2 intl_get_error_code()
18 $check_code = ( intl_get_error_code() != 0 );
H A Dbug72533.phpt12 if(intl_is_failure(intl_get_error_code())) {
18 if(intl_is_failure(intl_get_error_code())) {
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.phpt85 if( intl_get_error_code() == U_ZERO_ERROR){
108 if( intl_get_error_code() == U_ZERO_ERROR){
H A Ddateformat_format_parse_version2.phpt85 if( intl_get_error_code() == U_ZERO_ERROR){
108 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.phpt117 if( intl_get_error_code() == U_ZERO_ERROR){
135 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();
H A Ddateformat_format_variant3.phpt117 if( intl_get_error_code() == U_ZERO_ERROR){
135 if( intl_get_error_code() == U_ZERO_ERROR){
H A Ddateformat_format_variant2.phpt117 if( intl_get_error_code() == U_ZERO_ERROR){
135 if( intl_get_error_code() == U_ZERO_ERROR){
/PHP-5.5/ext/intl/doc/
H A Dcommon_api.php27 function intl_get_error_code() {} function
/PHP-5.5/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.5/ext/intl/
H A DERROR.CONVENTIONS6 The global error code can be obtained in userland with intl_get_error_code().
61 private intl_error structured and mirror the global intl_get_error_code() and
H A Dphp_intl.c855 PHP_FE( intl_get_error_code, intl_0_args )

Completed in 25 milliseconds