Home
last modified time | relevance | path

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

/PHP-5.4/ext/intl/tests/
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 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.4/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.4/ext/intl/collator/
H A Dcollator_class.c129 PHP_NAMED_FE( getErrorMessage, ZEND_FN( collator_get_error_message ), collator_0_args )
/PHP-5.4/ext/intl/msgformat/
H A Dmsgformat_class.c155 …PHP_NAMED_FE( getErrorMessage, ZEND_FN( msgfmt_get_error_message ), arginfo_messageformatter_geter…
/PHP-5.4/ext/intl/dateformat/
H A Ddateformat_class.c180 …PHP_NAMED_FE( getErrorMessage, ZEND_FN( datefmt_get_error_message ), arginfo_intldateformatter_get…
/PHP-5.4/ext/intl/formatter/
H A Dformatter_class.c189 …PHP_NAMED_FE( getErrorMessage, ZEND_FN( numfmt_get_error_message ), arginfo_numberformatter_getpat…
/PHP-5.4/ext/intl/transliterator/
H A Dtransliterator_class.c388 …PHP_ME_MAPPING( getErrorMessage,transliterator_get_error_message, ainfo_trans_void, ZEND_ACC_PU…
/PHP-5.4/ext/intl/resourcebundle/
H A Dresourcebundle_class.c417 …ZEND_NAMED_ME( getErrorMessage, ZEND_FN(resourcebundle_get_error_message), arginfo_resourcebundle_…

Completed in 50 milliseconds