Home
last modified time | relevance | path

Searched refs:setPattern (Results 1 – 10 of 10) sorted by relevance

/PHP-8.1/ext/intl/tests/
H A Dmsgfmt_setPattern_cache.phpt2 MessageFormatter::setPattern() invalidates arg types cache
15 $mf->setPattern("{0,ordinal} -- {1,number}");
H A Dformatter_clone.phpt18 $res = $fmt->setPattern("0.0" );
H A Ddateformat_bug71516.phpt12 $badFormatter2->setPattern("d MMM");
H A Dut_common.inc183 … return $GLOBALS['oo-mode'] ? $fmt->setPattern( $pattern ) : numfmt_set_pattern( $fmt, $pattern );
325 … return $GLOBALS['oo-mode'] ? $fmt->setPattern( $pattern ) : msgfmt_set_pattern( $fmt, $pattern );
378 …return $GLOBALS['oo-mode'] ? $fmt->setPattern( $pattern ) : datefmt_set_pattern( $fmt , $pattern);
/PHP-8.1/ext/intl/msgformat/
H A Dmsgformat.stub.php45 public function setPattern(string $pattern): bool {} function in MessageFormatter
H A Dmsgformat_arginfo.h70 …ZEND_ME_MAPPING(setPattern, msgfmt_set_pattern, arginfo_class_MessageFormatter_setPattern, ZEND_AC…
/PHP-8.1/ext/intl/formatter/
H A Dformatter.stub.php83 public function setPattern(string $pattern): bool {} function in NumberFormatter
H A Dformatter_arginfo.h115 …ZEND_ME_MAPPING(setPattern, numfmt_set_pattern, arginfo_class_NumberFormatter_setPattern, ZEND_ACC…
/PHP-8.1/ext/intl/dateformat/
H A Ddateformat.stub.php87 public function setPattern(string $pattern): bool {} function in IntlDateFormatter
H A Ddateformat_arginfo.h124 …ZEND_ME_MAPPING(setPattern, datefmt_set_pattern, arginfo_class_IntlDateFormatter_setPattern, ZEND_…

Completed in 13 milliseconds