Searched refs:datefmt_localtime (Results 1 – 5 of 5) sorted by relevance
99 ZEND_FUNCTION(datefmt_localtime);123 …ZEND_ME_MAPPING(localtime, datefmt_localtime, arginfo_class_IntlDateFormatter_localtime, ZEND_ACC_…
161 PHP_FUNCTION(datefmt_localtime) in PHP_FUNCTION() argument
872 ZEND_FUNCTION(datefmt_localtime);1062 ZEND_FE(datefmt_localtime, arginfo_datefmt_localtime)
203 function datefmt_localtime(IntlDateFormatter $formatter, string $string, &$offset = null): array|fa… function
402 …return $GLOBALS['oo-mode'] ? $fmt->localtime( $value , $parse_pos ) : datefmt_localtime( $fmt , …
Completed in 14 milliseconds