Home
last modified time | relevance | path

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

/php-src/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 Dgh8364.phpt14 var_dump(intl_get_error_code());
H A Dresourcebundle.inc19 return $ret . sprintf( "%5d: %s\n", intl_get_error_code(), intl_get_error_message() );
H A Dtimezone_windowsID_basic2.phpt25 if (intl_get_error_code() != U_ZERO_ERROR) {
H A Dtimezone_windowsID_basic.phpt26 if (intl_get_error_code() != U_ZERO_ERROR) {
H A Dtimezone_IDforWindowsID_basic2.phpt21 if (intl_get_error_code() != U_ZERO_ERROR) {
H A Dtimezone_IDforWindowsID_basic.phpt22 if (intl_get_error_code() != U_ZERO_ERROR) {
H A Dnormalizer_get_raw_decomposition.phpt29 $error_code = intl_get_error_code();
H A Dnormalizer_normalize_kc_cf.phpt63 $error_code = intl_get_error_code();
73 $error_code = intl_get_error_code();
H A Ddateformat_format_parse.phpt86 if( intl_get_error_code() == U_ZERO_ERROR){
109 if( intl_get_error_code() == U_ZERO_ERROR){
H A Dnormalizer_normalize.phpt70 $error_code = intl_get_error_code();
80 $error_code = intl_get_error_code();
H A Ddateformat_format_parse_version2.phpt87 if( intl_get_error_code() == U_ZERO_ERROR){
110 if( intl_get_error_code() == U_ZERO_ERROR){
H A Ddateformat_format_parse_version_icu72-1.phpt86 if( intl_get_error_code() == U_ZERO_ERROR){
109 if( intl_get_error_code() == U_ZERO_ERROR){
H A Ddateformat_format.phpt118 if( intl_get_error_code() == U_ZERO_ERROR){
136 if( intl_get_error_code() == U_ZERO_ERROR){
H A Ddateformat_format_variant2.phpt118 if( intl_get_error_code() == U_ZERO_ERROR){
136 if( intl_get_error_code() == U_ZERO_ERROR){
H A Ddateformat_format_variant3.phpt120 if( intl_get_error_code() == U_ZERO_ERROR){
138 if( intl_get_error_code() == U_ZERO_ERROR){
/php-src/ext/intl/common/
H A Dcommon_error.c24 PHP_FUNCTION( intl_get_error_code ) in PHP_FUNCTION() argument
/php-src/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.stub.php321 function intl_get_error_code(): int {} function
H A Dphp_intl_arginfo.h861 ZEND_FUNCTION(intl_get_error_code);
1054 ZEND_FE(intl_get_error_code, arginfo_intl_get_error_code)

Completed in 25 milliseconds