Home
last modified time | relevance | path

Searched refs:even (Results 26 – 50 of 118) sorted by relevance

12345

/PHP-7.2/ext/standard/tests/streams/
H A Dbug60817.phpt2 Bug #60817: stream_get_line() reads from stream even when there is already sufficient data buffered
/PHP-7.2/ext/oci8/tests/
H A Dlob_030.phpt42 echo "Test 1: A CLOB with an even number of bytes\n";
66 Test 1: A CLOB with an even number of bytes
/PHP-7.2/ext/gd/tests/
H A Dbug66590.phpt2 Bug #66590 (imagewebp() doesn't pad to even length)
/PHP-7.2/ext/pdo_sqlite/tests/
H A Dbug_63916-2.phpt2 Bug #63916 PDO::PARAM_INT casts to 32bit int internally even on 64bit builds in pdo_sqlite
H A Dbug_63916.phpt2 Bug #63916 PDO::PARAM_INT casts to 32bit int internally even on 64bit builds in pdo_sqlite
/PHP-7.2/ext/hash/sha3/generic32lc/
H A DKeccakP-1600-inplace32BI.c43 even ^= (temp0 & 0x0000FFFF) | (temp1 << 16); \
48 even &= (temp0 & 0x0000FFFF) | (temp1 << 16); \
53 even = (temp0 & 0x0000FFFF) | (temp1 << 16); \
57 #define prepareFromBitInterleaving(even, odd, temp, temp0, temp1) \ argument
58 temp0 = (even); \
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 Dbug47085.phpt2 Phar: PHP bug #47085: "rename() returns true even if the file in PHAR does not exist"
/PHP-7.2/ext/standard/tests/math/
H A Dlog1p_basic.phpt8 * Description: Returns log(1 + number), computed in a way that is accurate even
H A Dexpm1_basic.phpt8 * Description: Returns exp(number) - 1, computed in a way that is accurate even
H A Dexpm1_error.phpt6 * Description: Returns exp(number) - 1, computed in a way that is accurate even
H A Dlog1p_error.phpt6 * Description: Returns log(1 + number), computed in a way that is accurate even
H A Ddecbin_error.phpt12 * Description: Returns exp(number) - 1, computed in a way that is accurate even
/PHP-7.2/ext/xmlreader/tests/
H A Dbug71805.phpt2 XMLReader: Bug #71805 XML files can generate UTF-8 error even if they are UTF-8
/PHP-7.2/tests/classes/
H A Dbug65768.phpt2 Bug #65768: date_diff accepts only DateTime instance even though docs say about DateTimeInterface
/PHP-7.2/sapi/cli/tests/
H A D019.phpt30 but WITHOUT ANY WARRANTY; without even the implied warranty of
H A Dbug61546.phpt12 // pass even if that integer is 0. on Windows, the getmyinode() call in statpage.phpt returns 0 and
/PHP-7.2/ext/gettext/tests/
H A Dbug66267.phpt10 should be even XFAIL till it's fixed there */
/PHP-7.2/ext/gmp/tests/
H A Dgmp_root.phpt47 Warning: gmp_root(): Can't take even root of negative number in %s on line %d
H A Dgmp_remroot.phpt87 Warning: gmp_rootrem(): Can't take even root of negative number in %s on line %d
/PHP-7.2/Zend/tests/grammar/
H A Dsemi_reserved_008.phpt44 as byebye; // even more full qualified
/PHP-7.2/tests/output/
H A Dob_implicit_flush_basic_002.phpt19 echo "Note that even though implicit flushing is on, you should never see this,\n";
/PHP-7.2/ext/standard/tests/mail/
H A Dmail_skipif.inc6 // the code below didn't skip test even though there was no mail server
/PHP-7.2/ext/standard/tests/serialize/
H A Dserialization_objects_006.phpt2 Behaviour of incomplete class is preserved even when it was not created by unserialize().
/PHP-7.2/ext/standard/tests/strings/
H A Dcrypt_sha512.phpt30 'a very much longer text to encrypt. This one even stretches over morethan one line.',
/PHP-7.2/ext/dom/tests/
H A Dbug38474.phpt2 Bug #38474 (getAttribute select attribute by order, even when prefixed) (OK to fail with libxml2 < …

Completed in 56 milliseconds

12345