/PHP-8.1/ext/intl/tests/ |
H A D | transliterator_get_error_message_basic.phpt | 2 Transliterator::getErrorMessage (basic) 12 echo $t->getErrorMessage(), "\n"; 15 echo $t->getErrorMessage(), "\n";
|
H A D | calendar_getErrorCode_getErrorMessage_basic.phpt | 2 IntlCalendar::getErrorCode(), ::getErrorMessage() basic test 16 $intlcal->getErrorMessage(), 25 $intlcal->getErrorMessage(),
|
H A D | timezone_getErrorCodeMessage_basic.phpt | 19 var_dump($lsb->getErrorMessage()); 24 var_dump($lsb->getErrorMessage());
|
H A D | timezone_getErrorMessage_error.phpt | 2 IntlTimeZone::getErrorMessage(): errors
|
H A D | transliterator_get_error_message_error.phpt | 2 Transliterator::getErrorMessage (error)
|
H A D | calendar_getErrorMessage_error.phpt | 2 IntlCalendar::getErrorMessage(): bad arguments
|
H A D | formatter_get_error.phpt | 20 return $fmt->getErrorMessage() . " (" . $fmt->getErrorCode() . ")\n";
|
H A D | msgfmt_bug70484.phpt | 18 echo "$lc $i ", $m->getErrorMessage(); 28 echo "$lc $i ", $m->getErrorMessage();
|
/PHP-8.1/ext/intl/resourcebundle/ |
H A D | resourcebundle.stub.php | 45 public function getErrorMessage(): string {} function in ResourceBundle
|
H A D | resourcebundle_arginfo.h | 54 …ZEND_ME_MAPPING(getErrorMessage, resourcebundle_get_error_message, arginfo_class_ResourceBundle_ge…
|
/PHP-8.1/ext/intl/transliterator/ |
H A D | transliterator.stub.php | 52 public function getErrorMessage(): string|false {} function in Transliterator
|
H A D | transliterator_arginfo.h | 54 …ZEND_ME_MAPPING(getErrorMessage, transliterator_get_error_message, arginfo_class_Transliterator_ge…
|
/PHP-8.1/ext/intl/msgformat/ |
H A D | msgformat.stub.php | 69 public function getErrorMessage(): string {} function in MessageFormatter
|
H A D | msgformat_arginfo.h | 74 …ZEND_ME_MAPPING(getErrorMessage, msgfmt_get_error_message, arginfo_class_MessageFormatter_getError…
|
/PHP-8.1/ext/intl/collator/ |
H A D | collator.stub.php | 79 public function getErrorMessage(): string|false {} function in Collator
|
H A D | collator_arginfo.h | 88 …ZEND_ME_MAPPING(getErrorMessage, collator_get_error_message, arginfo_class_Collator_getErrorMessag…
|
/PHP-8.1/ext/intl/breakiterator/ |
H A D | breakiterator.stub.php | 40 public function getErrorMessage(): string {} function in IntlBreakIterator
|
H A D | breakiterator_arginfo.h | 97 ZEND_METHOD(IntlBreakIterator, getErrorMessage); 128 …ZEND_ME(IntlBreakIterator, getErrorMessage, arginfo_class_IntlBreakIterator_getErrorMessage, ZEND_…
|
/PHP-8.1/ext/intl/converter/ |
H A D | converter.stub.php | 40 public function getErrorMessage(): ?string {} function in UConverter
|
H A D | converter_arginfo.h | 86 ZEND_METHOD(UConverter, getErrorMessage); 108 ZEND_ME(UConverter, getErrorMessage, arginfo_class_UConverter_getErrorMessage, ZEND_ACC_PUBLIC)
|
/PHP-8.1/ext/intl/formatter/ |
H A D | formatter.stub.php | 107 public function getErrorMessage(): string {} function in NumberFormatter
|
H A D | formatter_arginfo.h | 119 …ZEND_ME_MAPPING(getErrorMessage, numfmt_get_error_message, arginfo_class_NumberFormatter_getErrorM…
|
/PHP-8.1/ext/intl/timezone/ |
H A D | timezone.stub.php | 81 public function getErrorMessage(): string|false {} function in IntlTimeZone
|
/PHP-8.1/ext/intl/dateformat/ |
H A D | dateformat.stub.php | 153 public function getErrorMessage(): string {} function in IntlDateFormatter
|
/PHP-8.1/ext/intl/calendar/ |
H A D | calendar.stub.php | 99 public function getErrorMessage(): string|false {} function in IntlCalendar
|