Home
last modified time | relevance | path

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

/PHP-8.0/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.phpt16 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.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_normalize_kc_cf.phpt62 $error_code = intl_get_error_code();
72 $error_code = intl_get_error_code();
H A Dnormalizer_get_raw_decomposition.phpt28 $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 Dnormalizer_normalize.phpt70 $error_code = intl_get_error_code();
80 $error_code = intl_get_error_code();
H A Ddateformat_format.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){
H A Ddateformat_format_variant3.phpt119 if( intl_get_error_code() == U_ZERO_ERROR){
137 if( intl_get_error_code() == U_ZERO_ERROR){
/PHP-8.0/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_arginfo.h851 ZEND_FUNCTION(intl_get_error_code);
1041 ZEND_FE(intl_get_error_code, arginfo_intl_get_error_code)
H A Dphp_intl.stub.php150 function intl_get_error_code(): int {} function
/PHP-8.0/ext/intl/common/
H A Dcommon_error.c25 PHP_FUNCTION( intl_get_error_code ) in PHP_FUNCTION() argument

Completed in 81 milliseconds