Home
last modified time | relevance | path

Searched refs:output (Results 101 – 125 of 546) sorted by relevance

12345678910>>...22

/PHP-8.0/ext/hash/
H A Dhash_sha.c42 output[j] = (unsigned char) ((input[i] >> 24) & 0xff); in SHAEncode32()
43 output[j + 1] = (unsigned char) ((input[i] >> 16) & 0xff); in SHAEncode32()
44 output[j + 2] = (unsigned char) ((input[i] >> 8) & 0xff); in SHAEncode32()
45 output[j + 3] = (unsigned char) (input[i] & 0xff); in SHAEncode32()
418 output[j] = (unsigned char) ((input[i] >> 56) & 0xff); in SHAEncode64()
419 output[j + 1] = (unsigned char) ((input[i] >> 48) & 0xff); in SHAEncode64()
420 output[j + 2] = (unsigned char) ((input[i] >> 40) & 0xff); in SHAEncode64()
421 output[j + 3] = (unsigned char) ((input[i] >> 32) & 0xff); in SHAEncode64()
424 output[j + 6] = (unsigned char) ((input[i] >> 8) & 0xff); in SHAEncode64()
425 output[j + 7] = (unsigned char) (input[i] & 0xff); in SHAEncode64()
[all …]
H A Dhash_md.c80 static void Encode(unsigned char *output, uint32_t *input, unsigned int len) in Encode() argument
85 output[j] = (unsigned char) (input[i] & 0xff); in Encode()
86 output[j + 1] = (unsigned char) ((input[i] >> 8) & 0xff); in Encode()
87 output[j + 2] = (unsigned char) ((input[i] >> 16) & 0xff); in Encode()
88 output[j + 3] = (unsigned char) ((input[i] >> 24) & 0xff); in Encode()
97 static void Decode(uint32_t *output, const unsigned char *input, unsigned int len) in Decode() argument
102 output[i] = ((uint32_t) input[j]) | (((uint32_t) input[j + 1]) << 8) | in Decode()
349 PHP_HASH_API void PHP_MD2Final(unsigned char output[16], PHP_MD2_CTX *context) in PHP_MD2Final()
355 memcpy(output, context->state, 16); in PHP_MD2Final()
/PHP-8.0/ext/imap/tests/
H A Dimap_binary_basic.phpt16 echo "Encode a string which results in more than 60 charters of output\n";
17 $str = 'This is a long string with results in more than 60 characters of output';
36 Encode a string which results in more than 60 charters of output
/PHP-8.0/ext/standard/tests/strings/
H A Dsetlocale_variation2.phpt8 exec("locale -a", $output, $exit_code);
26 // start the buffering of next command to internal output buffer
32 // get the contents from the internal output buffer
35 // fflush and end the output buffering to internal output buffer
/PHP-8.0/ext/date/tests/
H A Dbug51819.phpt31 var_dump('this should be the only output');
34 string(30) "this should be the only output"
/PHP-8.0/ext/xsl/tests/
H A Dxslt005.phpt10 $res = $xp->query("/xsl:stylesheet/xsl:output/@indent");
12 print "No or more than one xsl:output/@indent found";
H A Dxslt004.phpt10 $res = $xp->query("/xsl:stylesheet/xsl:output/@encoding");
12 print "No or more than one xsl:output/@encoding found";
/PHP-8.0/ext/xmlwriter/tests/
H A Dxmlwriter_write_attribute_ns_basic_001.phpt18 $output = xmlwriter_flush($xw, true);
19 print $output;
H A D011.phpt24 $output = xmlwriter_flush($xw, true);
25 print $output;
H A D012.phpt26 $output = xmlwriter_flush($xw, true);
27 print $output;
H A DOO_008.phpt25 $output = $xw->flush(true);
26 print $output;
/PHP-8.0/ext/soap/tests/
H A Dbug68361.phpt53 <output message="tns:getEmployeeResponse"/>
57 <output message="tns:getUserResponse"/>
67 <output>
69 </output>
76 <output>
78 </output>
/PHP-8.0/ext/standard/tests/array/
H A Dshuffle_variation5.phpt63 echo "\nThe output array is:\n";
69 echo "\nThe output array is:\n";
80 The output array is:
99 The output array is:
/PHP-8.0/ext/standard/tests/math/
H A Dmt_rand_value.phpt2 Test mt_rand() output
34 * Note that the output will be different from the original mt19937ar.c,
/PHP-8.0/ext/soap/tests/bugs/
H A Dbug29795.wsdl20 <output message="tns:GetPriceResponse"/>
30 <output>
32 </output>
H A Dbug29839.wsdl22 <output message="tns:EchoStringResponse"/>
32 <output>
34 </output>
H A Dbug34453.wsdl22 <output message="tns:EchoStringResponse"/>
32 <output>
34 </output>
H A Dbug40609.wsdl26output xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl" message="axis2:getPriceResponseMessa…
/PHP-8.0/ext/curl/tests/
H A Dcurl_ftp_pasv.phpt22 // enable below to get the output in verbose mode.
25 /* Without enabling SKIP_PASV_IP flag, the following output will be seen..
31 /* After enabling SKIP_PASV_IP flag, the following output will be seen..
/PHP-8.0/ext/openssl/tests/
H A Dopenssl_open_basic.phpt14 openssl_open($sealed, $output, $ekeys[0], $priv_key, $method);
15 var_dump($output);
/PHP-8.0/ext/standard/tests/http/
H A Dbug65634.phpt25 ['pid' => $pid, 'uri' => $uri] = http_server($responses, $output);
28 fseek($output, 0, SEEK_SET);
29 echo stream_get_contents($output);
H A Dignore_errors.phpt20 ['pid' => $pid, 'uri' => $uri] = http_server($responses, $output);
34 fseek($output, 0, SEEK_SET);
35 var_dump(stream_get_contents($output));
36 fseek($output, 0, SEEK_SET);
/PHP-8.0/ext/tidy/
H A Dtidy.c413 TidyBuffer output; in php_tidy_quick_repair() local
418 RETVAL_STRINGL((char *) output.bp, output.size ? output.size-1 : 0); in php_tidy_quick_repair()
530 TidyBuffer output; in tidy_doc_cast_handler() local
551 if (output.size) { in tidy_doc_cast_handler()
552 ZVAL_STRINGL(out, (char *) output.bp, output.size-1); in tidy_doc_cast_handler()
607 TidyBuffer output; in tidy_doc_update_properties() local
613 if (output.size) { in tidy_doc_update_properties()
617 ZVAL_STRINGL(&temp, (char*)output.bp, output.size-1); in tidy_doc_update_properties()
1052 TidyBuffer output; in PHP_FUNCTION() local
1057 FIX_BUFFER(&output); in PHP_FUNCTION()
[all …]
/PHP-8.0/ext/standard/
H A Dcrypt_blowfish.h21 char *output, int size);
/PHP-8.0/tests/output/
H A Dob_001.phpt2 output buffering - nothing

Completed in 35 milliseconds

12345678910>>...22