Home
last modified time | relevance | path

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

/PHP-7.2/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.2/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"));
H A Darray_filter_error.phpt18 * Prototype : bool odd(array $input)
20 * Return Type : bool - true if element is odd and returns false otherwise
23 function odd($input)
31 var_dump( array_filter($input, "odd", $extra_arg, $extra_arg) );
/PHP-7.2/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.2/Zend/tests/
H A Dbug74810.phpt2 Bug #74810: Something odd about ordering of func_get_args() result in 7.2
/PHP-7.2/ext/standard/tests/strings/
H A Dbug35817.phpt2 Bug #35817 (unpack() does not decode odd number of hexadecimal values)
/PHP-7.2/ext/pcre/tests/
H A Dbug37800.phpt2 Bug #37800 (preg_replace() limit parameter odd behaviour)
/PHP-7.2/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.2/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.2/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.2/ext/reflection/tests/
H A DReflectionClass_getInterfaces_003.phpt2 ReflectionClass::getInterfaces() - odd ampersand behaviour.
/PHP-7.2/ext/mysqli/tests/
H A Dmysqli_stmt_fetch_bit.phpt56 …printf("[007 - %d] Insert of %d in BIT(%d) column might have failed. MySQL reports odd values, id …
/PHP-7.2/
H A DEXTENSIONS9 much other than throw the odd patch in. See below.
/PHP-7.2/Zend/
H A Dzend_strtod.c2511 goto odd;
2514 goto odd;
2517 odd:
/PHP-7.2/ext/pcre/pcrelib/testdata/
H A Dtestinput12344 /differently. We know that odd, and maybe incorrect, things happen with/
H A Dtestoutput13776 /differently. We know that odd, and maybe incorrect, things happen with/
/PHP-7.2/ext/pcre/pcrelib/
H A DChangeLog376 2. If an assertion condition was quantified with a minimum of zero (an odd
2497 needed. This makes a difference in some odd cases such as Z(*FAIL) with the
2537 19. If an odd number of negated classes containing just a single character
3915 18. A valid (though odd) pattern that looked like a POSIX character
/PHP-7.2/ext/pcre/pcrelib/doc/
H A Dpcre.txt7079 dromic string that contains an odd number of characters (for example,
7113 just those with an odd number of characters, it is tempting to change
7121 separate the two cases, and write out the odd and even cases as alter-
/PHP-7.2/ext/sqlite3/libsqlite/
H A Dsqlite3.c193498 int odd = 0;
193501 odd = 1 - odd;
193502 if( odd && z[1]==0 ) break;
/PHP-7.2/ext/fileinfo/tests/
H A Dmagic13344 # 00 - no interleave;01 - even/odd interleave; 10 - four way interleave; 11 - reserved
H A Dmagic私はガラスを食べられます13344 # 00 - no interleave;01 - even/odd interleave; 10 - four way interleave; 11 - reserved

Completed in 690 milliseconds