Home
last modified time | relevance | path

Searched refs:second (Results 51 – 75 of 396) sorted by last modified time

12345678910>>...16

/php-src/ext/pdo_mysql/tests/
H A Dpdo_mysql_prepare_emulated_anonymous_placeholders.phpt111 array('second row'));
185 string(10) "second row"
H A Dpdo_mysql_prepare_native_anonymous_placeholder.phpt113 array('second row'));
263 string(10) "second row"
H A Dpdo_mysql_prepare_native.phpt127 array(':placeholder' => 'second row'));
185 string(10) "second row"
H A Dpdo_mysql_connect_charset.phpt21 …/* Done with the original connection, create a second link to test the character set being defined…
H A Dpdo_mysql_attr_server_info.phpt29 // lets hope we always run this in the same second as we did run the server info request...
H A Dbug79375.phpt72 testNormalQuery($db2, 'second connection');
80 testPrepareExecute($db2, 'second connection');
88 testUnbuffered($db2, 'second connection');
103 Running query on second connection
108 Running query on second connection
113 Running query on second connection
H A Dbug79132.phpt28 ['x'], /* second parameter is missing */
/php-src/ext/date/lib/
H A Dparse_date.re194 { "second", TIMELIB_SECOND, 1 },
246 { "second", 0, 2 },
1030 second = minute | "60";
1070 timelong24 = 't'? hour24[:.]minute[:.]second;
1071 iso8601long = 't'? hour24 [:.] minute [:.] second frac;
1106 wddx = year4 "-" month "-" day "T" hour24 ":" minute ":" second;
1136 reltextnumber = 'first'|'second'|'third'|'fourth'|'fifth'|'sixth'|'seventh'|'eight'|'eighth'|'ninth…
1323 if (i > 0) { /* first, second... etc */
2230 * 2. Sequential prefix characters indicating that the second
2409 case TIMELIB_FORMAT_SECOND_TWO_DIGIT: /* two digit second, with leading zero */
[all …]
/php-src/ext/mbstring/tests/
H A Dutf_encodings.phpt847 // First half of surrogate pair not followed by second part
867 // First half of surrogate pair not followed by second part
1066 // First half of surrogate pair not followed by second half
H A Dmb_detect_encoding.phpt119 // We do not have any strong hints showing that the second one is actually UTF-8...
/php-src/ext/pcntl/tests/
H A Dpcntl_sigtimedwait_errors.phpt53 /* Invalid (nano)second values */
/php-src/ext/standard/tests/file/
H A Dfile.inc577 $stat2 = second stat array
/php-src/ext/pgsql/tests/
H A D80_bug14383.phpt54 Replace second key data
60 Replace second key data
/php-src/ext/standard/tests/strings/
H A Dstrcspn_variation6.phpt23 second line of heredoc string
/php-src/ext/dom/tests/
H A Dbug47531_a.phpt12 <second>
32 </second>
45 <second>
65 </second>
H A Dbug47531_b.phpt12 <foo:second xmlns:foo="some:ns2">
32 </foo:second>
46 <foo:second xmlns:foo="some:ns2">
66 </foo:second>
/php-src/ext/pdo_pgsql/tests/
H A Dgetnotify.phpt72 // Test second parameter, should wait 2 seconds because no notify is queued
79 // Test second parameter, should return immediately because a notify is queued
/php-src/ext/pdo/tests/
H A Dpdo_021.phpt46 $stmt2 = $db->prepare("INSERT INTO test021 VALUES(:first, :second, :third)");
48 $stmt2->execute(array(':first'=>($row[0] + 5), ':second'=>$row[1],
/php-src/ext/opcache/jit/
H A DREADME.md25 request multiple times (the first request compiles the trace and the second executes it)
/php-src/ext/xml/tests/
H A DXML_OPTION_PARSE_HUGE.phpt35 $long_xml_head = "<?xml version=\"1.0\"?><container><$long_text/><$long_text/><second>foo</second>";
/php-src/ext/dom/lexbor/lexbor/encoding/
H A Ddecode.c1577 second = ctx->u.gb18030.second; in lxb_encoding_decode_gb18030()
1602 second = ctx->u.gb18030.second; in lxb_encoding_decode_gb18030()
1703 ctx->u.gb18030.second = second; in lxb_encoding_decode_gb18030()
1733 ctx->u.gb18030.second = second; in lxb_encoding_decode_gb18030()
1754 ctx->u.gb18030.second = second; in lxb_encoding_decode_gb18030()
1767 ctx->u.gb18030.second = second; in lxb_encoding_decode_gb18030()
2991 second = ctx->u.gb18030.second; in lxb_encoding_decode_gb18030_single()
3007 second = ctx->u.gb18030.second; in lxb_encoding_decode_gb18030_single()
3077 ctx->u.gb18030.second = second; in lxb_encoding_decode_gb18030_single()
3099 ctx->u.gb18030.second = second; in lxb_encoding_decode_gb18030_single()
[all …]
H A Dbase.h83 lxb_char_t second; member
/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()
H A Dattr.h82 lxb_dom_attr_compare(lxb_dom_attr_t *first, lxb_dom_attr_t *second);
/php-src/
H A DREADME.REDIST.BINS112 The second condition in the BSD licence (covering binary redistributions) does

Completed in 62 milliseconds

12345678910>>...16