Searched refs:getErrorCode (Results 1 – 12 of 12) sorted by relevance
/PHP-5.3/ext/intl/tests/ |
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 | 112 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 D | msgfmt_api.php | 96 public function getErrorCode() {} function in MessageFormatter
|
H A D | collator_api.php | 114 public function getErrorCode() {} function in Collator
|
H A D | datefmt_api.php | 231 public function getErrorCode() {} function in DateFormatter
|
H A D | formatter_api.php | 316 public function getErrorCode() {} function in NumberFormatter
|
/PHP-5.3/ext/intl/collator/ |
H A D | collator_class.c | 127 PHP_NAMED_FE( getErrorCode, ZEND_FN( collator_get_error_code ), collator_0_args )
|
/PHP-5.3/ext/intl/msgformat/ |
H A D | msgformat_class.c | 153 …PHP_NAMED_FE( getErrorCode, ZEND_FN( msgfmt_get_error_code ), arginfo_messageformatter_geterrormes…
|
/PHP-5.3/ext/intl/dateformat/ |
H A D | dateformat_class.c | 178 …PHP_NAMED_FE( getErrorCode, ZEND_FN( datefmt_get_error_code ), arginfo_intldateformatter_getdatety…
|
/PHP-5.3/ext/intl/formatter/ |
H A D | formatter_class.c | 187 PHP_NAMED_FE( getErrorCode, ZEND_FN( numfmt_get_error_code ), arginfo_numberformatter_getpattern )
|
/PHP-5.3/ext/intl/resourcebundle/ |
H A D | resourcebundle_class.c | 407 …ZEND_NAMED_ME( getErrorCode, ZEND_FN(resourcebundle_get_error_code), arginfo_resourcebundle_get_er…
|
Completed in 19 milliseconds