Searched refs:parsed (Results 1 – 25 of 28) sorted by relevance
12
/PHP-7.4/ext/date/tests/ |
H A D | strtotime_basic.phpt | 8 * 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 D | bug41523-64bit.phpt | 2 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 D | bug41523.phpt | 2 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 D | date_get_last_errors_basic.phpt | 10 var_dump(date_get_last_errors()); // no date was parsed, so no errors
|
H A D | bug41709.phpt | 24 [22] => The parsed date was invalid
|
H A D | bug52430.phpt | 28 string(27) "The parsed time was invalid"
|
H A D | bug73858.phpt | 7 to see if it's the format string which is parsed in correctly or if it's the DateTime
|
H A D | date_parse_001.phpt | 131 string(27) "The parsed date was invalid"
|
/PHP-7.4/ext/xml/tests/ |
H A D | bug70962.phpt | 21 $parsed = parseAndOutput($xml); 24 echo $parsed[1]['value'] . "\n"; 27 var_dump(isset($parsed[2]['value'])); 30 var_dump(count($parsed));
|
/PHP-7.4/ext/pdo/ |
H A D | pdo.c | 175 …ar *data_source, zend_ulong data_source_len, struct pdo_data_src_parser *parsed, int nparams) /* {… in php_pdo_parse_data_source() argument 229 …if (0 == strncmp(data_source + optstart, parsed[j].optname, nlen) && parsed[j].optname[nlen] == '\… in php_pdo_parse_data_source() 231 if (parsed[j].freeme) { in php_pdo_parse_data_source() 232 efree(parsed[j].optval); in php_pdo_parse_data_source() 236 parsed[j].optval = estrndup(data_source + valstart, semi - valstart - n_semicolumns); in php_pdo_parse_data_source() 242 parsed[j].optval = new_val; in php_pdo_parse_data_source() 259 parsed[j].freeme = 1; in php_pdo_parse_data_source()
|
H A D | php_pdo_driver.h | 679 zend_ulong data_source_len, struct pdo_data_src_parser *parsed,
|
/PHP-7.4/tests/func/ |
H A D | bug64523.phpt | 2 Bug #64523: XOR not parsed in INI
|
/PHP-7.4/tests/basic/ |
H A D | 030.phpt | 2 Bug#55504 (Content-Type header is not parsed correctly on HTTP POST request)
|
H A D | 031.phpt | 2 Bug#55504 (Content-Type header is not parsed correctly on HTTP POST request)
|
/PHP-7.4/ext/date/lib/ |
H A D | parse_date.re | 2441 parsed->h = 0; 2442 parsed->i = 0; 2443 parsed->s = 0; 2444 parsed->us = 0; 2447 parsed->y != TIMELIB_UNSET || parsed->m != TIMELIB_UNSET || parsed->d != TIMELIB_UNSET || 2448 parsed->h != TIMELIB_UNSET || parsed->i != TIMELIB_UNSET || parsed->s != TIMELIB_UNSET 2450 if (parsed->us == TIMELIB_UNSET) parsed->us = 0; 2454 if (parsed->y == TIMELIB_UNSET) parsed->y = now->y != TIMELIB_UNSET ? now->y : 0; 2455 if (parsed->m == TIMELIB_UNSET) parsed->m = now->m != TIMELIB_UNSET ? now->m : 0; 2463 if (!parsed->tz_abbr) { [all …]
|
H A D | parse_date.c | 25549 parsed->h = 0; in timelib_fill_holes() 25550 parsed->i = 0; in timelib_fill_holes() 25551 parsed->s = 0; in timelib_fill_holes() 25552 parsed->us = 0; in timelib_fill_holes() 25555 parsed->y != TIMELIB_UNSET || parsed->m != TIMELIB_UNSET || parsed->d != TIMELIB_UNSET || in timelib_fill_holes() 25556 parsed->h != TIMELIB_UNSET || parsed->i != TIMELIB_UNSET || parsed->s != TIMELIB_UNSET in timelib_fill_holes() 25558 if (parsed->us == TIMELIB_UNSET) parsed->us = 0; in timelib_fill_holes() 25562 if (parsed->y == TIMELIB_UNSET) parsed->y = now->y != TIMELIB_UNSET ? now->y : 0; in timelib_fill_holes() 25563 if (parsed->m == TIMELIB_UNSET) parsed->m = now->m != TIMELIB_UNSET ? now->m : 0; in timelib_fill_holes() 25571 if (!parsed->tz_abbr) { in timelib_fill_holes() [all …]
|
H A D | timelib.h | 519 void timelib_fill_holes(timelib_time *parsed, timelib_time *now, int options);
|
/PHP-7.4/ext/standard/tests/general_functions/ |
H A D | bug52138.phpt | 2 Bug #52138 (Constants are parsed into the ini file for section names)
|
H A D | phpinfo.phpt | 29 Additional .ini files parsed => %a
|
/PHP-7.4/ext/ftp/tests/ |
H A D | ftp_mlsd.phpt | 2 ftp_mlsd() return parsed lines
|
/PHP-7.4/ext/soap/tests/bugs/ |
H A D | bug30175.phpt | 2 Bug #30175 (SOAP results aren't parsed correctly)
|
/PHP-7.4/ext/intl/tests/ |
H A D | dateformat_format_parse.phpt | 84 $parsed = ut_datefmt_parse( $fmt , $formatted); 86 $res_str .= "\nParsed timestamp is : $parsed";
|
H A D | dateformat_format_parse_version2.phpt | 84 $parsed = ut_datefmt_parse( $fmt , $formatted); 86 $res_str .= "\nParsed timestamp is : $parsed";
|
/PHP-7.4/ext/intl/ |
H A D | ERROR_CONVENTIONS.md | 100 the arguments are fully parsed. Without a reference to the object, there's no
|
/PHP-7.4/Zend/tests/ |
H A D | bug60771.phpt | 2 test of larger than 8kb text file being parsed by require statement
|
Completed in 64 milliseconds
12