Home
last modified time | relevance | path

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

12

/PHP-7.1/ext/date/tests/
H A Dstrtotime_basic.phpt10 * The term "Monday December 2008" will be parsed as the first Monday in December 2008.
14 * This is parsed as the "first following Monday OR the current day if it is a Monday"
18 * This is parsed as the "second following Monday OR the first following
23 * This is parsed as the "third following Monday OR the second following
28 * This is parsed as the "first following Monday after the first Monday in December"
32 * This is parsed as the "second following Monday after the first Monday in December"
36 * This is parsed as the "third following Monday after the first Monday in December"
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.phpt131 string(27) "The parsed date was invalid"
/PHP-7.1/ext/pdo/
H A Dpdo.c191 …ar *data_source, zend_ulong data_source_len, struct pdo_data_src_parser *parsed, int nparams) /* {… in php_pdo_parse_data_source() argument
245 …if (0 == strncmp(data_source + optstart, parsed[j].optname, nlen) && parsed[j].optname[nlen] == '\… in php_pdo_parse_data_source()
247 if (parsed[j].freeme) { in php_pdo_parse_data_source()
248 efree(parsed[j].optval); in php_pdo_parse_data_source()
252 parsed[j].optval = estrndup(data_source + valstart, semi - valstart - n_semicolumns); in php_pdo_parse_data_source()
258 parsed[j].optval = new_val; in php_pdo_parse_data_source()
275 parsed[j].freeme = 1; in php_pdo_parse_data_source()
H A Dphp_pdo_driver.h672 zend_ulong data_source_len, struct pdo_data_src_parser *parsed,
/PHP-7.1/tests/func/
H A Dbug64523.phpt2 Bug #64523: XOR not parsed in INI
/PHP-7.1/ext/date/lib/
H A Dparse_date.re2230 parsed->h = 0;
2231 parsed->i = 0;
2232 parsed->s = 0;
2233 parsed->f = 0;
2236 parsed->y != TIMELIB_UNSET || parsed->m != TIMELIB_UNSET || parsed->d != TIMELIB_UNSET ||
2237 parsed->h != TIMELIB_UNSET || parsed->i != TIMELIB_UNSET || parsed->s != TIMELIB_UNSET
2239 if (parsed->f == TIMELIB_UNSET) parsed->f = 0;
2243 if (parsed->y == TIMELIB_UNSET) parsed->y = now->y != TIMELIB_UNSET ? now->y : 0;
2244 if (parsed->m == TIMELIB_UNSET) parsed->m = now->m != TIMELIB_UNSET ? now->m : 0;
2252 if (!parsed->tz_abbr) {
[all …]
H A Dtimelib.h89 void timelib_fill_holes(timelib_time *parsed, timelib_time *now, int options);
H A Dparse_date.c25336 parsed->h = 0; in timelib_fill_holes()
25337 parsed->i = 0; in timelib_fill_holes()
25338 parsed->s = 0; in timelib_fill_holes()
25339 parsed->f = 0; in timelib_fill_holes()
25342 parsed->y != TIMELIB_UNSET || parsed->m != TIMELIB_UNSET || parsed->d != TIMELIB_UNSET || in timelib_fill_holes()
25343 parsed->h != TIMELIB_UNSET || parsed->i != TIMELIB_UNSET || parsed->s != TIMELIB_UNSET in timelib_fill_holes()
25345 if (parsed->f == TIMELIB_UNSET) parsed->f = 0; in timelib_fill_holes()
25349 if (parsed->y == TIMELIB_UNSET) parsed->y = now->y != TIMELIB_UNSET ? now->y : 0; in timelib_fill_holes()
25350 if (parsed->m == TIMELIB_UNSET) parsed->m = now->m != TIMELIB_UNSET ? now->m : 0; in timelib_fill_holes()
25358 if (!parsed->tz_abbr) { in timelib_fill_holes()
[all …]
/PHP-7.1/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-7.1/ext/standard/tests/general_functions/
H A Dbug52138.phpt2 Bug #52138 (Constants are parsed into the ini file for section names)
H A Dphpinfo.phpt29 Additional .ini files parsed => %a
/PHP-7.1/ext/intl/tests/
H A Ddateformat_parse.phpt54 $parsed = ut_datefmt_parse( $fmt , $text_entry[0] , $parse_pos );
60 $res_str .= "\nParsed: $parsed; parse_pos : $parse_pos\n";
H A Ddateformat_parse_timestamp_parsepos.phpt57 $parsed = ut_datefmt_parse( $fmt , $text_entry, $pos);
59 $res_str .= "\nParsed text is : $parsed; Position = $pos";
H A Ddateformat_format_parse.phpt84 $parsed = ut_datefmt_parse( $fmt , $formatted);
86 $res_str .= "\nParsed timestamp is : $parsed";
H A Ddateformat_format_parse_version2.phpt84 $parsed = ut_datefmt_parse( $fmt , $formatted);
86 $res_str .= "\nParsed timestamp is : $parsed";
/PHP-7.1/ext/soap/tests/bugs/
H A Dbug30175.phpt2 Bug #30175 (SOAP results aren't parsed correctly)
/PHP-7.1/ext/intl/
H A DERROR.CONVENTIONS89 the arguments are fully parsed. Without a reference to the object, there's no
/PHP-7.1/
H A DREADME.namespaces92 current namespace (and are known at the time the call is parsed) are

Completed in 61 milliseconds

12