Home
last modified time | relevance | path

Searched refs:output (Results 126 – 150 of 610) sorted by relevance

12345678910>>...25

/PHP-7.2/ext/xmlwriter/tests/
H A Dxmlwriter_write_attribute_ns_error_001.phpt18 $output = xmlwriter_flush($xw, true);
19 print $output;
H A D011.phpt26 $output = xmlwriter_flush($xw, true);
27 print $output;
H A DOO_008.phpt26 $output = $xw->flush(true);
27 print $output;
H A D012.phpt28 $output = xmlwriter_flush($xw, true);
29 print $output;
H A DOO_010.phpt27 $output = $xw->flush(true);
28 print $output;
H A D008.phpt29 $output = xmlwriter_flush($xw, true);
30 print $output;
H A D009.phpt34 $output = xmlwriter_flush($xw, true);
35 print $output;
H A DOO_009.phpt34 $output = $xw->flush(true);
35 print $output;
H A DOO_011.phpt29 $output = $xw->flush(true);
30 print $output;
/PHP-7.2/tests/output/
H A Dob_implicit_flush_error_001.phpt6 …* Description: Turn implicit flush on/off and is equivalent to calling flush() after every output
7 * Source code: main/output.c
H A Dob_clean_basic_001.phpt6 * Description: Clean (delete) the current output buffer
7 * Source code: main/output.c
H A Dob_001.phpt2 output buffering - nothing
/PHP-7.2/ext/standard/tests/strings/
H A Dshow_source_variation1.phpt2 Test function show_source() by calling it with its expected arguments and php output, more test for…
8 echo "*** Test by calling method or function with its expected arguments and php output ***\n";
23 *** Test by calling method or function with its expected arguments and php output ***
26 …n&nbsp;with&nbsp;its&nbsp;expected&nbsp;arguments&nbsp;and&nbsp;php&nbsp;output&nbsp;***\n"</span>…
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&nbsp;with&nbsp;its&nbsp;expected&nbsp;arguments&nbsp;and&nbsp;output&nbsp;to&nbsp;varia…
/PHP-7.2/sapi/cli/tests/
H A Dupload_2G.phpt42 $output = "";
73 $output .= fgets($fp);
75 echo $output;
/PHP-7.2/sapi/phpdbg/
H A D.gitignore5 *.output
/PHP-7.2/tests/lang/
H A DforeachLoop.005.phpt10 //--- Expected output:
14 //--- Actual output from php.net before 5.2.2:
/PHP-7.2/ext/zlib/tests/
H A Dgzseek_basic2.phpt24 echo "\nreading the output file\n";
38 reading the output file
H A Dgzseek_variation4.phpt24 echo "\nreading the output file\n";
38 reading the output file
H A Dgzseek_variation5.phpt24 echo "\nreading the output file\n";
38 reading the output file
/PHP-7.2/ext/openssl/tests/
H A Dopenssl_private_encrypt_basic.phpt24 openssl_public_decrypt($encrypted, $output, $pubkey);
25 var_dump($output);
H A Dopenssl_public_encrypt_basic.phpt24 openssl_private_decrypt($encrypted, $output, $privkey);
25 var_dump($output);
/PHP-7.2/ext/hash/sha3/generic32lc/
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-7.2/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-7.2/ext/gd/tests/
H A Dbug50194.phpt25 $output = ob_get_clean();
26 assert(preg_match('/The images are equal|The images differ in (\d+) pixels/', $output, $matches));

Completed in 41 milliseconds

12345678910>>...25