Home
last modified time | relevance | path

Searched refs:parsed (Results 1 – 25 of 29) sorted by relevance

12

/PHP-8.2/ext/date/tests/
H A Dstrtotime_basic.phpt8 * The term "Monday December 2008" will be parsed as the first Monday in December 2008.
12 * This is parsed as the "first following Monday OR the current day if it is a Monday"
16 * This is parsed as the "second following Monday OR the first following
21 * This is parsed as the "third following Monday OR the second following
26 * This is parsed as the "first following Monday after the first Monday in December"
30 * This is parsed as the "second following Monday after the first Monday in December"
34 * This is parsed as the "third following Monday after the first Monday in December"
H A Dbug80057.phpt6 $parsed = DateTimeImmutable::createFromFormat('Y-m-d', '2020-09-04');
8 $parsedStr = $parsed->format("H:i");
H A Dbug41523-64bit.phpt2 Bug #41523 (strtotime('0000-00-00 00:00:00') is parsed as 1999-11-30) (64 bit)
36 string(27) "The parsed date was invalid"
H A Dbug41523.phpt2 Bug #41523 (strtotime('0000-00-00 00:00:00') is parsed as 1999-11-30) (32 bit)
36 string(27) "The parsed date was invalid"
H A Ddate_get_last_errors_basic.phpt10 var_dump(date_get_last_errors()); // no date was parsed, so no errors
H A Dbug41709.phpt24 [22] => The parsed date was invalid
H A Dbug52430.phpt28 string(27) "The parsed time was invalid"
H A Dbug73858.phpt7 to see if it's the format string which is parsed in correctly or if it's the DateTime
H A Ddate_parse_001.phpt130 string(27) "The parsed date was invalid"
/PHP-8.2/ext/xml/tests/
H A Dbug70962.phpt19 $parsed = parseAndOutput($xml);
22 echo $parsed[1]['value'] . "\n";
25 var_dump(isset($parsed[2]['value']));
28 var_dump(count($parsed));
/PHP-8.2/ext/pdo/
H A Dpdo.c157 …ar *data_source, zend_ulong data_source_len, struct pdo_data_src_parser *parsed, int nparams) /* {… in php_pdo_parse_data_source() argument
211 …if (0 == strncmp(data_source + optstart, parsed[j].optname, nlen) && parsed[j].optname[nlen] == '\… in php_pdo_parse_data_source()
213 if (parsed[j].freeme) { in php_pdo_parse_data_source()
214 efree(parsed[j].optval); in php_pdo_parse_data_source()
218 parsed[j].optval = estrndup(data_source + valstart, semi - valstart - n_semicolumns); in php_pdo_parse_data_source()
224 parsed[j].optval = new_val; in php_pdo_parse_data_source()
241 parsed[j].freeme = 1; in php_pdo_parse_data_source()
H A Dphp_pdo_driver.h671 zend_ulong data_source_len, struct pdo_data_src_parser *parsed,
/PHP-8.2/tests/func/
H A Dbug64523.phpt2 Bug #64523: XOR not parsed in INI
/PHP-8.2/tests/basic/
H A D030.phpt2 Bug#55504 (Content-Type header is not parsed correctly on HTTP POST request)
H A D031.phpt2 Bug#55504 (Content-Type header is not parsed correctly on HTTP POST request)
/PHP-8.2/ext/date/lib/
H A Dparse_date.re2678 parsed->h = 0;
2679 parsed->i = 0;
2680 parsed->s = 0;
2681 parsed->us = 0;
2684 parsed->y != TIMELIB_UNSET || parsed->m != TIMELIB_UNSET || parsed->d != TIMELIB_UNSET ||
2685 parsed->h != TIMELIB_UNSET || parsed->i != TIMELIB_UNSET || parsed->s != TIMELIB_UNSET
2687 if (parsed->us == TIMELIB_UNSET) parsed->us = 0;
2691 if (parsed->y == TIMELIB_UNSET) parsed->y = now->y != TIMELIB_UNSET ? now->y : 0;
2692 if (parsed->m == TIMELIB_UNSET) parsed->m = now->m != TIMELIB_UNSET ? now->m : 0;
2698 if (!parsed->tz_info) {
[all …]
H A Dparse_date.c25528 parsed->h = 0; in timelib_fill_holes()
25529 parsed->i = 0; in timelib_fill_holes()
25530 parsed->s = 0; in timelib_fill_holes()
25531 parsed->us = 0; in timelib_fill_holes()
25534 parsed->y != TIMELIB_UNSET || parsed->m != TIMELIB_UNSET || parsed->d != TIMELIB_UNSET || in timelib_fill_holes()
25535 parsed->h != TIMELIB_UNSET || parsed->i != TIMELIB_UNSET || parsed->s != TIMELIB_UNSET in timelib_fill_holes()
25537 if (parsed->us == TIMELIB_UNSET) parsed->us = 0; in timelib_fill_holes()
25541 if (parsed->y == TIMELIB_UNSET) parsed->y = now->y != TIMELIB_UNSET ? now->y : 0; in timelib_fill_holes()
25542 if (parsed->m == TIMELIB_UNSET) parsed->m = now->m != TIMELIB_UNSET ? now->m : 0; in timelib_fill_holes()
25548 if (!parsed->tz_info) { in timelib_fill_holes()
[all …]
/PHP-8.2/ext/standard/tests/general_functions/
H A Dbug52138.phpt2 Bug #52138 (Constants are parsed into the ini file for section names)
H A Dphpinfo.phpt26 Additional .ini files parsed => %a
/PHP-8.2/ext/ftp/tests/
H A Dftp_mlsd.phpt2 ftp_mlsd() return parsed lines
/PHP-8.2/ext/soap/tests/bugs/
H A Dbug30175.phpt2 Bug #30175 (SOAP results aren't parsed correctly)
/PHP-8.2/ext/intl/tests/
H A Ddateformat_format_parse.phpt85 $parsed = ut_datefmt_parse( $fmt , $formatted);
87 $res_str .= "\nParsed timestamp is : $parsed";
H A Ddateformat_format_parse_version2.phpt86 $parsed = ut_datefmt_parse( $fmt , $formatted);
88 $res_str .= "\nParsed timestamp is : $parsed";
H A Ddateformat_format_parse_version_icu72-1.phpt85 $parsed = ut_datefmt_parse( $fmt , $formatted);
87 $res_str .= "\nParsed timestamp is : $parsed";
/PHP-8.2/ext/intl/
H A DERROR_CONVENTIONS.md100 the arguments are fully parsed. Without a reference to the object, there's no

Completed in 72 milliseconds

12