Searched refs:odd (Results 1 – 19 of 19) sorted by relevance
/PHP-8.0/ext/standard/tests/array/ |
H A D | array_filter.phpt | 5 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.0/ext/intl/tests/ |
H A D | msgfmt_millisecond_dates.phpt | 14 "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'; 23 string(%d) "On 2012-05-0%d AD at %d:%d:49.123 %s something odd happened"
|
/PHP-8.0/ext/standard/tests/file/ |
H A D | bug40501.phpt | 2 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 D | bug40501.csv | 1 "this element contains the delimiter, and ends with an odd number of
|
H A D | bug39538.phpt | 2 Bug #39538 (fgetcsv can't handle starting newlines and trailing odd number of backslashes)
|
/PHP-8.0/Zend/tests/ |
H A D | bug74810.phpt | 2 Bug #74810: Something odd about ordering of func_get_args() result in 7.2
|
/PHP-8.0/ext/standard/tests/strings/ |
H A D | bug35817.phpt | 2 Bug #35817 (unpack() does not decode odd number of hexadecimal values)
|
/PHP-8.0/ext/pcre/tests/ |
H A D | bug37800.phpt | 2 Bug #37800 (preg_replace() limit parameter odd behaviour)
|
/PHP-8.0/ext/oci8/tests/ |
H A D | lob_030.phpt | 45 echo "Test 2: A CLOB with an odd number of bytes\n"; 68 Test 2: A CLOB with an odd number of bytes
|
/PHP-8.0/ext/gmp/tests/ |
H A D | gmp_root.phpt | 56 gmp_root(): Argument #2 ($nth) must be odd if argument #1 ($a) is negative
|
H A D | gmp_remroot.phpt | 95 gmp_rootrem(): Argument #2 ($nth) must be odd if argument #1 ($a) is negative
|
/PHP-8.0/ext/hash/sha3/generic32lc/ |
H A D | KeccakP-1600-inplace32BI.c | 52 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.0/ext/phar/tests/ |
H A D | test_alias_unset.phpt | 2 Phar: test for the odd case where we intend to remove an archive from memory
|
/PHP-8.0/ext/reflection/tests/ |
H A D | ReflectionClass_getInterfaces_003.phpt | 2 ReflectionClass::getInterfaces() - odd ampersand behaviour.
|
/PHP-8.0/ext/mysqli/tests/ |
H A D | mysqli_stmt_fetch_bit.phpt | 52 …[007 - %d] Insert of %d in BIT(%d) column might have failed. MySQL reports odd values, id = %s, _l…
|
/PHP-8.0/ |
H A D | EXTENSIONS | 8 much other than throw the odd patch in. See below.
|
/PHP-8.0/Zend/ |
H A D | zend_strtod.c | 2514 goto odd; 2517 goto odd; 2520 odd:
|
/PHP-8.0/ext/fileinfo/tests/ |
H A D | magic私はガラスを食べられます | 16228 # 00 - no interleave;01 - even/odd interleave; 10 - four way interleave; 11 - reserved
|
H A D | magic | 16228 # 00 - no interleave;01 - even/odd interleave; 10 - four way interleave; 11 - reserved
|
Completed in 177 milliseconds