Home
last modified time | relevance | path

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

/PHP-7.4/ext/intl/tests/
H A Dtimezone_getErrorCode_error.phpt2 IntlTimeZone::getErrorCode(): errors
12 var_dump($tz->getErrorCode(array()));
16 Warning: IntlTimeZone::getErrorCode() expects exactly 0 parameters, 1 given in %s on line %d
18 Warning: IntlTimeZone::getErrorCode(): intltz_get_error_code: bad arguments in %s on line %d
H A Dcalendar_getErrorCode_error.phpt2 IntlCalendar::getErrorCode(): bad arguments
15 var_dump($c->getErrorCode(array()));
19 Warning: IntlCalendar::getErrorCode() expects exactly 0 parameters, 1 given in %s on line %d
21 Warning: IntlCalendar::getErrorCode(): intlcal_get_error_code: bad arguments in %s on line %d
H A Dtransliterator_get_error_code_error.phpt2 Transliterator::getErrorCode (error)
10 echo $t->getErrorCode(null), "\n";
18 Warning: Transliterator::getErrorCode() expects exactly 0 parameters, 1 given in %s on line %d
20 Warning: Transliterator::getErrorCode(): transliterator_get_error_code: unable to parse input param…
H A Dtransliterator_get_error_code_basic.phpt2 Transliterator::getErrorCode (basic)
12 echo $t->getErrorCode(), "\n";
15 echo $t->getErrorCode(), "\n";
H A Dtimezone_getErrorCodeMessage_basic.phpt2 IntlTimeZone::getErrorCode/Message(): basic test
18 var_dump($lsb->getErrorCode());
23 var_dump($lsb->getErrorCode());
H A Dcalendar_getErrorCode_getErrorMessage_basic.phpt2 IntlCalendar::getErrorCode(), ::getErrorMessage() basic test
16 $intlcal->getErrorCode(),
25 $intlcal->getErrorCode(),
H A Duconverter_bug66873.phpt9 var_dump($o->getErrorCode());
H A Dformatter_get_error.phpt20 return $fmt->getErrorMessage() . " (" . $fmt->getErrorCode() . ")\n";
H A Dmsgfmt_bug70484.phpt19 if ($m->getErrorCode()) {
29 if ($m->getErrorCode()) {
H A Dut_common.inc112 return $GLOBALS['oo-mode'] ? $coll->getErrorCode() : collator_get_error_code( $coll );
207 return $GLOBALS['oo-mode'] ? $fmt->getErrorCode() : numfmt_get_error_code( $fmt );
337 return $GLOBALS['oo-mode'] ? $fmt->getErrorCode() : msgfmt_get_error_code( $fmt );
431 return $GLOBALS['oo-mode'] ? $bundle->getErrorCode():resourcebundle_get_error_code($bundle);
/PHP-7.4/ext/intl/collator/
H A Dcollator_class.c111 PHP_NAMED_FE( getErrorCode, ZEND_FN( collator_get_error_code ), collator_0_args )
/PHP-7.4/ext/intl/msgformat/
H A Dmsgformat_class.c137 …PHP_NAMED_FE( getErrorCode, ZEND_FN( msgfmt_get_error_code ), arginfo_messageformatter_geterrormes…
/PHP-7.4/ext/intl/formatter/
H A Dformatter_class.c169 PHP_NAMED_FE( getErrorCode, ZEND_FN( numfmt_get_error_code ), arginfo_numberformatter_getpattern )
/PHP-7.4/ext/intl/
H A DERROR_CONVENTIONS.md67 * Intl classes that can be instantiated should provide `::getErrorCode()` and
128 Implementations of `::getErrorCode()` and `::getErrorMessage()` should not reset
/PHP-7.4/ext/intl/dateformat/
H A Ddateformat_class.c180 …PHP_NAMED_FE( getErrorCode, ZEND_FN( datefmt_get_error_code ), arginfo_intldateformatter_getdatety…
/PHP-7.4/ext/intl/transliterator/
H A Dtransliterator_class.c323 …PHP_ME_MAPPING( getErrorCode, transliterator_get_error_code, ainfo_trans_void, ZEND_ACC_PUBLIC…
/PHP-7.4/ext/intl/breakiterator/
H A Dbreakiterator_class.cpp280 PHP_ME_MAPPING(getErrorCode, breakiter_get_error_code, ainfo_biter_void, ZEND_ACC_PUBLIC)
/PHP-7.4/ext/intl/resourcebundle/
H A Dresourcebundle_class.c431 …ZEND_NAMED_ME( getErrorCode, ZEND_FN(resourcebundle_get_error_code), arginfo_resourcebundle_get_er…
/PHP-7.4/ext/intl/calendar/
H A Dcalendar_class.cpp422 PHP_ME_MAPPING(getErrorCode, intlcal_get_error_code, ainfo_cal_void, ZEND_ACC_PUBLIC)
/PHP-7.4/ext/intl/timezone/
H A Dtimezone_class.cpp484 PHP_ME_MAPPING(getErrorCode, intltz_get_error_code, ainfo_tz_void, ZEND_ACC_PUBLIC)
/PHP-7.4/ext/intl/converter/
H A Dconverter.c851 static PHP_METHOD(UConverter, getErrorCode) { in PHP_METHOD() argument
1000 …PHP_ME(UConverter, getErrorCode, php_converter_geterrorcode_arginfo, ZEND_ACC_PUBLI…

Completed in 36 milliseconds