/PHP-5.5/ext/intl/tests/ |
H A D | timezone_getErrorMessage_error.phpt | 2 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 D | calendar_getErrorMessage_error.phpt | 2 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 D | transliterator_get_error_message_error.phpt | 2 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 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 18 $intlcal->getErrorMessage(), 27 $intlcal->getErrorMessage(),
|
H A D | timezone_getErrorCodeMessage_basic.phpt | 14 var_dump($lsb->getErrorMessage()); 19 var_dump($lsb->getErrorMessage());
|
H A D | formatter_get_error.phpt | 20 return $fmt->getErrorMessage() . " (" . $fmt->getErrorCode() . ")\n";
|
H A D | ut_common.inc | 116 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 D | msgfmt_api.php | 102 public function getErrorMessage() {} function in MessageFormatter
|
H A D | collator_api.php | 122 public function getErrorMessage() {} function in Collator
|
H A D | datefmt_api.php | 239 public function getErrorMessage() {} function in DateFormatter
|
H A D | formatter_api.php | 322 public public function getErrorMessage() {} function in NumberFormatter
|
/PHP-5.5/ext/intl/collator/ |
H A D | collator_class.c | 129 PHP_NAMED_FE( getErrorMessage, ZEND_FN( collator_get_error_message ), collator_0_args )
|
/PHP-5.5/ext/intl/msgformat/ |
H A D | msgformat_class.c | 155 …PHP_NAMED_FE( getErrorMessage, ZEND_FN( msgfmt_get_error_message ), arginfo_messageformatter_geter…
|
/PHP-5.5/ext/intl/ |
H A D | ERROR.CONVENTIONS | 58 getErrorMessage() methods 114 Implementations of ::getErrorCode() and ::getErrorMessage() should not reset the
|
/PHP-5.5/ext/intl/formatter/ |
H A D | formatter_class.c | 189 …PHP_NAMED_FE( getErrorMessage, ZEND_FN( numfmt_get_error_message ), arginfo_numberformatter_getpat…
|
/PHP-5.5/ext/intl/dateformat/ |
H A D | dateformat_class.c | 192 …PHP_NAMED_FE( getErrorMessage, ZEND_FN( datefmt_get_error_message ), arginfo_intldateformatter_get…
|
/PHP-5.5/ext/intl/transliterator/ |
H A D | transliterator_class.c | 388 …PHP_ME_MAPPING( getErrorMessage,transliterator_get_error_message, ainfo_trans_void, ZEND_ACC_PU…
|
/PHP-5.5/ext/intl/resourcebundle/ |
H A D | resourcebundle_class.c | 414 …ZEND_NAMED_ME( getErrorMessage, ZEND_FN(resourcebundle_get_error_message), arginfo_resourcebundle_…
|
/PHP-5.5/ext/intl/breakiterator/ |
H A D | breakiterator_class.cpp | 303 …PHP_ME_MAPPING(getErrorMessage, breakiter_get_error_message, ainfo_biter_void, ZEND_ACC_PU…
|
/PHP-5.5/ext/intl/timezone/ |
H A D | timezone_class.cpp | 485 PHP_ME_MAPPING(getErrorMessage, intltz_get_error_message, ainfo_tz_void, ZEND_ACC_PUBLIC)
|
/PHP-5.5/ext/intl/calendar/ |
H A D | calendar_class.cpp | 451 PHP_ME_MAPPING(getErrorMessage, intlcal_get_error_message, ainfo_cal_void, ZEND_ACC_PUBLIC)
|
/PHP-5.5/ext/intl/converter/ |
H A D | converter.c | 891 static PHP_METHOD(UConverter, getErrorMessage) { in PHP_METHOD() argument 1025 …PHP_ME(UConverter, getErrorMessage, php_converter_geterrormsg_arginfo, ZEND_ACC_PUBLI…
|