Home
last modified time | relevance | path

Searched refs:datefmt_set_pattern (Results 1 – 6 of 6) sorted by relevance

/PHP-8.0/ext/intl/dateformat/
H A Ddateformat_arginfo.h91 ZEND_FUNCTION(datefmt_set_pattern);
115 …ZEND_ME_MAPPING(setPattern, datefmt_set_pattern, arginfo_class_IntlDateFormatter_setPattern, ZEND_…
H A Ddateformat_attr.c103 PHP_FUNCTION( datefmt_set_pattern ) in PHP_FUNCTION() argument
/PHP-8.0/ext/intl/tests/
H A Ddateformat_get_set_pattern2.phpt9 * Test for the datefmt_get_pattern & datefmt_set_pattern function
H A Dut_common.inc378 …return $GLOBALS['oo-mode'] ? $fmt->setPattern( $pattern ) : datefmt_set_pattern( $fmt , $pattern);
/PHP-8.0/ext/intl/
H A Dphp_intl_arginfo.h864 ZEND_FUNCTION(datefmt_set_pattern);
1054 ZEND_FE(datefmt_set_pattern, arginfo_datefmt_set_pattern)
H A Dphp_intl.stub.php180 function datefmt_set_pattern(IntlDateFormatter $formatter, string $pattern): bool {} function

Completed in 16 milliseconds