Home
last modified time | relevance | path

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

/PHP-7.4/ext/intl/tests/
H A Dmsgfmt_millisecond_dates.phpt14 "On {0,time,yyyy-MM-dd G 'at' HH:mm:ss.SSS zzz} something odd happened");
18 $p = 'On 2012-05-06 AD at 15:22:49.123 GMT+02:00 something odd happened';
24 string(%d) "On 2012-05-0%d AD at %d:%d:49.123 %s something odd happened"
/PHP-7.4/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-7.4/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-7.4/Zend/tests/
H A Dbug74810.phpt2 Bug #74810: Something odd about ordering of func_get_args() result in 7.2
/PHP-7.4/ext/standard/tests/strings/
H A Dbug35817.phpt2 Bug #35817 (unpack() does not decode odd number of hexadecimal values)
/PHP-7.4/ext/pcre/tests/
H A Dbug37800.phpt2 Bug #37800 (preg_replace() limit parameter odd behaviour)
/PHP-7.4/ext/oci8/tests/
H A Dlob_030.phpt45 echo "Test 2: A CLOB with an odd number of bytes\n";
68 Test 2: A CLOB with an odd number of bytes
/PHP-7.4/ext/hash/sha3/generic32lc/
H A DKeccakP-1600-inplace32BI.c44 odd ^= (temp0 >> 16) | (temp1 & 0xFFFF0000);
49 odd &= (temp0 >> 16) | (temp1 & 0xFFFF0000);
54 odd = (temp0 >> 16) | (temp1 & 0xFFFF0000);
57 #define prepareFromBitInterleaving(even, odd, temp, temp0, temp1) \ argument
59 temp1 = (odd); \
72 #define fromBitInterleaving(even, odd, low, high, temp, temp0, temp1) \ argument
73 prepareFromBitInterleaving(even, odd, temp, temp0, temp1) \
78 prepareFromBitInterleaving(even, odd, temp, temp0, temp1) \
196 UINT32 even, odd, temp, temp0, temp1; in KeccakP1600_AddLanes()
251 UINT32 even, odd, temp, temp0, temp1; in KeccakP1600_OverwriteLanes()
[all …]
/PHP-7.4/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-7.4/ext/reflection/tests/
H A DReflectionClass_getInterfaces_003.phpt2 ReflectionClass::getInterfaces() - odd ampersand behaviour.
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_stmt_fetch_bit.phpt56 …[007 - %d] Insert of %d in BIT(%d) column might have failed. MySQL reports odd values, id = %s, _l…
/PHP-7.4/
H A DEXTENSIONS8 much other than throw the odd patch in. See below.
/PHP-7.4/Zend/
H A Dzend_strtod.c2514 goto odd;
2517 goto odd;
2520 odd:
/PHP-7.4/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます15387 # 00 - no interleave;01 - even/odd interleave; 10 - four way interleave; 11 - reserved
H A Dmagic15387 # 00 - no interleave;01 - even/odd interleave; 10 - four way interleave; 11 - reserved

Completed in 155 milliseconds