Home
last modified time | relevance | path

Searched refs:output (Results 226 – 250 of 550) sorted by relevance

12345678910>>...22

/php-src/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
H A Dopenssl_sign_basic.phpt11 var_dump(openssl_sign($data, $sign, $privkey, OPENSSL_ALGO_SHA256)); // no output
/php-src/benchmark/
H A Dbenchmark.php133 function extractInstructionsFromValgrindOutput(string $output): string { argument
134 …("(==[0-9]+== Events : Ir\n==[0-9]+== Collected : (?<instructions>[0-9]+))", $output, $matches);
/php-src/tests/output/
H A Dob_get_clean_basic_001.phpt6 * Function is implemented in main/output.c
H A Dob_017.phpt2 output buffering - statuses
/php-src/ext/standard/tests/strings/
H A D005.phpt2 highlight_string(), output buffer and error level
H A Dsetlocale_basic1.phpt18 // start the buffering of next command to internal output buffer
24 // get the contents from the internal output buffer
27 // fflush and end the output buffering to internal output buffer
H A Dsetlocale_basic2.phpt18 // start the buffering of next command to internal output buffer
24 // get the contents from the internal output buffer
27 // fflush and end the output buffering to internal output buffer
H A Dmd5.phpt2 md5() with ASCII output
H A D006.phpt2 highlight_file() and output buffer
H A D007-win32.phpt2 php_strip_whitespace() and output buffer
/php-src/Zend/tests/
H A Doutput_started_at_eval.phpt11 Warning: Cannot modify header information - headers already sent by (output started at %s(2) : eval…
/php-src/ext/xsl/tests/
H A Dbug70078.phpt28 <output>
34 </output>
49output xmlns:php="http://php.net/xsl"><node>test2</node><node>test2</node><node>test2</node><node>…
/php-src/ext/standard/tests/array/
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-src/ext/random/tests/02_engine/
H A Dxoshiro256starstar_serialize.phpt2 Random: Engine: Xoshiro256StarStar: The serialization output must be stable
/php-src/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-src/ext/date/tests/
H A Dbug81273.phpt13 // Should output int(19)
/php-src/ext/iconv/tests/
H A Dbug53891.phpt10 'output-charset' => 'utf-8',
/php-src/ext/zlib/tests/
H A Dbug74240.phpt17 $output = deflate_add(
/php-src/ext/tidy/tests/
H A Dgh10636.phpt2 GH-10636 (Tidy does not output notice when it encountered parse errors in the default configuration…
/php-src/ext/standard/
H A Dcrypt_freesec.c670 memcpy(data->output, setting, 9); in _crypt_extended_r()
671 data->output[9] = '\0'; in _crypt_extended_r()
672 p = (uint8_t *) data->output + 9; in _crypt_extended_r()
687 data->output[0] = setting[0]; in _crypt_extended_r()
688 data->output[1] = setting[1]; in _crypt_extended_r()
689 p = (uint8_t *) data->output + 2; in _crypt_extended_r()
718 return(data->output); in _crypt_extended_r()
/php-src/ext/hash/
H A Dphp_hash_haval.h28 short output; member
/php-src/ext/posix/tests/
H A Dposix_isatty_non_castable_user_stream.phpt8 require dirname(__DIR__, 3) . '/tests/output/DummyStreamWrapper.inc';
H A Dposix_ttyname_non_castable_user_stream.phpt8 require dirname(__DIR__, 3) . '/tests/output/DummyStreamWrapper.inc';
/php-src/ext/xmlreader/tests/
H A Dbug70309.phpt2 XMLReader: Bug #70309 XmlReader read generates extra output
13 /* From the bug report an extra message comes from libxml2 debug output left unwrapped. */

Completed in 48 milliseconds

12345678910>>...22