Home
last modified time | relevance | path

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

12

/PHP-7.1/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
13 var_dump($lsb->getErrorCode());
18 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 Dbug76942_MessageFormatter.phpt24 throw new Exception($formatter->getErrorMessage(), $formatter->getErrorCode());
H A Dformatter_get_error.phpt20 return $fmt->getErrorMessage() . " (" . $fmt->getErrorCode() . ")\n";
H A Dmsgfmt_bug70484.phpt21 if ($m->getErrorCode()) {
31 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 );
333 return $GLOBALS['oo-mode'] ? $fmt->getErrorCode() : msgfmt_get_error_code( $fmt );
427 return $GLOBALS['oo-mode'] ? $bundle->getErrorCode():resourcebundle_get_error_code($bundle);
/PHP-7.1/ext/intl/doc/
H A Dmsgfmt_api.php96 public function getErrorCode() {} function in MessageFormatter
H A Dcollator_api.php114 public function getErrorCode() {} function in Collator
H A Ddatefmt_api.php231 public function getErrorCode() {} function in DateFormatter
H A Dformatter_api.php316 public function getErrorCode() {} function in NumberFormatter
/PHP-7.1/ext/intl/collator/
H A Dcollator_class.c113 PHP_NAMED_FE( getErrorCode, ZEND_FN( collator_get_error_code ), collator_0_args )
/PHP-7.1/ext/intl/msgformat/
H A Dmsgformat_class.c137 …PHP_NAMED_FE( getErrorCode, ZEND_FN( msgfmt_get_error_code ), arginfo_messageformatter_geterrormes…
/PHP-7.1/ext/intl/formatter/
H A Dformatter_class.c169 PHP_NAMED_FE( getErrorCode, ZEND_FN( numfmt_get_error_code ), arginfo_numberformatter_getpattern )
/PHP-7.1/ext/intl/
H A DERROR.CONVENTIONS57 :: Intl classes that can be instantiated should provide ::getErrorCode() and
114 Implementations of ::getErrorCode() and ::getErrorMessage() should not reset the
/PHP-7.1/ext/intl/dateformat/
H A Ddateformat_class.c181 …PHP_NAMED_FE( getErrorCode, ZEND_FN( datefmt_get_error_code ), arginfo_intldateformatter_getdatety…
/PHP-7.1/ext/intl/transliterator/
H A Dtransliterator_class.c323 …PHP_ME_MAPPING( getErrorCode, transliterator_get_error_code, ainfo_trans_void, ZEND_ACC_PUBLIC…
/PHP-7.1/ext/intl/breakiterator/
H A Dbreakiterator_class.cpp280 PHP_ME_MAPPING(getErrorCode, breakiter_get_error_code, ainfo_biter_void, ZEND_ACC_PUBLIC)
/PHP-7.1/ext/intl/resourcebundle/
H A Dresourcebundle_class.c429 …ZEND_NAMED_ME( getErrorCode, ZEND_FN(resourcebundle_get_error_code), arginfo_resourcebundle_get_er…
/PHP-7.1/ext/intl/timezone/
H A Dtimezone_class.cpp487 PHP_ME_MAPPING(getErrorCode, intltz_get_error_code, ainfo_tz_void, ZEND_ACC_PUBLIC)
/PHP-7.1/ext/intl/calendar/
H A Dcalendar_class.cpp430 PHP_ME_MAPPING(getErrorCode, intlcal_get_error_code, ainfo_cal_void, ZEND_ACC_PUBLIC)

Completed in 53 milliseconds

12