Home
last modified time | relevance | path

Searched refs:getErrorCode (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.inc112 return $GLOBALS['oo-mode'] ? $coll->getErrorCode() : collator_get_error_code( $coll );
199 return $GLOBALS['oo-mode'] ? $fmt->getErrorCode() : numfmt_get_error_code( $fmt );
325 return $GLOBALS['oo-mode'] ? $fmt->getErrorCode() : msgfmt_get_error_code( $fmt );
411 return $GLOBALS['oo-mode'] ? $bundle->getErrorCode():resourcebundle_get_error_code($bundle);
/PHP-5.3/ext/intl/doc/
H A Dmsgfmt_api.php96 public function getErrorCode() {} function in MessageFormatter
H A Dcollator_api.php114 public function getErrorCode() {} function in Collator
H A Ddatefmt_api.php231 public function getErrorCode() {} function in DateFormatter
H A Dformatter_api.php316 public function getErrorCode() {} function in NumberFormatter
/PHP-5.3/ext/intl/collator/
H A Dcollator_class.c127 PHP_NAMED_FE( getErrorCode, ZEND_FN( collator_get_error_code ), collator_0_args )
/PHP-5.3/ext/intl/msgformat/
H A Dmsgformat_class.c153 …PHP_NAMED_FE( getErrorCode, ZEND_FN( msgfmt_get_error_code ), arginfo_messageformatter_geterrormes…
/PHP-5.3/ext/intl/dateformat/
H A Ddateformat_class.c178 …PHP_NAMED_FE( getErrorCode, ZEND_FN( datefmt_get_error_code ), arginfo_intldateformatter_getdatety…
/PHP-5.3/ext/intl/formatter/
H A Dformatter_class.c187 PHP_NAMED_FE( getErrorCode, ZEND_FN( numfmt_get_error_code ), arginfo_numberformatter_getpattern )
/PHP-5.3/ext/intl/resourcebundle/
H A Dresourcebundle_class.c407 …ZEND_NAMED_ME( getErrorCode, ZEND_FN(resourcebundle_get_error_code), arginfo_resourcebundle_get_er…

Completed in 66 milliseconds