Searched refs:datefmt_get_locale (Results 1 – 6 of 6) sorted by relevance
2 datefmt_get_locale()11 * Test for the datefmt_get_locale function37 $res_str .= "datefmt_get_locale should return false for bad argument $badval\n";
382 return $GLOBALS['oo-mode'] ? $fmt->getLocale($type ) : datefmt_get_locale( $fmt ,$type);
93 ZEND_FUNCTION(datefmt_get_locale);117 …ZEND_ME_MAPPING(getLocale, datefmt_get_locale, arginfo_class_IntlDateFormatter_getLocale, ZEND_ACC…
139 PHP_FUNCTION( datefmt_get_locale ) in PHP_FUNCTION() argument
866 ZEND_FUNCTION(datefmt_get_locale);1056 ZEND_FE(datefmt_get_locale, arginfo_datefmt_get_locale)
184 function datefmt_get_locale(IntlDateFormatter $formatter, int $type = ULOC_ACTUAL_LOCALE): string|f… function
Completed in 28 milliseconds