Home
last modified time | relevance | path

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

/PHP-5.3/ext/intl/tests/
H A Dformatter_get_error.phpt20 return $fmt->getErrorMessage() . " (" . $fmt->getErrorCode() . ")\n";
H A Dmsgfmt_get_error.phpt18 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.3/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.3/ext/intl/collator/
H A Dcollator_class.c128 PHP_NAMED_FE( getErrorMessage, ZEND_FN( collator_get_error_message ), collator_0_args )
/PHP-5.3/ext/intl/msgformat/
H A Dmsgformat_class.c154 …PHP_NAMED_FE( getErrorMessage, ZEND_FN( msgfmt_get_error_message ), arginfo_messageformatter_geter…
/PHP-5.3/ext/intl/dateformat/
H A Ddateformat_class.c179 …PHP_NAMED_FE( getErrorMessage, ZEND_FN( datefmt_get_error_message ), arginfo_intldateformatter_get…
/PHP-5.3/ext/intl/formatter/
H A Dformatter_class.c188 …PHP_NAMED_FE( getErrorMessage, ZEND_FN( numfmt_get_error_message ), arginfo_numberformatter_getpat…
/PHP-5.3/ext/intl/resourcebundle/
H A Dresourcebundle_class.c408 …ZEND_NAMED_ME( getErrorMessage, ZEND_FN(resourcebundle_get_error_message), arginfo_resourcebundle_…

Completed in 29 milliseconds