/php-src/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();
|
H A D | ut_common.inc | 116 return $GLOBALS['oo-mode'] ? $coll->getErrorMessage() : collator_get_error_message( $coll ); 211 return $GLOBALS['oo-mode'] ? $fmt->getErrorMessage() : numfmt_get_error_message( $fmt ); 341 return $GLOBALS['oo-mode'] ? $fmt->getErrorMessage() : msgfmt_get_error_message( $fmt ); 435 … return $GLOBALS['oo-mode'] ? $bundle->getErrorMessage():resourcebundle_get_error_message($bundle);
|
/php-src/ext/intl/resourcebundle/ |
H A D | resourcebundle.stub.php | 42 public function getErrorMessage(): string {} function in ResourceBundle
|
/php-src/ext/intl/transliterator/ |
H A D | transliterator.stub.php | 58 public function getErrorMessage(): string|false {} function in Transliterator
|
/php-src/ext/intl/msgformat/ |
H A D | msgformat.stub.php | 70 public function getErrorMessage(): string {} function in MessageFormatter
|
/php-src/ext/intl/collator/ |
H A D | collator.stub.php | 150 public function getErrorMessage(): string|false {} function in Collator
|
/php-src/ext/intl/breakiterator/ |
H A D | breakiterator.stub.php | 83 public function getErrorMessage(): string {} function in IntlBreakIterator
|
H A D | breakiterator_arginfo.h | 96 ZEND_METHOD(IntlBreakIterator, getErrorMessage); 126 …ZEND_ME(IntlBreakIterator, getErrorMessage, arginfo_class_IntlBreakIterator_getErrorMessage, ZEND_…
|
H A D | breakiterator_methods.cpp | 359 U_CFUNC PHP_METHOD(IntlBreakIterator, getErrorMessage) in PHP_METHOD() argument
|
/php-src/ext/intl/timezone/ |
H A D | timezone.stub.php | 107 public function getErrorMessage(): string|false {} function in IntlTimeZone
|
/php-src/ext/intl/dateformat/ |
H A D | dateformat.stub.php | 185 public function getErrorMessage(): string {} function in IntlDateFormatter
|
/php-src/ext/intl/converter/ |
H A D | converter.stub.php | 129 public function getErrorMessage(): ?string {} function in UConverter
|
H A D | converter_arginfo.h | 85 ZEND_METHOD(UConverter, getErrorMessage); 106 ZEND_ME(UConverter, getErrorMessage, arginfo_class_UConverter_getErrorMessage, ZEND_ACC_PUBLIC)
|
H A D | converter.c | 784 PHP_METHOD(UConverter, getErrorMessage) { in PHP_METHOD() argument
|
/php-src/ext/intl/ |
H A D | ERROR_CONVENTIONS.md | 68 `getErrorMessage()` methods. 128 Implementations of `::getErrorCode()` and `::getErrorMessage()` should not reset
|
/php-src/ext/intl/formatter/ |
H A D | formatter.stub.php | 287 public function getErrorMessage(): string {} function in NumberFormatter
|
/php-src/ext/intl/calendar/ |
H A D | calendar.stub.php | 182 public function getErrorMessage(): string|false {} function in IntlCalendar
|