Searched refs:getErrorCode (Results 1 – 15 of 15) sorted by relevance
/PHP-5.4/ext/intl/tests/ |
H A D | transliterator_get_error_code_error.phpt | 2 Transliterator::getErrorCode (error) 10 echo $t->getErrorCode(null), "\n"; 19 Warning: Transliterator::getErrorCode() expects exactly 0 parameters, 1 given in %s on line %d 21 Warning: Transliterator::getErrorCode(): transliterator_get_error_code: unable to parse input param…
|
H A D | transliterator_get_error_code_basic.phpt | 2 Transliterator::getErrorCode (basic) 12 echo $t->getErrorCode(), "\n"; 15 echo $t->getErrorCode(), "\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 | 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.4/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.4/ext/intl/collator/ |
H A D | collator_class.c | 128 PHP_NAMED_FE( getErrorCode, ZEND_FN( collator_get_error_code ), collator_0_args )
|
/PHP-5.4/ext/intl/msgformat/ |
H A D | msgformat_class.c | 154 …PHP_NAMED_FE( getErrorCode, ZEND_FN( msgfmt_get_error_code ), arginfo_messageformatter_geterrormes…
|
/PHP-5.4/ext/intl/dateformat/ |
H A D | dateformat_class.c | 179 …PHP_NAMED_FE( getErrorCode, ZEND_FN( datefmt_get_error_code ), arginfo_intldateformatter_getdatety…
|
/PHP-5.4/ext/intl/formatter/ |
H A D | formatter_class.c | 188 PHP_NAMED_FE( getErrorCode, ZEND_FN( numfmt_get_error_code ), arginfo_numberformatter_getpattern )
|
/PHP-5.4/ext/intl/transliterator/ |
H A D | transliterator_class.c | 387 …PHP_ME_MAPPING( getErrorCode, transliterator_get_error_code, ainfo_trans_void, ZEND_ACC_PUBLIC…
|
/PHP-5.4/ext/intl/resourcebundle/ |
H A D | resourcebundle_class.c | 416 …ZEND_NAMED_ME( getErrorCode, ZEND_FN(resourcebundle_get_error_code), arginfo_resourcebundle_get_er…
|
Completed in 19 milliseconds