Home
last modified time | relevance | path

Searched refs:getErrorMessage (Results 1 – 24 of 24) sorted by relevance

/php-src/ext/intl/tests/
H A Dtransliterator_get_error_message_basic.phpt2 Transliterator::getErrorMessage (basic)
12 echo $t->getErrorMessage(), "\n";
15 echo $t->getErrorMessage(), "\n";
H A Dcalendar_getErrorCode_getErrorMessage_basic.phpt2 IntlCalendar::getErrorCode(), ::getErrorMessage() basic test
16 $intlcal->getErrorMessage(),
25 $intlcal->getErrorMessage(),
H A Dtimezone_getErrorCodeMessage_basic.phpt19 var_dump($lsb->getErrorMessage());
24 var_dump($lsb->getErrorMessage());
H A Dtimezone_getErrorMessage_error.phpt2 IntlTimeZone::getErrorMessage(): errors
H A Dtransliterator_get_error_message_error.phpt2 Transliterator::getErrorMessage (error)
H A Dcalendar_getErrorMessage_error.phpt2 IntlCalendar::getErrorMessage(): bad arguments
H A Dformatter_get_error.phpt20 return $fmt->getErrorMessage() . " (" . $fmt->getErrorCode() . ")\n";
H A Dmsgfmt_bug70484.phpt18 echo "$lc $i ", $m->getErrorMessage();
28 echo "$lc $i ", $m->getErrorMessage();
H A Dut_common.inc116 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 Dresourcebundle.stub.php42 public function getErrorMessage(): string {} function in ResourceBundle
/php-src/ext/intl/transliterator/
H A Dtransliterator.stub.php58 public function getErrorMessage(): string|false {} function in Transliterator
/php-src/ext/intl/msgformat/
H A Dmsgformat.stub.php70 public function getErrorMessage(): string {} function in MessageFormatter
/php-src/ext/intl/collator/
H A Dcollator.stub.php150 public function getErrorMessage(): string|false {} function in Collator
/php-src/ext/intl/breakiterator/
H A Dbreakiterator.stub.php83 public function getErrorMessage(): string {} function in IntlBreakIterator
H A Dbreakiterator_arginfo.h96 ZEND_METHOD(IntlBreakIterator, getErrorMessage);
126 …ZEND_ME(IntlBreakIterator, getErrorMessage, arginfo_class_IntlBreakIterator_getErrorMessage, ZEND_…
H A Dbreakiterator_methods.cpp359 U_CFUNC PHP_METHOD(IntlBreakIterator, getErrorMessage) in PHP_METHOD() argument
/php-src/ext/intl/timezone/
H A Dtimezone.stub.php107 public function getErrorMessage(): string|false {} function in IntlTimeZone
/php-src/ext/intl/dateformat/
H A Ddateformat.stub.php185 public function getErrorMessage(): string {} function in IntlDateFormatter
/php-src/ext/intl/converter/
H A Dconverter.stub.php129 public function getErrorMessage(): ?string {} function in UConverter
H A Dconverter_arginfo.h85 ZEND_METHOD(UConverter, getErrorMessage);
106 ZEND_ME(UConverter, getErrorMessage, arginfo_class_UConverter_getErrorMessage, ZEND_ACC_PUBLIC)
H A Dconverter.c800 PHP_METHOD(UConverter, getErrorMessage) { in PHP_METHOD() argument
/php-src/ext/intl/
H A DERROR_CONVENTIONS.md68 `getErrorMessage()` methods.
128 Implementations of `::getErrorCode()` and `::getErrorMessage()` should not reset
/php-src/ext/intl/formatter/
H A Dformatter.stub.php287 public function getErrorMessage(): string {} function in NumberFormatter
/php-src/ext/intl/calendar/
H A Dcalendar.stub.php182 public function getErrorMessage(): string|false {} function in IntlCalendar

Completed in 49 milliseconds