Searched refs:datefmt_get_locale (Results 1 – 6 of 6) sorted by relevance
2 datefmt_get_locale()12 * Test for the datefmt_get_locale function38 $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);
139 PHP_FUNCTION( datefmt_get_locale ) in PHP_FUNCTION() argument
102 ZEND_FUNCTION(datefmt_get_locale);126 …ZEND_ME_MAPPING(getLocale, datefmt_get_locale, arginfo_class_IntlDateFormatter_getLocale, ZEND_ACC…
866 ZEND_FUNCTION(datefmt_get_locale);1056 ZEND_FE(datefmt_get_locale, arginfo_datefmt_get_locale)
360 function datefmt_get_locale(IntlDateFormatter $formatter, int $type = ULOC_ACTUAL_LOCALE): string|f… function
Completed in 19 milliseconds