Home
last modified time | relevance | path

Searched refs:odd (Results 1 – 23 of 23) sorted by relevance

/php-src/ext/dom/tests/modern/css_selectors/
H A Dpseudo_classes_nth_child_of.phpt23 test_helper($dom, 'h2:nth-child(odd of .hi)');
24 test_helper($dom, 'h2.hi:nth-child(odd)');
28 test_helper($dom, 'h2:nth-last-child(odd of .hi)');
29 test_helper($dom, 'h2.hi:nth-last-child(odd)');
39 --- Selector: h2:nth-child(odd of .hi) ---
42 --- Selector: h2.hi:nth-child(odd) ---
51 --- Selector: h2:nth-last-child(odd of .hi) ---
54 --- Selector: h2.hi:nth-last-child(odd) ---
/php-src/ext/standard/tests/array/
H A Darray_filter.phpt5 function odd($var)
20 var_dump(array_filter($array1, "odd"));
21 var_dump(array_filter($array2, "odd"));
22 var_dump(array_filter($array3, "odd"));
/php-src/ext/intl/tests/
H A Dmsgfmt_millisecond_dates.phpt12 "On {0,time,yyyy-MM-dd G 'at' HH:mm:ss.SSS zzz} something odd happened");
16 $p = 'On 2012-05-06 AD at 15:22:49.123 GMT+02:00 something odd happened';
21 string(%d) "On 2012-05-0%d AD at %d:%d:49.123 %s something odd happened"
/php-src/ext/standard/tests/file/
H A Dbug40501.phpt2 Bug #40501 (fgetcsv() can't handle trailing odd number of backslashes)
16 string(%d) "this element contains the delimiter, and ends with an odd number of
H A Dbug40501.csv1 "this element contains the delimiter, and ends with an odd number of
H A Dbug39538.phpt2 Bug #39538 (fgetcsv can't handle starting newlines and trailing odd number of backslashes)
/php-src/ext/dom/lexbor/lexbor/css/syntax/
H A Danb.c217 static const lxb_char_t odd[] = "odd"; in lxb_css_syntax_anb_state_ident() local
246 else if (length == sizeof(odd) - 1 in lxb_css_syntax_anb_state_ident()
247 && lexbor_str_data_ncasecmp(ident->data, odd, sizeof(odd) - 1)) in lxb_css_syntax_anb_state_ident()
389 static const lxb_char_t odd[] = "odd"; in lxb_css_syntax_anb_serialize() local
394 return cb(odd, sizeof(odd) - 1, ctx); in lxb_css_syntax_anb_serialize()
/php-src/Zend/tests/
H A Dbug74810.phpt2 Bug #74810: Something odd about ordering of func_get_args() result in 7.2
/php-src/ext/standard/tests/strings/
H A Dbug35817.phpt2 Bug #35817 (unpack() does not decode odd number of hexadecimal values)
/php-src/ext/pcre/tests/
H A Dbug37800.phpt2 Bug #37800 (preg_replace() limit parameter odd behaviour)
/php-src/ext/gmp/tests/
H A Dgmp_root.phpt56 gmp_root(): Argument #2 ($nth) must be odd if argument #1 ($a) is negative
H A Dgmp_remroot.phpt95 gmp_rootrem(): Argument #2 ($nth) must be odd if argument #1 ($a) is negative
/php-src/ext/hash/sha3/generic32lc/
H A DKeccakP-1600-inplace32BI.c52 odd ^= (temp0 >> 16) | (temp1 & 0xFFFF0000);
57 odd &= (temp0 >> 16) | (temp1 & 0xFFFF0000);
62 odd = (temp0 >> 16) | (temp1 & 0xFFFF0000);
65 #define prepareFromBitInterleaving(even, odd, temp, temp0, temp1) \ argument
67 temp1 = (odd); \
80 #define fromBitInterleaving(even, odd, low, high, temp, temp0, temp1) \ argument
81 prepareFromBitInterleaving(even, odd, temp, temp0, temp1) \
86 prepareFromBitInterleaving(even, odd, temp, temp0, temp1) \
205 UINT32 even, odd, temp, temp0, temp1; in KeccakP1600_AddLanes()
261 UINT32 even, odd, temp, temp0, temp1; in KeccakP1600_OverwriteLanes()
[all …]
/php-src/ext/phar/tests/
H A Dtest_alias_unset.phpt2 Phar: test for the odd case where we intend to remove an archive from memory
/php-src/ext/dom/tests/
H A DDOMDocument_getElementsByTagName_liveness.phpt28 3 gets printed. $i == 1, which is odd, so nothing happens and we move on to the next element:
/php-src/ext/reflection/tests/
H A DReflectionClass_getInterfaces_003.phpt2 ReflectionClass::getInterfaces() - odd ampersand behaviour.
/php-src/ext/mysqli/tests/
H A Dmysqli_stmt_fetch_bit.phpt55 …[007 - %d] Insert of %d in BIT(%d) column might have failed. MySQL reports odd values, id = %s, _l…
/php-src/ext/mbstring/tests/
H A Dutf7imap_encoding.phpt162 /* 4. Or, it could have an odd number of bytes in it! */
/php-src/
H A DEXTENSIONS8 much other than throw the odd patch in. See below.
H A DNEWS741 . Fixed bug GH-12592 (strcspn() odd behaviour with NUL bytes and empty mask).
/php-src/Zend/
H A Dzend_strtod.c2500 goto odd;
2503 goto odd;
2506 odd:
/php-src/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます18531 # 00 - no interleave;01 - even/odd interleave; 10 - four way interleave; 11 - reserved
H A Dmagic18531 # 00 - no interleave;01 - even/odd interleave; 10 - four way interleave; 11 - reserved

Completed in 219 milliseconds