/PHP-5.5/ext/intl/tests/ |
H A D | timezone_getErrorCode_error.phpt | 2 IntlTimeZone::getErrorCode(): errors 12 var_dump($tz->getErrorCode(array())); 18 Warning: IntlTimeZone::getErrorCode() expects exactly 0 parameters, 1 given in %s on line %d 20 Warning: IntlTimeZone::getErrorCode(): intltz_get_error_code: bad arguments in %s on line %d
|
H A D | calendar_getErrorCode_error.phpt | 2 IntlCalendar::getErrorCode(): bad arguments 15 var_dump($c->getErrorCode(array())); 21 Warning: IntlCalendar::getErrorCode() expects exactly 0 parameters, 1 given in %s on line %d 23 Warning: IntlCalendar::getErrorCode(): intlcal_get_error_code: bad arguments in %s on line %d
|
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 | timezone_getErrorCodeMessage_basic.phpt | 2 IntlTimeZone::getErrorCode/Message(): basic test 13 var_dump($lsb->getErrorCode()); 18 var_dump($lsb->getErrorCode());
|
H A D | calendar_getErrorCode_getErrorMessage_basic.phpt | 2 IntlCalendar::getErrorCode(), ::getErrorMessage() basic test 16 $intlcal->getErrorCode(), 25 $intlcal->getErrorCode(),
|
H A D | uconverter_bug66873.phpt | 9 var_dump($o->getErrorCode());
|
H A D | formatter_get_error.phpt | 20 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.5/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.5/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.5/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.5/ext/intl/ |
H A D | ERROR.CONVENTIONS | 57 :: Intl classes that can be instantiated should provide ::getErrorCode() and 114 Implementations of ::getErrorCode() and ::getErrorMessage() should not reset the
|
/PHP-5.5/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.5/ext/intl/dateformat/ |
H A D | dateformat_class.c | 191 …PHP_NAMED_FE( getErrorCode, ZEND_FN( datefmt_get_error_code ), arginfo_intldateformatter_getdatety…
|
/PHP-5.5/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.5/ext/intl/resourcebundle/ |
H A D | resourcebundle_class.c | 413 …ZEND_NAMED_ME( getErrorCode, ZEND_FN(resourcebundle_get_error_code), arginfo_resourcebundle_get_er…
|
/PHP-5.5/ext/intl/breakiterator/ |
H A D | breakiterator_class.cpp | 302 PHP_ME_MAPPING(getErrorCode, breakiter_get_error_code, ainfo_biter_void, ZEND_ACC_PUBLIC)
|
/PHP-5.5/ext/intl/timezone/ |
H A D | timezone_class.cpp | 484 PHP_ME_MAPPING(getErrorCode, intltz_get_error_code, ainfo_tz_void, ZEND_ACC_PUBLIC)
|
/PHP-5.5/ext/intl/calendar/ |
H A D | calendar_class.cpp | 450 PHP_ME_MAPPING(getErrorCode, intlcal_get_error_code, ainfo_cal_void, ZEND_ACC_PUBLIC)
|
/PHP-5.5/ext/intl/converter/ |
H A D | converter.c | 875 static PHP_METHOD(UConverter, getErrorCode) { in PHP_METHOD() argument 1024 …PHP_ME(UConverter, getErrorCode, php_converter_geterrorcode_arginfo, ZEND_ACC_PUBLI…
|