Searched refs:datefmt_parse (Results 1 – 5 of 5) sorted by relevance
107 ZEND_FUNCTION(datefmt_parse);131 ZEND_ME_MAPPING(parse, datefmt_parse, arginfo_class_IntlDateFormatter_parse, ZEND_ACC_PUBLIC)
120 PHP_FUNCTION(datefmt_parse) in PHP_FUNCTION() argument
871 ZEND_FUNCTION(datefmt_parse);1061 ZEND_FE(datefmt_parse, arginfo_datefmt_parse)
376 function datefmt_parse(IntlDateFormatter $formatter, string $string, &$offset = null): int|float|fa… function
398 …return $GLOBALS['oo-mode'] ? $fmt->parse( $value ,$parse_pos ) : datefmt_parse( $fmt , $value,$p…
Completed in 13 milliseconds