Home
last modified time | relevance | path

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

/PHP-8.0/ext/intl/tests/
H A Dmsgfmt_setPattern_cache.phpt2 MessageFormatter::setPattern() invalidates arg types cache
17 $mf->setPattern("{0,ordinal} -- {1,number}");
H A Dformatter_clone.phpt18 $res = $fmt->setPattern("0.0" );
H A Ddateformat_bug71516.phpt13 $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.0/ext/intl/msgformat/
H A Dmsgformat.stub.php43 public function setPattern(string $pattern) {} function in MessageFormatter
H A Dmsgformat_arginfo.h65 …ZEND_ME_MAPPING(setPattern, msgfmt_set_pattern, arginfo_class_MessageFormatter_setPattern, ZEND_AC…
/PHP-8.0/ext/intl/formatter/
H A Dformatter.stub.php82 public function setPattern(string $pattern) {} function in NumberFormatter
H A Dformatter_arginfo.h107 …ZEND_ME_MAPPING(setPattern, numfmt_set_pattern, arginfo_class_NumberFormatter_setPattern, ZEND_ACC…
/PHP-8.0/ext/intl/dateformat/
H A Ddateformat.stub.php73 public function setPattern(string $pattern) {} function in IntlDateFormatter
H A Ddateformat_arginfo.h115 …ZEND_ME_MAPPING(setPattern, datefmt_set_pattern, arginfo_class_IntlDateFormatter_setPattern, ZEND_…

Completed in 36 milliseconds