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
106 ZEND_FUNCTION(datefmt_get_locale);
362 function datefmt_get_locale(IntlDateFormatter $formatter, int $type = ULOC_ACTUAL_LOCALE): string|f… function
874 ZEND_FUNCTION(datefmt_get_locale);1065 ZEND_FE(datefmt_get_locale, arginfo_datefmt_get_locale)
Completed in 15 milliseconds