Searched refs:datefmt_get_locale (Results 1 – 7 of 7) sorted by relevance
24 PHP_FUNCTION( datefmt_get_locale );
170 PHP_FUNCTION( datefmt_get_locale ) in PHP_FUNCTION() argument
184 PHP_NAMED_FE( getLocale, ZEND_FN( datefmt_get_locale ), arginfo_intldateformatter_getdatetype )
9 * Test for the datefmt_get_locale function35 $res_str .= "datefmt_get_locale should return false for bad argument $badval\n";
370 return $GLOBALS['oo-mode'] ? $fmt->getLocale($type ) : datefmt_get_locale( $fmt ,$type);
357 function datefmt_get_locale($fmt , $type = ULOC_ACTUAL_LOCALE) {} function
715 PHP_FE( datefmt_get_locale, arginfo_msgfmt_get_locale )
Completed in 12 milliseconds