Home
last modified time | relevance | path

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

/PHP-7.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 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 Drbbiter___construct_basic.phpt31 var_dump(intl_get_error_code(), intl_get_error_message());
H A Dtimezone_windowsID_basic2.phpt26 if (intl_get_error_code() != U_ZERO_ERROR) {
H A Dtimezone_IDforWindowsID_basic2.phpt22 if (intl_get_error_code() != U_ZERO_ERROR) {
H A Dtimezone_windowsID_basic.phpt27 if (intl_get_error_code() != U_ZERO_ERROR) {
H A Dtimezone_IDforWindowsID_basic.phpt23 if (intl_get_error_code() != U_ZERO_ERROR) {
H A Dnormalizer_get_raw_decomposition.phpt28 $error_code = intl_get_error_code();
H A Dnormalizer_normalize_kc_cf.phpt67 $error_code = intl_get_error_code();
77 $error_code = intl_get_error_code();
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_format.phpt117 if( intl_get_error_code() == U_ZERO_ERROR){
135 if( intl_get_error_code() == U_ZERO_ERROR){
H A Dnormalizer_normalize.phpt78 $error_code = intl_get_error_code();
88 $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-7.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-7.4/ext/intl/
H A DERROR_CONVENTIONS.md8 The global error code can be obtained in userland with `intl_get_error_code()`.
71 private `intl_error` structured and mirror the global `intl_get_error_code()`
H A Dphp_intl.c834 PHP_FE( intl_get_error_code, intl_0_args )

Completed in 17 milliseconds