Home
last modified time | relevance | path

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

12

/PHP-8.2/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-8.2/ext/intl/resourcebundle/
H A Dresourcebundle.stub.php46 public function getErrorMessage(): string {} function in ResourceBundle
H A Dresourcebundle_arginfo.h54 …ZEND_ME_MAPPING(getErrorMessage, resourcebundle_get_error_message, arginfo_class_ResourceBundle_ge…
/PHP-8.2/ext/intl/transliterator/
H A Dtransliterator.stub.php58 public function getErrorMessage(): string|false {} function in Transliterator
H A Dtransliterator_arginfo.h54 …ZEND_ME_MAPPING(getErrorMessage, transliterator_get_error_message, arginfo_class_Transliterator_ge…
/PHP-8.2/ext/intl/msgformat/
H A Dmsgformat.stub.php70 public function getErrorMessage(): string {} function in MessageFormatter
H A Dmsgformat_arginfo.h74 …ZEND_ME_MAPPING(getErrorMessage, msgfmt_get_error_message, arginfo_class_MessageFormatter_getError…
/PHP-8.2/ext/intl/collator/
H A Dcollator.stub.php150 public function getErrorMessage(): string|false {} function in Collator
/PHP-8.2/ext/intl/timezone/
H A Dtimezone.stub.php107 public function getErrorMessage(): string|false {} function in IntlTimeZone
/PHP-8.2/ext/intl/breakiterator/
H A Dbreakiterator.stub.php83 public function getErrorMessage(): string {} function in IntlBreakIterator
H A Dbreakiterator_arginfo.h97 ZEND_METHOD(IntlBreakIterator, getErrorMessage);
128 …ZEND_ME(IntlBreakIterator, getErrorMessage, arginfo_class_IntlBreakIterator_getErrorMessage, ZEND_…
H A Dbreakiterator_methods.cpp372 U_CFUNC PHP_METHOD(IntlBreakIterator, getErrorMessage) in PHP_METHOD() argument
/PHP-8.2/ext/intl/dateformat/
H A Ddateformat.stub.php180 public function getErrorMessage(): string {} function in IntlDateFormatter
/PHP-8.2/ext/intl/converter/
H A Dconverter.stub.php129 public function getErrorMessage(): ?string {} function in UConverter
/PHP-8.2/ext/intl/
H A DERROR_CONVENTIONS.md68 `getErrorMessage()` methods.
128 Implementations of `::getErrorCode()` and `::getErrorMessage()` should not reset
/PHP-8.2/ext/intl/formatter/
H A Dformatter.stub.php287 public function getErrorMessage(): string {} function in NumberFormatter
/PHP-8.2/ext/intl/calendar/
H A Dcalendar.stub.php182 public function getErrorMessage(): string|false {} function in IntlCalendar

Completed in 135 milliseconds

12