Home
last modified time | relevance | path

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

12

/PHP-8.1/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 Dcalendar_getErrorCode_getErrorMessage_basic.phpt2 IntlCalendar::getErrorCode(), ::getErrorMessage() basic test
14 $intlcal->getErrorCode(),
23 $intlcal->getErrorCode(),
H A Dtimezone_getErrorCodeMessage_basic.phpt2 IntlTimeZone::getErrorCode/Message(): basic test
18 var_dump($lsb->getErrorCode());
23 var_dump($lsb->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()) {
/PHP-8.1/ext/intl/resourcebundle/
H A Dresourcebundle.stub.php39 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.1/ext/intl/transliterator/
H A Dtransliterator.stub.php46 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.1/ext/intl/msgformat/
H A Dmsgformat.stub.php63 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.1/ext/intl/collator/
H A Dcollator.stub.php73 public function getErrorCode(): int|false {} function in Collator
H A Dcollator_arginfo.h87 …ZEND_ME_MAPPING(getErrorCode, collator_get_error_code, arginfo_class_Collator_getErrorCode, ZEND_A…
/PHP-8.1/ext/intl/breakiterator/
H A Dbreakiterator.stub.php37 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.1/ext/intl/converter/
H A Dconverter.stub.php37 public function getErrorCode(): int {} function in UConverter
H A Dconverter_arginfo.h85 ZEND_METHOD(UConverter, getErrorCode);
107 ZEND_ME(UConverter, getErrorCode, arginfo_class_UConverter_getErrorCode, ZEND_ACC_PUBLIC)
/PHP-8.1/ext/intl/formatter/
H A Dformatter.stub.php101 public function getErrorCode(): int {} function in NumberFormatter
/PHP-8.1/ext/intl/timezone/
H A Dtimezone.stub.php75 public function getErrorCode(): int|false {} function in IntlTimeZone
/PHP-8.1/ext/intl/dateformat/
H A Ddateformat.stub.php147 public function getErrorCode(): int {} function in IntlDateFormatter
/PHP-8.1/ext/intl/calendar/
H A Dcalendar.stub.php93 public function getErrorCode(): int|false {} function in IntlCalendar

Completed in 56 milliseconds

12