Home
last modified time | relevance | path

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

/PHP-5.4/ext/intl/tests/
H A Dtransliterator_get_error_code_error.phpt2 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 Dtransliterator_get_error_code_basic.phpt2 Transliterator::getErrorCode (basic)
12 echo $t->getErrorCode(), "\n";
15 echo $t->getErrorCode(), "\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.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.4/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.4/ext/intl/collator/
H A Dcollator_class.c128 PHP_NAMED_FE( getErrorCode, ZEND_FN( collator_get_error_code ), collator_0_args )
/PHP-5.4/ext/intl/msgformat/
H A Dmsgformat_class.c154 …PHP_NAMED_FE( getErrorCode, ZEND_FN( msgfmt_get_error_code ), arginfo_messageformatter_geterrormes…
/PHP-5.4/ext/intl/dateformat/
H A Ddateformat_class.c179 …PHP_NAMED_FE( getErrorCode, ZEND_FN( datefmt_get_error_code ), arginfo_intldateformatter_getdatety…
/PHP-5.4/ext/intl/formatter/
H A Dformatter_class.c188 PHP_NAMED_FE( getErrorCode, ZEND_FN( numfmt_get_error_code ), arginfo_numberformatter_getpattern )
/PHP-5.4/ext/intl/transliterator/
H A Dtransliterator_class.c387 …PHP_ME_MAPPING( getErrorCode, transliterator_get_error_code, ainfo_trans_void, ZEND_ACC_PUBLIC…
/PHP-5.4/ext/intl/resourcebundle/
H A Dresourcebundle_class.c416 …ZEND_NAMED_ME( getErrorCode, ZEND_FN(resourcebundle_get_error_code), arginfo_resourcebundle_get_er…

Completed in 19 milliseconds