Home
last modified time | relevance | path

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

/PHP-8.3/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-8.3/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-8.3/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-8.3/Zend/tests/
H A Dbug74810.phpt2 Bug #74810: Something odd about ordering of func_get_args() result in 7.2
/PHP-8.3/ext/standard/tests/strings/
H A Dbug35817.phpt2 Bug #35817 (unpack() does not decode odd number of hexadecimal values)
/PHP-8.3/ext/pcre/tests/
H A Dbug37800.phpt2 Bug #37800 (preg_replace() limit parameter odd behaviour)
/PHP-8.3/ext/oci8/tests/
H A Dlob_030.phpt48 echo "Test 2: A CLOB with an odd number of bytes\n";
71 Test 2: A CLOB with an odd number of bytes
/PHP-8.3/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-8.3/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-8.3/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-8.3/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-8.3/ext/reflection/tests/
H A DReflectionClass_getInterfaces_003.phpt2 ReflectionClass::getInterfaces() - odd ampersand behaviour.
/PHP-8.3/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-8.3/ext/mbstring/tests/
H A Dutf7imap_encoding.phpt154 /* 4. Or, it could have an odd number of bytes in it! */
/PHP-8.3/
H A DEXTENSIONS8 much other than throw the odd patch in. See below.
/PHP-8.3/Zend/
H A Dzend_strtod.c2504 goto odd;
2507 goto odd;
2510 odd:
/PHP-8.3/ext/fileinfo/tests/
H A Dmagic18531 # 00 - no interleave;01 - even/odd interleave; 10 - four way interleave; 11 - reserved
H A Dmagic私はガラスを食べられます18531 # 00 - no interleave;01 - even/odd interleave; 10 - four way interleave; 11 - reserved

Completed in 183 milliseconds