Home
last modified time | relevance | path

Searched refs:output (Results 151 – 175 of 559) sorted by relevance

12345678910>>...23

/PHP-8.1/ext/hash/sha3/generic64lc/
H A DKeccakSponge.h67 …d char *input, size_t inputByteLen, unsigned char suffix, unsigned char *output, size_t outputByte…
142 …d char *input, size_t inputByteLen, unsigned char suffix, unsigned char *output, size_t outputByte…
/PHP-8.1/sapi/cli/tests/
H A Dbug80092.phpt28 $output = stream_get_contents($pipes[1]);
32 foreach (explode("\n", $output) as $line) {
/PHP-8.1/ext/standard/tests/strings/
H A Dsetlocale_basic3.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 Dshow_source_variation2.phpt2 Test function show_source() by calling it with its expected arguments and output to variable, more …
8 echo "*** Test by calling method or function with its expected arguments and output to variable ***…
23 *** Test by calling method or function with its expected arguments and output to variable ***
25 …p;function with its expected arguments and output to varia…
H A Dbug26819.phpt2 Bug #26819 (http_build_query() crash on empty output)
H A Dsetlocale_variation1.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
/PHP-8.1/ext/standard/tests/general_functions/
H A Dfloatval.phpt32 float values, expected output:float value for valid floating point number */
41 float values, expected output:float value for valid floating point number */
76 floatval() on non float types, expected output: float value valid floating point numbers */
85 doubleval() on non float types, expected output: float value valid floating point numbers */
/PHP-8.1/tests/output/
H A Dob_007.phpt2 output buffering - ob_get_clean
H A Dob_008.phpt2 output buffering - ob_get_contents
H A Dob_004.phpt2 output buffering - ob_clean
H A Dob_006.phpt2 output buffering - ob_end_flush
H A Dob_009.phpt2 output buffering - ob_get_flush
H A Dob_003.phpt2 output buffering - ob_flush
H A Dob_010.phpt2 output buffering - fatalism
H A Dob_005.phpt2 output buffering - ob_end_clean
H A Dob_start_basic_001.phpt6 * Function is implemented in main/output.c
/PHP-8.1/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'));
/PHP-8.1/ext/openssl/tests/
H A Dopenssl_x509_fingerprint_basic.phpt16 echo "**Testing raw output md5 **\n";
33 **Testing raw output md5 **
H A Dopenssl_public_decrypt_basic.phpt13 var_dump(openssl_public_decrypt($encrypted, $output, $pubkey));
14 var_dump($output);
/PHP-8.1/Zend/tests/
H A Dbug60978.phpt6 exec($php . ' -n -r "exit(2);"', $output, $exit_code);
/PHP-8.1/ext/zlib/tests/
H A Dgzseek_variation7.phpt24 echo "\nreading the output file\n";
40 reading the output file
/PHP-8.1/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-8.1/ext/pcre/tests/
H A Dbug74873.phpt2 Bug #74873 (Minor BC break: PCRE_JIT changes output of preg_match())
/PHP-8.1/ext/standard/tests/ini_info/scandir/
H A D0.ini2 ; any scanned ini output
/PHP-8.1/ext/xmlwriter/
H A Dphp_xmlwriter.c59 if (intern->output) { in xmlwriter_object_dtor()
60 xmlBufferFree(intern->output); in xmlwriter_object_dtor()
61 intern->output = NULL; in xmlwriter_object_dtor()
922 if (ze_obj->output) { in PHP_FUNCTION()
923 xmlBufferFree(ze_obj->output); in PHP_FUNCTION()
926 ze_obj->output = NULL; in PHP_FUNCTION()
931 ze_obj->output = NULL; in PHP_FUNCTION()
971 if (ze_obj->output) { in PHP_FUNCTION()
972 xmlBufferFree(ze_obj->output); in PHP_FUNCTION()
975 ze_obj->output = buffer; in PHP_FUNCTION()
[all …]

Completed in 40 milliseconds

12345678910>>...23