Home
last modified time | relevance | path

Searched refs:output (Results 176 – 200 of 611) sorted by relevance

12345678910>>...25

/PHP-7.3/tests/output/
H A Dob_005.phpt2 output buffering - ob_end_clean
H A Dob_012.phpt2 output buffering - multiple
H A Dob_018.phpt2 output buffering - error message nirvana bug #37714
H A Dob_start_basic_001.phpt7 * Function is implemented in main/output.c
/PHP-7.3/ext/openssl/tests/
H A Dopenssl_private_decrypt_basic.phpt13 var_dump(openssl_private_decrypt($encrypted, $output, $privkey));
14 var_dump($output);
H A Dopenssl_x509_fingerprint_basic.phpt19 echo "**Testing raw output md5 **\n";
40 **Testing raw output md5 **
/PHP-7.3/ext/standard/tests/file/windows_links/
H A Dbug48746_3.phpt22 exec("mkdir " . $dirname, $output, $ret_val);
24 exec(get_junction()." junction directory", $output, $ret_val);
/PHP-7.3/main/
H A Dphp_output.h106 typedef void (*php_output_handler_func_t)(char *output, size_t output_len, char **handled_output, s…
138 ZEND_BEGIN_MODULE_GLOBALS(output)
145 ZEND_END_MODULE_GLOBALS(output)
147 PHPAPI ZEND_EXTERN_MODULE_GLOBALS(output)
/PHP-7.3/ext/standard/tests/url/
H A Dbase64_decode_variation_001.phpt81 $output = base64_decode($value, $strict);
83 if (is_string($output)) {
84 var_dump(bin2hex($output));
86 var_dump($output);
/PHP-7.3/ext/standard/tests/strings/
H A Dmd5_file.phpt2 Test md5_file() function with ASCII output and raw binary output
61 /* Normal operation with hexadecimal output */
65 /* Normal operation with raw binary output */
H A Dsetlocale_variation2.phpt34 // start the buffering of next command to internal output buffer
40 // get the contents from the internal output buffer
43 // fflush and end the output buffering to internal output buffer
H A Dbug78003.phpt2 Bug #78003 (strip_tags output change since PHP 7.3)
H A Dsetlocale_basic3.phpt29 // start the buffering of next command to internal output buffer
35 // get the contents from the internal output buffer
38 // fflush and end the output buffering to internal output buffer
/PHP-7.3/ext/zlib/tests/
H A Dgzseek_variation7.phpt28 echo "\nreading the output file\n";
45 reading the output file
/PHP-7.3/ext/xsl/tests/
H A Dxsltprocessor_transformToURI.phpt24 <xsl:output method="html" encoding="utf-8" indent="yes"/>
50 var_dump($proc->transformToURI($xsldoc, 'php://output'));
H A Dxsltprocessor_transformToURI_wrongparam_001.phpt24 <xsl:output method="html" encoding="utf-8" indent="yes"/>
52 $uri = 'php://output';
H A Dxsltprocessor_transformToURI_wrongparam_002.phpt24 <xsl:output method="html" encoding="utf-8" indent="yes"/>
52 $uri = 'php://output';
H A Dxsltprocessor_transformToURI_wrongparam_003.phpt24 <xsl:output method="html" encoding="utf-8" indent="yes"/>
52 $uri = 'php://output';
H A Dxsltprocessor_transformToURI_wrongparam_004.phpt24 <xsl:output method="html" encoding="utf-8" indent="yes"/>
51 $uri = 'php://output';
/PHP-7.3/ext/standard/
H A Dsha1.c366 static void SHA1Encode(output, input, len) in SHA1Encode() argument
367 unsigned char *output; in SHA1Encode()
374 output[j] = (unsigned char) ((input[i] >> 24) & 0xff);
375 output[j + 1] = (unsigned char) ((input[i] >> 16) & 0xff);
376 output[j + 2] = (unsigned char) ((input[i] >> 8) & 0xff);
377 output[j + 3] = (unsigned char) (input[i] & 0xff);
386 static void SHA1Decode(output, input, len) in SHA1Decode() argument
387 uint32_t *output; in SHA1Decode()
394 output[i] = ((uint32_t) input[j + 3]) | (((uint32_t) input[j + 2]) << 8) |
H A Dcrypt_freesec.h21 char output[21]; member
/PHP-7.3/ext/hash/
H A Dhash_sha.c44 output[j] = (unsigned char) ((input[i] >> 24) & 0xff); in SHAEncode32()
45 output[j + 1] = (unsigned char) ((input[i] >> 16) & 0xff); in SHAEncode32()
46 output[j + 2] = (unsigned char) ((input[i] >> 8) & 0xff); in SHAEncode32()
47 output[j + 3] = (unsigned char) (input[i] & 0xff); in SHAEncode32()
735 output[j] = (unsigned char) ((input[i] >> 56) & 0xff); in SHAEncode64()
736 output[j + 1] = (unsigned char) ((input[i] >> 48) & 0xff); in SHAEncode64()
737 output[j + 2] = (unsigned char) ((input[i] >> 40) & 0xff); in SHAEncode64()
738 output[j + 3] = (unsigned char) ((input[i] >> 32) & 0xff); in SHAEncode64()
741 output[j + 6] = (unsigned char) ((input[i] >> 8) & 0xff); in SHAEncode64()
742 output[j + 7] = (unsigned char) (input[i] & 0xff); in SHAEncode64()
[all …]
/PHP-7.3/sapi/cli/tests/
H A Dbug70006.phpt2 Bug #70006 (cli - function with default arg = STDOUT crash output)
/PHP-7.3/Zend/tests/
H A Dbug60978.phpt12 exec($php . ' -n -r "exit(2);"', $output, $exit_code);
/PHP-7.3/ext/pcre/pcre2lib/
H A Dpcre2_convert.c370 PCRE2_UCHAR *output; /* current output position */ member
389 if (out->output < out->output_end) in convert_glob_write()
390 *out->output++ = chr; in convert_glob_write()
405 PCRE2_UCHAR *output = out->output; in convert_glob_write_str() local
413 if (output < output_end) in convert_glob_write_str()
414 *output++ = *out_str++; in convert_glob_write_str()
418 out->output = output; in convert_glob_write_str()
819 out.output = use_buffer; in convert_glob()
1022 if (!dummyrun && out.output_size != (PCRE2_SIZE) (out.output - use_buffer)) in convert_glob()

Completed in 38 milliseconds

12345678910>>...25