Home
last modified time | relevance | path

Searched refs:output (Results 76 – 100 of 521) sorted by path

12345678910>>...21

/PHP-5.5/ext/gd/tests/
H A Dimagefilledpolygon_basic.phpt42 // output the picture to a file
H A Dimagepolygon_basic.phpt40 // output the picture to a file
H A Dimagesetbrush_basic.phpt29 // Get output and generate md5 hash
/PHP-5.5/ext/gmp/tests/
H A D001.phpt11 the output of your test code has to be equal to the
13 to pass, differences between the output and the
/PHP-5.5/ext/hash/
H A Dhash_haval.c262 context->passes = p; context->output = b; \
331 ((context->output & 0x03) << 6); in PHP_HAVAL128Final()
332 bits[1] = (context->output >> 2); in PHP_HAVAL128Final()
385 ((context->output & 0x03) << 6); in PHP_HAVAL160Final()
386 bits[1] = (context->output >> 2); in PHP_HAVAL160Final()
439 ((context->output & 0x03) << 6); in PHP_HAVAL192Final()
440 bits[1] = (context->output >> 2); in PHP_HAVAL192Final()
479 ((context->output & 0x03) << 6); in PHP_HAVAL224Final()
480 bits[1] = (context->output >> 2); in PHP_HAVAL224Final()
520 ((context->output & 0x03) << 6); in PHP_HAVAL256Final()
[all …]
H A Dhash_md.c67 static void Encode(unsigned char *output, php_hash_uint32 *input, unsigned int len) in Encode() argument
72 output[j] = (unsigned char) (input[i] & 0xff); in Encode()
73 output[j + 1] = (unsigned char) ((input[i] >> 8) & 0xff); in Encode()
74 output[j + 2] = (unsigned char) ((input[i] >> 16) & 0xff); in Encode()
75 output[j + 3] = (unsigned char) ((input[i] >> 24) & 0xff); in Encode()
84 static void Decode(php_hash_uint32 *output, const unsigned char *input, unsigned int len) in Decode() argument
89 output[i] = ((php_hash_uint32) input[j]) | (((php_hash_uint32) input[j + 1]) << 8) | in Decode()
688 PHP_HASH_API void PHP_MD2Final(unsigned char output[16], PHP_MD2_CTX *context) in PHP_MD2Final()
694 memcpy(output, context->state, 16); in PHP_MD2Final()
H A Dhash_ripemd.c190 static void RIPEMDDecode(php_hash_uint32 *output, const unsigned char *input, unsigned int len) in RIPEMDDecode() argument
195 output[i] = ((php_hash_uint32) input[j + 0]) | (((php_hash_uint32) input[j + 1]) << 8) | in RIPEMDDecode()
607 static void RIPEMDEncode(unsigned char *output, php_hash_uint32 *input, unsigned int len) in RIPEMDEncode() argument
612 output[j + 3] = (unsigned char) ((input[i] >> 24) & 0xff); in RIPEMDEncode()
613 output[j + 2] = (unsigned char) ((input[i] >> 16) & 0xff); in RIPEMDEncode()
614 output[j + 1] = (unsigned char) ((input[i] >> 8) & 0xff); in RIPEMDEncode()
615 output[j + 0] = (unsigned char) (input[i] & 0xff); in RIPEMDEncode()
H A Dhash_sha.c46 output[j] = (unsigned char) ((input[i] >> 24) & 0xff); in SHAEncode32()
47 output[j + 1] = (unsigned char) ((input[i] >> 16) & 0xff); in SHAEncode32()
48 output[j + 2] = (unsigned char) ((input[i] >> 8) & 0xff); in SHAEncode32()
49 output[j + 3] = (unsigned char) (input[i] & 0xff); in SHAEncode32()
737 output[j] = (unsigned char) ((input[i] >> 56) & 0xff); in SHAEncode64()
738 output[j + 1] = (unsigned char) ((input[i] >> 48) & 0xff); in SHAEncode64()
739 output[j + 2] = (unsigned char) ((input[i] >> 40) & 0xff); in SHAEncode64()
740 output[j + 3] = (unsigned char) ((input[i] >> 32) & 0xff); in SHAEncode64()
743 output[j + 6] = (unsigned char) ((input[i] >> 8) & 0xff); in SHAEncode64()
744 output[j + 7] = (unsigned char) (input[i] & 0xff); in SHAEncode64()
[all …]
H A Dphp_hash_haval.h32 short output; member
/PHP-5.5/ext/hash/tests/
H A Dbug64745.phpt2 Bug #64745 hash_pbkdf2() truncates data when using default length and hex output
/PHP-5.5/ext/iconv/tests/
H A Dbug48289.phpt11 'output-charset' => 'UTF-8',
H A Diconv002.phpt16 Expected output:
H A Diconv_encoding_basic.phpt15 * Description: Get internal encoding and output encoding for ob_iconv_handler()
17 * Description: Sets internal encoding and output encoding for ob_iconv_handler()
H A Diconv_get_encoding_error.phpt11 * Description: Get internal encoding and output encoding for ob_iconv_handler()
H A Diconv_mime_encode.phpt16 "output-charset" => "ISO-2022-JP",
H A Diconv_set_encoding_error.phpt11 * Description: Sets internal encoding and output encoding for ob_iconv_handler()
H A Diconv_set_encoding_variation.phpt11 * Description: Sets internal encoding and output encoding for ob_iconv_handler()
/PHP-5.5/ext/imap/
H A Dconfig.m483 Check the path given to --with-openssl-dir and output in config.log)
/PHP-5.5/ext/imap/tests/
H A Dbug31142_1.phpt2 Bug #31142 test #1 (imap_mail_compose() generates incorrect output)
H A Dbug31142_2.phpt2 Bug #31142 test #2 (imap_mail_compose() generates incorrect output)
H A Dimap_binary_basic.phpt21 echo "Encode a string which results in more than 60 charters of output\n";
22 $str = b'This is a long string with results in more than 60 characters of output';
42 Encode a string which results in more than 60 charters of output
/PHP-5.5/ext/intl/doc/
H A DTutorial.txt14 @param string $disp_locale Specifies the desired locale for output
/PHP-5.5/ext/intl/tests/
H A Dcollator_asort.phpt30 // Return output data.
34 // Preppend test signature to output string
H A Dcollator_asort_variant2.phpt30 // Return output data.
34 // Preppend test signature to output string
H A Dcollator_sort.phpt31 // with output string.
35 // Preppend test signature to output string

Completed in 43 milliseconds

12345678910>>...21