Home
last modified time | relevance | path

Searched refs:output (Results 201 – 225 of 546) sorted by relevance

12345678910>>...22

/PHP-8.0/ext/hash/sha3/generic32lc/
H A DKeccakP-1600-SnP.h36 …ndAddBytes(const void *state, const unsigned char *input, unsigned char *output, unsigned int offs…
/PHP-8.0/ext/openssl/tests/
H A Dopenssl_seal_basic.phpt27 var_dump(openssl_seal($data, $sealed, $ekeys, array($pub_key), $method)); // no output
28 var_dump(openssl_seal($data, $sealed, $ekeys, array($pub_key, $pub_key), $method)); // no output
/PHP-8.0/ext/standard/tests/array/
H A Darray_walk_basic1.phpt16 echo "\n"; // new line to separate the output between each element
25 echo "\n"; // new line to separate the output between each element
H A Darray_walk_recursive_basic1.phpt16 echo "\n"; // new line to separate the output between each element
25 echo "\n"; // new line to separate the output between each element
H A Darray_walk_recursive_variation6.phpt19 echo "\n"; // new line to separate the output between each element
28 echo "\n"; // new line to separate the output between each element
37 echo "\n"; // new line to separate the output between each element
/PHP-8.0/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()
/PHP-8.0/ext/standard/tests/strings/
H A D006.phpt2 highlight_file() and output buffer
H A Dsetlocale_basic2.phpt17 // start the buffering of next command to internal output buffer
23 // get the contents from the internal output buffer
26 // fflush and end the output buffering to internal output buffer
H A D007-win32.phpt2 php_strip_whitespace() and output buffer
H A D007.phpt2 php_strip_whitespace() and output buffer
/PHP-8.0/tests/output/
H A Dob_017.phpt2 output buffering - statuses
H A Dob_start_error_003.phpt6 * Function is implemented in main/output.c
H A Dob_start_error_004.phpt6 * Function is implemented in main/output.c
/PHP-8.0/ext/hash/
H A Dphp_hash_haval.h28 short output; member
/PHP-8.0/build/
H A Dltmain.sh2060 case $output in
4883 $run $rm $output
4956 case $output in
4957 *.exe) output=`$echo $output|${SED} 's,.exe$,,'` ;;
5387 $echo >> $output "\
5456 $echo >> $output "\
5482 $echo >> $output "\
5500 $echo >> $output "\
5513 chmod +x $output
5668 case $output in
[all …]
/PHP-8.0/ext/xsl/tests/
H A Dbug70078.phpt30 <output>
36 </output>
51output xmlns:php="http://php.net/xsl"><node>test2</node><node>test2</node><node>test2</node><node>…
/PHP-8.0/ext/standard/tests/general_functions/
H A Dbug44394.phpt2 Bug #44394 (Last two bytes missing from output)
/PHP-8.0/ext/zlib/tests/
H A Dbug74240.phpt21 $output = deflate_add(
/PHP-8.0/ext/iconv/tests/
H A Dbug53891.phpt12 'output-charset' => 'utf-8',
/PHP-8.0/ext/standard/tests/http/
H A Dhttp_response_header_05.phpt15 ['pid' => $pid, 'uri' => $uri] = http_server($responses, $output);
H A Dhttp_response_header_04.phpt15 ['pid' => $pid, 'uri' => $uri] = http_server($responses, $output);
H A Dbug75535.phpt15 ['pid' => $pid, 'uri' => $uri] = http_server($responses, $output);
/PHP-8.0/ext/xsl/tests/53965/
H A Dcollection.xsl6 <xsl:output method="html" encoding="iso-8859-1" indent="no"/>
/PHP-8.0/ext/standard/tests/streams/
H A Dstream_get_meta_data_process_basic.phpt7 $cmd = "echo here is some output";
/PHP-8.0/ext/mysqli/tests/
H A Dbug72701.phpt2 Bug #72701 mysqli_get_host_info() wrong output

Completed in 102 milliseconds

12345678910>>...22