/PHP-8.1/ext/intl/tests/ |
H A D | transliterator_get_error_code_basic.phpt | 2 Transliterator::getErrorCode (basic) 12 echo $t->getErrorCode(), "\n"; 15 echo $t->getErrorCode(), "\n";
|
H A D | calendar_getErrorCode_getErrorMessage_basic.phpt | 2 IntlCalendar::getErrorCode(), ::getErrorMessage() basic test 14 $intlcal->getErrorCode(), 23 $intlcal->getErrorCode(),
|
H A D | timezone_getErrorCodeMessage_basic.phpt | 2 IntlTimeZone::getErrorCode/Message(): basic test 18 var_dump($lsb->getErrorCode()); 23 var_dump($lsb->getErrorCode());
|
H A D | uconverter_bug66873.phpt | 9 var_dump($o->getErrorCode());
|
H A D | timezone_getErrorCode_error.phpt | 2 IntlTimeZone::getErrorCode(): errors
|
H A D | transliterator_get_error_code_error.phpt | 2 Transliterator::getErrorCode (error)
|
H A D | calendar_getErrorCode_error.phpt | 2 IntlCalendar::getErrorCode(): bad arguments
|
H A D | formatter_get_error.phpt | 20 return $fmt->getErrorMessage() . " (" . $fmt->getErrorCode() . ")\n";
|
H A D | msgfmt_bug70484.phpt | 17 if ($m->getErrorCode()) { 27 if ($m->getErrorCode()) {
|
/PHP-8.1/ext/intl/resourcebundle/ |
H A D | resourcebundle.stub.php | 39 public function getErrorCode(): int {} function in ResourceBundle
|
H A D | resourcebundle_arginfo.h | 53 …ZEND_ME_MAPPING(getErrorCode, resourcebundle_get_error_code, arginfo_class_ResourceBundle_getError…
|
/PHP-8.1/ext/intl/transliterator/ |
H A D | transliterator.stub.php | 46 public function getErrorCode(): int|false {} function in Transliterator
|
H A D | transliterator_arginfo.h | 53 …ZEND_ME_MAPPING(getErrorCode, transliterator_get_error_code, arginfo_class_Transliterator_getError…
|
/PHP-8.1/ext/intl/msgformat/ |
H A D | msgformat.stub.php | 63 public function getErrorCode(): int {} function in MessageFormatter
|
H A D | msgformat_arginfo.h | 73 …ZEND_ME_MAPPING(getErrorCode, msgfmt_get_error_code, arginfo_class_MessageFormatter_getErrorCode, …
|
/PHP-8.1/ext/intl/collator/ |
H A D | collator.stub.php | 73 public function getErrorCode(): int|false {} function in Collator
|
H A D | collator_arginfo.h | 87 …ZEND_ME_MAPPING(getErrorCode, collator_get_error_code, arginfo_class_Collator_getErrorCode, ZEND_A…
|
/PHP-8.1/ext/intl/breakiterator/ |
H A D | breakiterator.stub.php | 37 public function getErrorCode(): int {} function in IntlBreakIterator
|
H A D | breakiterator_arginfo.h | 96 ZEND_METHOD(IntlBreakIterator, getErrorCode); 127 …ZEND_ME(IntlBreakIterator, getErrorCode, arginfo_class_IntlBreakIterator_getErrorCode, ZEND_ACC_PU…
|
/PHP-8.1/ext/intl/converter/ |
H A D | converter.stub.php | 37 public function getErrorCode(): int {} function in UConverter
|
H A D | converter_arginfo.h | 85 ZEND_METHOD(UConverter, getErrorCode); 107 ZEND_ME(UConverter, getErrorCode, arginfo_class_UConverter_getErrorCode, ZEND_ACC_PUBLIC)
|
/PHP-8.1/ext/intl/formatter/ |
H A D | formatter.stub.php | 101 public function getErrorCode(): int {} function in NumberFormatter
|
/PHP-8.1/ext/intl/timezone/ |
H A D | timezone.stub.php | 75 public function getErrorCode(): int|false {} function in IntlTimeZone
|
/PHP-8.1/ext/intl/dateformat/ |
H A D | dateformat.stub.php | 147 public function getErrorCode(): int {} function in IntlDateFormatter
|
/PHP-8.1/ext/intl/calendar/ |
H A D | calendar.stub.php | 93 public function getErrorCode(): int|false {} function in IntlCalendar
|