Searched refs:getErrorMessage (Results 1 – 15 of 15) sorted by relevance
/PHP-5.4/ext/intl/tests/ |
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 | formatter_get_error.phpt | 20 return $fmt->getErrorMessage() . " (" . $fmt->getErrorCode() . ")\n";
|
H A D | msgfmt_get_error.phpt | 18 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.4/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.4/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.4/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.4/ext/intl/dateformat/ |
H A D | dateformat_class.c | 180 …PHP_NAMED_FE( getErrorMessage, ZEND_FN( datefmt_get_error_message ), arginfo_intldateformatter_get…
|
/PHP-5.4/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.4/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.4/ext/intl/resourcebundle/ |
H A D | resourcebundle_class.c | 417 …ZEND_NAMED_ME( getErrorMessage, ZEND_FN(resourcebundle_get_error_message), arginfo_resourcebundle_…
|
Completed in 19 milliseconds