Home
last modified time | relevance | path

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

/PHP-8.1/ext/intl/tests/
H A Ddateformat_get_locale.phpt2 datefmt_get_locale()
12 * Test for the datefmt_get_locale function
38 $res_str .= "datefmt_get_locale should return false for bad argument $badval\n";
H A Dut_common.inc382 return $GLOBALS['oo-mode'] ? $fmt->getLocale($type ) : datefmt_get_locale( $fmt ,$type);
/PHP-8.1/ext/intl/dateformat/
H A Ddateformat_arginfo.h102 ZEND_FUNCTION(datefmt_get_locale);
126 …ZEND_ME_MAPPING(getLocale, datefmt_get_locale, arginfo_class_IntlDateFormatter_getLocale, ZEND_ACC…
H A Ddateformat_attr.c139 PHP_FUNCTION( datefmt_get_locale ) in PHP_FUNCTION() argument
/PHP-8.1/ext/intl/
H A Dphp_intl_arginfo.h866 ZEND_FUNCTION(datefmt_get_locale);
1056 ZEND_FE(datefmt_get_locale, arginfo_datefmt_get_locale)
H A Dphp_intl.stub.php195 function datefmt_get_locale(IntlDateFormatter $formatter, int $type = ULOC_ACTUAL_LOCALE): string|f… function

Completed in 23 milliseconds