Home
last modified time | relevance | path

Searched refs:datefmt_parse (Results 1 – 5 of 5) sorted by relevance

/PHP-8.2/ext/intl/dateformat/
H A Ddateformat_arginfo.h107 ZEND_FUNCTION(datefmt_parse);
131 ZEND_ME_MAPPING(parse, datefmt_parse, arginfo_class_IntlDateFormatter_parse, ZEND_ACC_PUBLIC)
H A Ddateformat_parse.c120 PHP_FUNCTION(datefmt_parse) in PHP_FUNCTION() argument
/PHP-8.2/ext/intl/
H A Dphp_intl_arginfo.h871 ZEND_FUNCTION(datefmt_parse);
1061 ZEND_FE(datefmt_parse, arginfo_datefmt_parse)
H A Dphp_intl.stub.php376 function datefmt_parse(IntlDateFormatter $formatter, string $string, &$offset = null): int|float|fa… function
/PHP-8.2/ext/intl/tests/
H A Dut_common.inc398 …return $GLOBALS['oo-mode'] ? $fmt->parse( $value ,$parse_pos ) : datefmt_parse( $fmt , $value,$p…

Completed in 18 milliseconds