Home
last modified time | relevance | path

Searched refs:getPattern (Results 1 – 5 of 5) sorted by relevance

/php-src/ext/date/tests/
H A Dbug-gh11600.phpt10 $pattern = $formatter->getPattern();
/php-src/ext/intl/msgformat/
H A Dmsgformat.stub.php52 public function getPattern(): string|false {} function in MessageFormatter
/php-src/ext/intl/dateformat/
H A Ddateformat.stub.php120 public function getPattern(): string|false {} function in IntlDateFormatter
/php-src/ext/intl/formatter/
H A Dformatter.stub.php269 public function getPattern(): string|false {} function in NumberFormatter
/php-src/ext/intl/tests/
H A Dut_common.inc199 return $GLOBALS['oo-mode'] ? $fmt->getPattern() : numfmt_get_pattern( $fmt );
329 return $GLOBALS['oo-mode'] ? $fmt->getPattern() : msgfmt_get_pattern( $fmt );
374 return $GLOBALS['oo-mode'] ? $fmt->getPattern() : datefmt_get_pattern( $fmt );

Completed in 11 milliseconds