Searched refs:datefmt_parse (Results 1 – 5 of 5) sorted by relevance
129 PHP_FUNCTION(datefmt_parse) in PHP_FUNCTION() argument
111 ZEND_FUNCTION(datefmt_parse);
378 function datefmt_parse(IntlDateFormatter $formatter, string $string, &$offset = null): int|float|fa… function
873 ZEND_FUNCTION(datefmt_parse);1060 ZEND_FE(datefmt_parse, arginfo_datefmt_parse)
398 …return $GLOBALS['oo-mode'] ? $fmt->parse( $value ,$parse_pos ) : datefmt_parse( $fmt , $value,$p…
Completed in 23 milliseconds