/php-src/ext/intl/tests/ |
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 18 var_dump($lsb->getErrorCode()); 23 var_dump($lsb->getErrorCode());
|
H A D | calendar_getErrorCode_getErrorMessage_basic.phpt | 2 IntlCalendar::getErrorCode(), ::getErrorMessage() basic test 14 $intlcal->getErrorCode(), 23 $intlcal->getErrorCode(),
|
H A D | uconverter_bug66873.phpt | 9 var_dump($o->getErrorCode());
|
H A D | timezone_getErrorCode_error.phpt | 2 IntlTimeZone::getErrorCode(): errors
|
H A D | transliterator_get_error_code_error.phpt | 2 Transliterator::getErrorCode (error)
|
H A D | calendar_getErrorCode_error.phpt | 2 IntlCalendar::getErrorCode(): bad arguments
|
H A D | formatter_get_error.phpt | 20 return $fmt->getErrorMessage() . " (" . $fmt->getErrorCode() . ")\n";
|
H A D | msgfmt_bug70484.phpt | 17 if ($m->getErrorCode()) { 27 if ($m->getErrorCode()) {
|
H A D | ut_common.inc | 112 return $GLOBALS['oo-mode'] ? $coll->getErrorCode() : collator_get_error_code( $coll ); 207 return $GLOBALS['oo-mode'] ? $fmt->getErrorCode() : numfmt_get_error_code( $fmt ); 337 return $GLOBALS['oo-mode'] ? $fmt->getErrorCode() : msgfmt_get_error_code( $fmt ); 431 return $GLOBALS['oo-mode'] ? $bundle->getErrorCode():resourcebundle_get_error_code($bundle);
|
/php-src/ext/intl/resourcebundle/ |
H A D | resourcebundle.stub.php | 36 public function getErrorCode(): int {} function in ResourceBundle
|
/php-src/ext/intl/transliterator/ |
H A D | transliterator.stub.php | 52 public function getErrorCode(): int|false {} function in Transliterator
|
/php-src/ext/intl/msgformat/ |
H A D | msgformat.stub.php | 64 public function getErrorCode(): int {} function in MessageFormatter
|
/php-src/ext/intl/collator/ |
H A D | collator.stub.php | 144 public function getErrorCode(): int|false {} function in Collator
|
/php-src/ext/intl/breakiterator/ |
H A D | breakiterator.stub.php | 80 public function getErrorCode(): int {} function in IntlBreakIterator
|
H A D | breakiterator_arginfo.h | 95 ZEND_METHOD(IntlBreakIterator, getErrorCode); 125 …ZEND_ME(IntlBreakIterator, getErrorCode, arginfo_class_IntlBreakIterator_getErrorCode, ZEND_ACC_PU…
|
H A D | breakiterator_methods.cpp | 347 U_CFUNC PHP_METHOD(IntlBreakIterator, getErrorCode) in PHP_METHOD() argument
|
/php-src/ext/intl/timezone/ |
H A D | timezone.stub.php | 101 public function getErrorCode(): int|false {} function in IntlTimeZone
|
/php-src/ext/intl/dateformat/ |
H A D | dateformat.stub.php | 179 public function getErrorCode(): int {} function in IntlDateFormatter
|
/php-src/ext/intl/converter/ |
H A D | converter.stub.php | 126 public function getErrorCode(): int {} function in UConverter
|
H A D | converter_arginfo.h | 84 ZEND_METHOD(UConverter, getErrorCode); 105 ZEND_ME(UConverter, getErrorCode, arginfo_class_UConverter_getErrorCode, ZEND_ACC_PUBLIC)
|
H A D | converter.c | 774 PHP_METHOD(UConverter, getErrorCode) { in PHP_METHOD() argument
|
/php-src/ext/intl/ |
H A D | ERROR_CONVENTIONS.md | 67 * Intl classes that can be instantiated should provide `::getErrorCode()` and 128 Implementations of `::getErrorCode()` and `::getErrorMessage()` should not reset
|
/php-src/ext/intl/formatter/ |
H A D | formatter.stub.php | 279 public function getErrorCode(): int {} function in NumberFormatter
|
/php-src/ext/intl/calendar/ |
H A D | calendar.stub.php | 176 public function getErrorCode(): int|false {} function in IntlCalendar
|