Home
last modified time | relevance | path

Searched refs:first (Results 126 – 150 of 520) sorted by path

12345678910>>...21

/php-src/ext/date/tests/
H A Dbug73858.phpt10 $ss = 'february first day of last month midnight';
11 $es = 'february first day of this month midnight - 1 second';
53 $e = new DateTime('february first day of this month midnight');
H A Dbug81458.phpt5 $first = (new DateTime('2018-07-01 00:00:00.000000 America/Toronto'))->setTimezone(new DateTimeZone…
8 var_dump($first->diff($second)->days);
9 var_dump($first->diff($second)->d);
H A Ddate-time-modify-times.phpt14 'first monday of January 2011',
15 'first monday of January 2011 09:00',
H A Ddate_period-immutable.phpt9 $di = DateInterval::createFromDateString( 'first day of next month' );
H A Ddate_period.phpt8 $di = DateInterval::createFromDateString( 'first day of next month' );
H A Ddate_sunrise_and_sunset_basic.phpt20 // Check that calling with just the first parameter works.
H A Dstrtotime_basic.phpt2 strtotime() function - a test to show the difference in behaviour between 'first' and '1', "second"…
7 * The first of December 2008 is a Monday.
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
26 * This is parsed as the "first following Monday after the first Monday in December"
28 var_dump(date('Y-m-d', strtotime('first Monday December 2008')));
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 Dtimezone_name_from_abbr_basic1.phpt10 echo "-- Tests with special cases first - no lookup needed --\n";
34 -- Tests with special cases first - no lookup needed --
H A Dtimezones.phpt11 //now the first and the last one
/php-src/ext/dba/tests/
H A Ddba015.phpt41 echo "Test 4 - fetch both rows from first resource\n";
72 Test 4 - fetch both rows from first resource
H A Ddba_cdb_read.phpt43 // with skip = 0 dba_fetch must fetch the first result
H A Ddba_db4_018.phpt41 echo "Test 4 - fetch both rows from first resource\n";
72 Test 4 - fetch both rows from first resource
H A Dvalue_errors_open.phpt127 dba_open(): Argument #2 ($mode) first character must be one of "r", "w", "c", or "n"
139 dba_popen(): Argument #2 ($mode) first character must be one of "r", "w", "c", or "n"
/php-src/ext/dom/
H A Dcharacterdata.c200 xmlChar *cur, *first, *second; in dom_character_data_insert_data() local
238 first = xmlUTF8Strndup(cur, (int)offset); in dom_character_data_insert_data()
241 xmlNodeSetContent(node, first); in dom_character_data_insert_data()
245 xmlFree(first); in dom_character_data_insert_data()
/php-src/ext/dom/lexbor/lexbor/core/
H A Dhash.h52 (*lexbor_hash_cmp_f)(const lxb_char_t *first,
H A Dstr.c390 if (first[i] == '\0') { in lexbor_str_data_ncasecmp_first()
391 return &first[i]; in lexbor_str_data_ncasecmp_first()
401 return &first[i]; in lexbor_str_data_ncasecmp_first()
485 if (*first == '\0') { in lexbor_str_data_casecmp()
489 first++; in lexbor_str_data_casecmp()
533 if (*first != *sec) { in lexbor_str_data_cmp()
537 if (*first == '\0') { in lexbor_str_data_cmp()
541 first++; in lexbor_str_data_cmp()
550 if (*first != *sec) { in lexbor_str_data_cmp_ws()
554 if (lexbor_utils_whitespace(*first, ==, ||) || *first == '\0') { in lexbor_str_data_cmp_ws()
[all …]
H A Dstr.h134 lexbor_str_data_ncasecmp_first(const lxb_char_t *first, const lxb_char_t *sec,
137 lexbor_str_data_ncasecmp_end(const lxb_char_t *first, const lxb_char_t *sec,
143 lexbor_str_data_ncasecmp(const lxb_char_t *first, const lxb_char_t *sec,
146 lexbor_str_data_nlocmp_right(const lxb_char_t *first, const lxb_char_t *sec,
149 lexbor_str_data_nupcmp_right(const lxb_char_t *first, const lxb_char_t *sec,
152 lexbor_str_data_casecmp(const lxb_char_t *first, const lxb_char_t *sec);
155 lexbor_str_data_ncmp_end(const lxb_char_t *first, const lxb_char_t *sec,
161 lexbor_str_data_ncmp(const lxb_char_t *first, const lxb_char_t *sec,
165 lexbor_str_data_cmp(const lxb_char_t *first, const lxb_char_t *sec);
168 lexbor_str_data_cmp_ws(const lxb_char_t *first, const lxb_char_t *sec);
/php-src/ext/dom/lexbor/lexbor/css/
H A Dproperty.h213 lxb_css_property_family_name_t *first; member
H A Drule.h59 lxb_css_rule_t *first; member
94 lxb_css_rule_t *first; member
356 if (list->first == NULL) { in lxb_css_rule_list_append()
357 list->first = rule; in lxb_css_rule_list_append()
405 if (list->first == NULL) { in lxb_css_rule_declaration_list_append()
406 list->first = rule; in lxb_css_rule_declaration_list_append()
/php-src/ext/dom/lexbor/lexbor/css/selectors/
H A Dselector.h166 lxb_css_selector_t *first; member
H A Dselectors.h98 selectors->list_last->first = selector; in lxb_css_selectors_append_next()
/php-src/ext/dom/lexbor/lexbor/dom/interfaces/
H A Dattr.c295 lxb_dom_attr_compare(lxb_dom_attr_t *first, lxb_dom_attr_t *second) in lxb_dom_attr_compare() argument
297 if (first->node.local_name == second->node.local_name in lxb_dom_attr_compare()
298 && first->node.ns == second->node.ns in lxb_dom_attr_compare()
299 && first->qualified_name == second->qualified_name) in lxb_dom_attr_compare()
301 if (first->value == NULL) { in lxb_dom_attr_compare()
310 && first->value->length == second->value->length in lxb_dom_attr_compare()
311 && lexbor_str_data_ncmp(first->value->data, second->value->data, in lxb_dom_attr_compare()
312 first->value->length)) in lxb_dom_attr_compare()
H A Dattr.h82 lxb_dom_attr_compare(lxb_dom_attr_t *first, lxb_dom_attr_t *second);
H A Delement.c475 lxb_dom_element_compare(lxb_dom_element_t *first, lxb_dom_element_t *second) in lxb_dom_element_compare() argument
477 lxb_dom_attr_t *f_attr = first->first_attr; in lxb_dom_element_compare()
480 if (first->node.local_name != second->node.local_name in lxb_dom_element_compare()
481 || first->node.ns != second->node.ns in lxb_dom_element_compare()
482 || first->qualified_name != second->qualified_name) in lxb_dom_element_compare()
498 f_attr = first->first_attr; in lxb_dom_element_compare()
H A Delement.h124 lxb_dom_element_compare(lxb_dom_element_t *first, lxb_dom_element_t *second);

Completed in 56 milliseconds

12345678910>>...21