Home
last modified time | relevance | path

Searched refs:bits (Results 26 – 50 of 66) sorted by relevance

123

/PHP-7.3/ext/standard/tests/serialize/
H A Dbug68044.phpt2 Bug #68044 Integer overflow in unserialize() (32-bits only)
/PHP-7.3/ext/openssl/tests/
H A Dopenssl_pkey_get_details_basic.phpt17 [bits] => 256
H A Dstream_security_level.phpt14 // Security level 2 refuses certs signed by keys with length of less than 2048 bits
/PHP-7.3/ext/gd/tests/
H A Dbug79615.phpt9 $im = imagecreate(3, 3); // 3x3, 9 colors, 4 bits per pixel
/PHP-7.3/ext/standard/tests/file/
H A Dbug47517.phpt15 /* This has to behave same way on both 64- and 32-bits. */
/PHP-7.3/ext/standard/tests/image/
H A Dgetimagesize_246x247.phpt37 ["bits"]=>
H A Dgetimagesize_384x385.phpt37 ["bits"]=>
/PHP-7.3/ext/pdo_sqlite/tests/
H A Dbug_63916.phpt10 $num = 100004313234244; // exceeds 32 bits
H A Dbug_63916-2.phpt10 $num = PHP_INT_MAX; // 32 bits
/PHP-7.3/ext/hash/
H A Dhash_whirlpool.c278 int bufferRem = context->buffer.bits & 7; /* occupied bits on buffer[bufferPos]. */ in PHP_WHIRLPOOLUpdate()
282 int bufferBits = context->buffer.bits; in PHP_WHIRLPOOLUpdate()
371 context->buffer.bits = bufferBits; in PHP_WHIRLPOOLUpdate()
380 int bufferBits = context->buffer.bits; in PHP_WHIRLPOOLFinal()
H A Dhash_md.c325 unsigned char bits[8]; in PHP_MD5Final() local
329 Encode(bits, context->count, 8); in PHP_MD5Final()
338 PHP_MD5Update(context, bits, 8); in PHP_MD5Final()
583 unsigned char bits[8]; in PHP_MD4Final() local
587 Encode(bits, context->count, 8); in PHP_MD4Final()
596 PHP_MD4Update(context, bits, 8); in PHP_MD4Final()
/PHP-7.3/ext/sqlite3/tests/
H A Dbug63921-64bit.phpt10 $num = 100004313234244; // notice this exceeds 32 bits
H A Dbug63921-32bit.phpt10 $num = PHP_INT_MAX; // 32 bits
/PHP-7.3/Zend/
H A Dzend_portability.h443 #define ZEND_BIT_TEST(bits, bit) \ argument
444 (((bits)[(bit) / (sizeof((bits)[0])*8)] >> ((bit) & (sizeof((bits)[0])*8-1))) & 1)
/PHP-7.3/ext/hash/sha3/generic32lc/
H A DKeccakSponge.inc85 … displayBytes(1, "Block to be absorbed (last few bits + first bit of padding)", delimitedData1, 1);
88 /* Last few bits, whose delimiter coincides with first bit of padding */
224 … displayBytes(1, "Block to be absorbed (last few bits + first bit of padding)", delimitedData1, 1);
227 /* Last few bits, whose delimiter coincides with first bit of padding */
/PHP-7.3/ext/hash/sha3/generic64lc/
H A DKeccakSponge.inc85 … displayBytes(1, "Block to be absorbed (last few bits + first bit of padding)", delimitedData1, 1);
88 /* Last few bits, whose delimiter coincides with first bit of padding */
224 … displayBytes(1, "Block to be absorbed (last few bits + first bit of padding)", delimitedData1, 1);
227 /* Last few bits, whose delimiter coincides with first bit of padding */
/PHP-7.3/ext/session/
H A Dmod_files.bat13 ECHO ^[hash_bits^] is the number of bits defined in session.hash_bits_per_character
/PHP-7.3/Zend/tests/
H A Dbug55509.phpt6 die('skip Not for 32-bits OS');
/PHP-7.3/
H A DREADME.NEW-OUTPUT-API113 remove the CLEANABLE and REMOVABLE bits when the first output has passed through it;
135 Many bits of the manual (and very first implementation) do not comply
/PHP-7.3/ext/pcre/pcre2lib/sljit/
H A DsljitNativeTILEGX_64.c618 bits |= operand->insert(val); in get_bundle_bit()
621 return bits; in get_bundle_bit()
631 tilegx_bundle_bits bits = 0; in update_buffer() local
636 bits |= get_bundle_bit(inst_buf + i); in update_buffer()
646 print_insn_tilegx(&bits); in update_buffer()
654 return push_inst(compiler, bits); in update_buffer()
669 bits |= get_bundle_bit(inst_buf + i); in update_buffer()
680 print_insn_tilegx(&bits); in update_buffer()
695 return push_inst(compiler, bits); in update_buffer()
718 print_insn_tilegx(&bits); in update_buffer()
[all …]
/PHP-7.3/ext/standard/tests/strings/
H A Dstrncasecmp_variation6.phpt22 var_dump( strncasecmp($str1, $str2, 8) ); //comparing all the 8-bits; expected: int(0)
23 var_dump( strncasecmp($str1, $str2, 4) ); //comparing only 4-bits; expected: int(0)
30 var_dump( strncasecmp($str1, $str2, 8) ); //comparing all the 8-bits; expected: int(1)
H A Dstrncmp_variation6.phpt22 var_dump( strncmp($str1, $str2, 8) ); //comparing all the 8-bits; expected: int(0)
23 var_dump( strncmp($str1, $str2, 4) ); //comparing only 4-bits; expected: int(0)
31 var_dump( strncmp($str1, $str2, 8) ); //comparing all the 8-bits; expected: int(1)
/PHP-7.3/ext/sockets/tests/
H A Dsocket_sendrecvmsg_multi_msg.phpt15 * WSARecvMsg (though only the top 6 bits seem to reported), but WSASendMsg
H A Dsocket_sendrecvmsg_multi_msg-win32.phpt12 * WSARecvMsg (though only the top 6 bits seem to reported), but WSASendMsg
/PHP-7.3/ext/mysqlnd/
H A Dmysqlnd_commands.c429 zend_uchar bits[1]; in mysqlnd_com_refresh_run() local
436 int1store(bits, command->context.options); in mysqlnd_com_refresh_run()
438 ret = send_command(conn->payload_decoder_factory, COM_REFRESH, bits, 1, FALSE, in mysqlnd_com_refresh_run()
489 zend_uchar bits[1]; in mysqlnd_com_shutdown_run() local
496 int1store(bits, command->context.level); in mysqlnd_com_shutdown_run()
498 ret = send_command(conn->payload_decoder_factory, COM_SHUTDOWN, bits, 1, FALSE, in mysqlnd_com_shutdown_run()

Completed in 48 milliseconds

123