Home
last modified time | relevance | path

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

/PHP-5.5/ext/intl/tests/
H A Dtimezone_getErrorMessage_error.phpt2 IntlTimeZone::getErrorMessage(): errors
12 var_dump($tz->getErrorMessage(array()));
18 Warning: IntlTimeZone::getErrorMessage() expects exactly 0 parameters, 1 given in %s on line %d
20 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()));
21 Warning: IntlCalendar::getErrorMessage() expects exactly 0 parameters, 1 given in %s on line %d
23 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";
19 Warning: Transliterator::getErrorMessage() expects exactly 0 parameters, 1 given in %s on line %d
21 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.phpt14 var_dump($lsb->getErrorMessage());
19 var_dump($lsb->getErrorMessage());
H A Dformatter_get_error.phpt20 return $fmt->getErrorMessage() . " (" . $fmt->getErrorCode() . ")\n";
H A Dut_common.inc116 return $GLOBALS['oo-mode'] ? $coll->getErrorMessage() : collator_get_error_message( $coll );
203 return $GLOBALS['oo-mode'] ? $fmt->getErrorMessage() : numfmt_get_error_message( $fmt );
329 return $GLOBALS['oo-mode'] ? $fmt->getErrorMessage() : msgfmt_get_error_message( $fmt );
415 … return $GLOBALS['oo-mode'] ? $bundle->getErrorMessage():resourcebundle_get_error_message($bundle);
/PHP-5.5/ext/intl/doc/
H A Dmsgfmt_api.php102 public function getErrorMessage() {} function in MessageFormatter
H A Dcollator_api.php122 public function getErrorMessage() {} function in Collator
H A Ddatefmt_api.php239 public function getErrorMessage() {} function in DateFormatter
H A Dformatter_api.php322 public public function getErrorMessage() {} function in NumberFormatter
/PHP-5.5/ext/intl/collator/
H A Dcollator_class.c129 PHP_NAMED_FE( getErrorMessage, ZEND_FN( collator_get_error_message ), collator_0_args )
/PHP-5.5/ext/intl/msgformat/
H A Dmsgformat_class.c155 …PHP_NAMED_FE( getErrorMessage, ZEND_FN( msgfmt_get_error_message ), arginfo_messageformatter_geter…
/PHP-5.5/ext/intl/
H A DERROR.CONVENTIONS58 getErrorMessage() methods
114 Implementations of ::getErrorCode() and ::getErrorMessage() should not reset the
/PHP-5.5/ext/intl/formatter/
H A Dformatter_class.c189 …PHP_NAMED_FE( getErrorMessage, ZEND_FN( numfmt_get_error_message ), arginfo_numberformatter_getpat…
/PHP-5.5/ext/intl/dateformat/
H A Ddateformat_class.c192 …PHP_NAMED_FE( getErrorMessage, ZEND_FN( datefmt_get_error_message ), arginfo_intldateformatter_get…
/PHP-5.5/ext/intl/transliterator/
H A Dtransliterator_class.c388 …PHP_ME_MAPPING( getErrorMessage,transliterator_get_error_message, ainfo_trans_void, ZEND_ACC_PU…
/PHP-5.5/ext/intl/resourcebundle/
H A Dresourcebundle_class.c414 …ZEND_NAMED_ME( getErrorMessage, ZEND_FN(resourcebundle_get_error_message), arginfo_resourcebundle_…
/PHP-5.5/ext/intl/breakiterator/
H A Dbreakiterator_class.cpp303 …PHP_ME_MAPPING(getErrorMessage, breakiter_get_error_message, ainfo_biter_void, ZEND_ACC_PU…
/PHP-5.5/ext/intl/timezone/
H A Dtimezone_class.cpp485 PHP_ME_MAPPING(getErrorMessage, intltz_get_error_message, ainfo_tz_void, ZEND_ACC_PUBLIC)
/PHP-5.5/ext/intl/calendar/
H A Dcalendar_class.cpp451 PHP_ME_MAPPING(getErrorMessage, intlcal_get_error_message, ainfo_cal_void, ZEND_ACC_PUBLIC)
/PHP-5.5/ext/intl/converter/
H A Dconverter.c891 static PHP_METHOD(UConverter, getErrorMessage) { in PHP_METHOD() argument
1025 …PHP_ME(UConverter, getErrorMessage, php_converter_geterrormsg_arginfo, ZEND_ACC_PUBLI…

Completed in 75 milliseconds