Searched refs:err_code (Results 1 – 8 of 8) sorted by relevance
/PHP-8.3/ext/intl/common/ |
H A D | common_error.c | 51 zend_long err_code; in PHP_FUNCTION() local 55 &err_code ) == FAILURE ) in PHP_FUNCTION() 60 RETURN_BOOL( U_FAILURE( err_code ) ); in PHP_FUNCTION() 69 zend_long err_code; in PHP_FUNCTION() local 73 &err_code ) == FAILURE ) in PHP_FUNCTION() 78 RETURN_STRING( (char*)u_errorName( err_code ) ); in PHP_FUNCTION()
|
/PHP-8.3/ext/intl/tests/ |
H A D | intl_is_failure.phpt | 12 function check( $err_code ) 14 var_export( intl_is_failure( $err_code ) );
|
H A D | intl_error_name.phpt | 13 function check( $err_code ) 15 echo intl_error_name( $err_code ) . "\n";
|
/PHP-8.3/ext/intl/ |
H A D | intl_error.c | 141 void intl_error_set_code( intl_error* err, UErrorCode err_code ) in intl_error_set_code() argument 146 err->code = err_code; in intl_error_set_code() 197 void intl_errors_set_code( intl_error* err, UErrorCode err_code ) in intl_errors_set_code() argument 200 intl_error_set_code( err, err_code ); in intl_errors_set_code() 202 intl_error_set_code( NULL, err_code ); in intl_errors_set_code()
|
H A D | intl_error.h | 35 void intl_error_set_code( intl_error* err, UErrorCode err_code ); 44 void intl_errors_set_code( intl_error* err, UErrorCode err_code );
|
H A D | ERROR_CONVENTIONS.md | 29 void intl_error_set_code(intl_error* err, UErrorCode err_code); 58 void intl_errors_set_code(intl_error* err, UErrorCode err_code);
|
/PHP-8.3/ext/mbstring/ |
H A D | php_mbregex.c | 457 int err_code = 0; in php_mbregex_compile_pattern() local 471 …if ((err_code = onig_new(&retval, (OnigUChar *)pattern, (OnigUChar *)(pattern + patlen), options, … in php_mbregex_compile_pattern() 472 onig_error_code_to_str(err_str, err_code, &err_info); in php_mbregex_compile_pattern()
|
/PHP-8.3/ext/openssl/ |
H A D | xp_ssl.c | 700 unsigned long err_code, e; in php_openssl_win_cert_verify_callback() local 704 err_code = e; in php_openssl_win_cert_verify_callback() 707 …ULL, E_WARNING, "Error encoding X509 certificate: %d: %s", err_code, ERR_error_string(err_code, er… in php_openssl_win_cert_verify_callback()
|
Completed in 34 milliseconds