Home
last modified time | relevance | path

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

12

/PHP-8.0/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
16 $intlcal->getErrorCode(),
25 $intlcal->getErrorCode(),
H A Duconverter_bug66873.phpt9 var_dump($o->getErrorCode());
H A Dtransliterator_get_error_code_error.phpt2 Transliterator::getErrorCode (error)
H A Dtimezone_getErrorCode_error.phpt2 IntlTimeZone::getErrorCode(): errors
H A Dformatter_get_error.phpt20 return $fmt->getErrorMessage() . " (" . $fmt->getErrorCode() . ")\n";
H A Dcalendar_getErrorCode_error.phpt2 IntlCalendar::getErrorCode(): bad arguments
H A Dmsgfmt_bug70484.phpt19 if ($m->getErrorCode()) {
29 if ($m->getErrorCode()) {
/PHP-8.0/ext/intl/transliterator/
H A Dtransliterator.stub.php43 public function getErrorCode() {} function in Transliterator
H A Dtransliterator_arginfo.h49 …ZEND_ME_MAPPING(getErrorCode, transliterator_get_error_code, arginfo_class_Transliterator_getError…
/PHP-8.0/ext/intl/resourcebundle/
H A Dresourcebundle.stub.php38 public function getErrorCode() {} function in ResourceBundle
H A Dresourcebundle_arginfo.h48 …ZEND_ME_MAPPING(getErrorCode, resourcebundle_get_error_code, arginfo_class_ResourceBundle_getError…
/PHP-8.0/ext/intl/msgformat/
H A Dmsgformat.stub.php61 public function getErrorCode() {} function in MessageFormatter
H A Dmsgformat_arginfo.h68 …ZEND_ME_MAPPING(getErrorCode, msgfmt_get_error_code, arginfo_class_MessageFormatter_getErrorCode, …
/PHP-8.0/ext/intl/collator/
H A Dcollator.stub.php73 public function getErrorCode() {} function in Collator
H A Dcollator_arginfo.h83 …ZEND_ME_MAPPING(getErrorCode, collator_get_error_code, arginfo_class_Collator_getErrorCode, ZEND_A…
/PHP-8.0/ext/intl/converter/
H A Dconverter.stub.php31 public function getErrorCode() {} function in UConverter
H A Dconverter_arginfo.h80 ZEND_METHOD(UConverter, getErrorCode);
102 ZEND_ME(UConverter, getErrorCode, arginfo_class_UConverter_getErrorCode, ZEND_ACC_PUBLIC)
/PHP-8.0/ext/intl/breakiterator/
H A Dbreakiterator.stub.php37 public function getErrorCode() {} function in IntlBreakIterator
H A Dbreakiterator_arginfo.h90 ZEND_METHOD(IntlBreakIterator, getErrorCode);
122 …ZEND_ME(IntlBreakIterator, getErrorCode, arginfo_class_IntlBreakIterator_getErrorCode, ZEND_ACC_PU…
/PHP-8.0/ext/intl/formatter/
H A Dformatter.stub.php100 public function getErrorCode() {} function in NumberFormatter
/PHP-8.0/ext/intl/timezone/
H A Dtimezone.stub.php75 public function getErrorCode() {} function in IntlTimeZone
/PHP-8.0/ext/intl/dateformat/
H A Ddateformat.stub.php132 public function getErrorCode() {} function in IntlDateFormatter
/PHP-8.0/ext/intl/calendar/
H A Dcalendar.stub.php92 public function getErrorCode() {} function in IntlCalendar

Completed in 30 milliseconds

12