Home
last modified time | relevance | path

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

12

/PHP-8.2/ext/intl/tests/
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
14 $intlcal->getErrorCode(),
23 $intlcal->getErrorCode(),
H A Duconverter_bug66873.phpt9 var_dump($o->getErrorCode());
H A Dtimezone_getErrorCode_error.phpt2 IntlTimeZone::getErrorCode(): errors
H A Dtransliterator_get_error_code_error.phpt2 Transliterator::getErrorCode (error)
H A Dcalendar_getErrorCode_error.phpt2 IntlCalendar::getErrorCode(): bad arguments
H A Dformatter_get_error.phpt20 return $fmt->getErrorMessage() . " (" . $fmt->getErrorCode() . ")\n";
H A Dmsgfmt_bug70484.phpt17 if ($m->getErrorCode()) {
27 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-8.2/ext/intl/resourcebundle/
H A Dresourcebundle.stub.php40 public function getErrorCode(): int {} function in ResourceBundle
H A Dresourcebundle_arginfo.h53 …ZEND_ME_MAPPING(getErrorCode, resourcebundle_get_error_code, arginfo_class_ResourceBundle_getError…
/PHP-8.2/ext/intl/transliterator/
H A Dtransliterator.stub.php52 public function getErrorCode(): int|false {} function in Transliterator
H A Dtransliterator_arginfo.h53 …ZEND_ME_MAPPING(getErrorCode, transliterator_get_error_code, arginfo_class_Transliterator_getError…
/PHP-8.2/ext/intl/msgformat/
H A Dmsgformat.stub.php64 public function getErrorCode(): int {} function in MessageFormatter
H A Dmsgformat_arginfo.h73 …ZEND_ME_MAPPING(getErrorCode, msgfmt_get_error_code, arginfo_class_MessageFormatter_getErrorCode, …
/PHP-8.2/ext/intl/collator/
H A Dcollator.stub.php144 public function getErrorCode(): int|false {} function in Collator
/PHP-8.2/ext/intl/timezone/
H A Dtimezone.stub.php101 public function getErrorCode(): int|false {} function in IntlTimeZone
/PHP-8.2/ext/intl/breakiterator/
H A Dbreakiterator.stub.php80 public function getErrorCode(): int {} function in IntlBreakIterator
H A Dbreakiterator_arginfo.h96 ZEND_METHOD(IntlBreakIterator, getErrorCode);
127 …ZEND_ME(IntlBreakIterator, getErrorCode, arginfo_class_IntlBreakIterator_getErrorCode, ZEND_ACC_PU…
/PHP-8.2/ext/intl/dateformat/
H A Ddateformat.stub.php174 public function getErrorCode(): int {} function in IntlDateFormatter
/PHP-8.2/ext/intl/converter/
H A Dconverter.stub.php126 public function getErrorCode(): int {} function in UConverter
/PHP-8.2/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-8.2/ext/intl/formatter/
H A Dformatter.stub.php281 public function getErrorCode(): int {} function in NumberFormatter
/PHP-8.2/ext/intl/calendar/
H A Dcalendar.stub.php176 public function getErrorCode(): int|false {} function in IntlCalendar

Completed in 40 milliseconds

12