Home
last modified time | relevance | path

Searched refs:parseToCalendar (Results 1 – 4 of 4) sorted by relevance

/php-src/ext/intl/tests/
H A Dgh13766.phpt13 var_dump($oIntlDateFormatter->parseToCalendar('America/Los_Angeles', $offset2));
18 $oIntlDateFormatter->parseToCalendar('America/Los_Angeles', $offset3);
24 $oIntlDateFormatter->parseToCalendar('America/Los_Angeles', $offset3);
33 IntlDateFormatter::parseToCalendar(): Argument #2 ($offset) must be of type int, string given
/php-src/ext/intl/dateformat/
H A Ddateformat.stub.php165 public function parseToCalendar(string $string, &$offset = null): int|float|false {} function in IntlDateFormatter
H A Ddateformat_arginfo.h112 ZEND_METHOD(IntlDateFormatter, parseToCalendar);
136 …ZEND_ME(IntlDateFormatter, parseToCalendar, arginfo_class_IntlDateFormatter_parseToCalendar, ZEND_…
H A Ddateformat_parse.c169 PHP_METHOD(IntlDateFormatter, parseToCalendar) in PHP_METHOD() argument

Completed in 11 milliseconds