Home
last modified time | relevance | path

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

/PHP-7.4/ext/intl/tests/
H A Dtimezone_getErrorMessage_error.phpt2 IntlTimeZone::getErrorMessage(): errors
12 var_dump($tz->getErrorMessage(array()));
16 Warning: IntlTimeZone::getErrorMessage() expects exactly 0 parameters, 1 given in %s on line %d
18 Warning: IntlTimeZone::getErrorMessage(): intltz_get_error_message: bad arguments in %s on line %d
H A Dcalendar_getErrorMessage_error.phpt2 IntlCalendar::getErrorMessage(): bad arguments
15 var_dump($c->getErrorMessage(array()));
19 Warning: IntlCalendar::getErrorMessage() expects exactly 0 parameters, 1 given in %s on line %d
21 Warning: IntlCalendar::getErrorMessage(): intlcal_get_error_message: bad arguments in %s on line %d
H A Dtransliterator_get_error_message_error.phpt2 Transliterator::getErrorMessage (error)
10 echo $t->getErrorMessage(null), "\n";
18 Warning: Transliterator::getErrorMessage() expects exactly 0 parameters, 1 given in %s on line %d
20 Warning: Transliterator::getErrorMessage(): transliterator_get_error_message: unable to parse input…
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
18 $intlcal->getErrorMessage(),
27 $intlcal->getErrorMessage(),
H A Dtimezone_getErrorCodeMessage_basic.phpt19 var_dump($lsb->getErrorMessage());
24 var_dump($lsb->getErrorMessage());
H A Dformatter_get_error.phpt20 return $fmt->getErrorMessage() . " (" . $fmt->getErrorCode() . ")\n";
H A Dmsgfmt_bug70484.phpt20 echo "$lc $i ", $m->getErrorMessage();
30 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-7.4/ext/intl/collator/
H A Dcollator_class.c112 PHP_NAMED_FE( getErrorMessage, ZEND_FN( collator_get_error_message ), collator_0_args )
/PHP-7.4/ext/intl/msgformat/
H A Dmsgformat_class.c138 …PHP_NAMED_FE( getErrorMessage, ZEND_FN( msgfmt_get_error_message ), arginfo_messageformatter_geter…
/PHP-7.4/ext/intl/formatter/
H A Dformatter_class.c170 …PHP_NAMED_FE( getErrorMessage, ZEND_FN( numfmt_get_error_message ), arginfo_numberformatter_getpat…
/PHP-7.4/ext/intl/
H A DERROR_CONVENTIONS.md68 `getErrorMessage()` methods.
128 Implementations of `::getErrorCode()` and `::getErrorMessage()` should not reset
/PHP-7.4/ext/intl/dateformat/
H A Ddateformat_class.c181 …PHP_NAMED_FE( getErrorMessage, ZEND_FN( datefmt_get_error_message ), arginfo_intldateformatter_get…
/PHP-7.4/ext/intl/transliterator/
H A Dtransliterator_class.c324 …PHP_ME_MAPPING( getErrorMessage,transliterator_get_error_message, ainfo_trans_void, ZEND_ACC_PU…
/PHP-7.4/ext/intl/breakiterator/
H A Dbreakiterator_class.cpp281 …PHP_ME_MAPPING(getErrorMessage, breakiter_get_error_message, ainfo_biter_void, ZEND_ACC_PU…
/PHP-7.4/ext/intl/resourcebundle/
H A Dresourcebundle_class.c432 …ZEND_NAMED_ME( getErrorMessage, ZEND_FN(resourcebundle_get_error_message), arginfo_resourcebundle_…
/PHP-7.4/ext/intl/calendar/
H A Dcalendar_class.cpp423 PHP_ME_MAPPING(getErrorMessage, intlcal_get_error_message, ainfo_cal_void, ZEND_ACC_PUBLIC)
/PHP-7.4/ext/intl/timezone/
H A Dtimezone_class.cpp485 PHP_ME_MAPPING(getErrorMessage, intltz_get_error_message, ainfo_tz_void, ZEND_ACC_PUBLIC)
/PHP-7.4/ext/intl/converter/
H A Dconverter.c867 static PHP_METHOD(UConverter, getErrorMessage) { in PHP_METHOD() argument
1001 …PHP_ME(UConverter, getErrorMessage, php_converter_geterrormsg_arginfo, ZEND_ACC_PUBLI…

Completed in 53 milliseconds