Home
last modified time | relevance | path

Searched refs:second (Results 76 – 100 of 396) sorted by path

12345678910>>...16

/php-src/ext/date/tests/
H A Ddate_parse_001.phpt29 ["second"]=>
57 ["second"]=>
85 ["second"]=>
121 ["second"]=>
151 ["second"]=>
179 ["second"]=>
207 ["second"]=>
245 ["second"]=>
281 ["second"]=>
H A Ddate_parse_basic1.phpt28 ["second"]=>
56 ["second"]=>
84 ["second"]=>
H A Ddate_parse_error.phpt30 ["second"]=>
H A Ddate_timestamp_set_nullparam2.phpt2 Test the function date_timestamp_set() with second null parameter.
H A Doo_002.phpt13 $c->modify("1 second ago");
H A Dstrtotime_basic.phpt2 strtotime() function - a test to show the difference in behaviour between 'first' and '1', "second"…
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
30 * This is parsed as the "second following Monday after the first Monday in December"
32 var_dump(date('Y-m-d', strtotime('second Monday December 2008')));
/php-src/ext/dba/tests/
H A Ddba015.phpt35 echo "Test 3 - fetch both rows from second resource\n";
65 Test 3 - fetch both rows from second resource
H A Ddba_db1.phpt44 Replace second key data
50 Replace second key data
H A Ddba_db2.phpt44 Replace second key data
50 Replace second key data
H A Ddba_db3.phpt44 Replace second key data
50 Replace second key data
H A Ddba_db4_000.phpt45 Replace second key data
51 Replace second key data
H A Ddba_db4_018.phpt35 echo "Test 3 - fetch both rows from second resource\n";
65 Test 3 - fetch both rows from second resource
H A Ddba_flatfile.phpt44 Replace second key data
50 Replace second key data
H A Ddba_gdbm.phpt50 Replace second key data
56 Replace second key data
96 Replace second key data
102 Replace second key data
H A Ddba_inifile.phpt47 Replace second key data
53 Replace second key data
H A Ddba_lmdb.phpt52 Replace second key data
58 Replace second key data
100 Replace second key data
106 Replace second key data
H A Ddba_lmdb_flags.phpt50 // Replace second key data
H A Ddba_ndbm.phpt51 Replace second key data
57 Replace second key data
97 Replace second key data
103 Replace second key data
H A Ddba_qdbm.phpt50 Replace second key data
56 Replace second key data
96 Replace second key data
102 Replace second key data
H A Ddba_tcadb.phpt45 Replace second key data
51 Replace second key data
H A Dvalue_errors_open.phpt127 dba_open(): Argument #2 ($mode) second character must be one of "d", "l", "-", or "t"
139 dba_popen(): Argument #2 ($mode) second character must be one of "d", "l", "-", or "t"
/php-src/ext/dba/tests/setup/
H A Dsetup_dba_tests.inc118 echo 'Replace second key data', \PHP_EOL;
148 echo 'Replace second key data', \PHP_EOL;
/php-src/ext/dom/
H A Dcharacterdata.c200 xmlChar *cur, *first, *second; in dom_character_data_insert_data() local
239 second = xmlUTF8Strsub(cur, (int)offset, length - (int)offset); in dom_character_data_insert_data()
243 xmlNodeAddContent(node, second); in dom_character_data_insert_data()
246 xmlFree(second); in dom_character_data_insert_data()
271 xmlChar *cur, *substring, *second; in dom_character_data_delete_data() local
313 substring = xmlStrcat(substring, second); in dom_character_data_delete_data()
317 xmlFree(second); in dom_character_data_delete_data()
343 xmlChar *cur, *substring, *second = NULL; in dom_character_data_replace_data() local
391 substring = xmlStrcat(substring, second); in dom_character_data_replace_data()
395 if (second) { in dom_character_data_replace_data()
[all …]
/php-src/ext/dom/lexbor/lexbor/core/
H A Dhash.h53 const lxb_char_t *second, size_t size);
/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()
302 if (second->value == NULL) { in lxb_dom_attr_compare()
309 if (second->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()

Completed in 39 milliseconds

12345678910>>...16