Home
last modified time | relevance | path

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

12345678910>>...22

/PHP-8.0/ext/xmlwriter/tests/
H A DOO_010.phpt25 $output = $xw->flush(true);
26 print $output;
H A DOO_012.phpt17 // CData output
21 // end the document and output
H A DOO_013.phpt17 // CData output
19 // end the document and output
H A DOO_011.phpt27 $output = $xw->flush(true);
28 print $output;
H A D007.phpt27 $output = xmlwriter_flush($xw, true);
28 print $output;
H A D008.phpt28 $output = xmlwriter_flush($xw, true);
29 print $output;
H A D009.phpt33 $output = xmlwriter_flush($xw, true);
34 print $output;
H A DOO_007.phpt28 $output = $xw->flush(true);
29 print $output;
H A DOO_009.phpt33 $output = $xw->flush(true);
34 print $output;
/PHP-8.0/tests/output/
H A Dob_002.phpt2 output buffering - ob_start
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
/PHP-8.0/tests/lang/
H A DforeachLoop.005.phpt10 //--- Expected output:
14 //--- Actual output from php.net before 5.2.2:
/PHP-8.0/ext/openssl/tests/
H A Dopenssl_private_decrypt_basic.phpt13 var_dump(openssl_private_decrypt($encrypted, $output, $privkey));
14 var_dump($output);
/PHP-8.0/ext/standard/tests/strings/
H A Dbug26819.phpt2 Bug #26819 (http_build_query() crash on empty output)
H A Dmd5_file.phpt2 Test md5_file() function with ASCII output and raw binary output
58 /* Normal operation with hexadecimal output */
62 /* Normal operation with raw binary output */
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>…
/PHP-8.0/ext/mysqli/tests/
H A Dmysqli_select_db.phpt63 $output = ob_get_contents();
65 if (!stristr($output, "1049") && !stristr($output, "1044") && !stristr($output, "1045")) {
69 echo $output;
/PHP-8.0/ext/zlib/tests/
H A Dgzseek_basic2.phpt24 echo "\nreading the output file\n";
37 reading the output file
H A Dgzseek_variation4.phpt24 echo "\nreading the output file\n";
37 reading the output file

Completed in 29 milliseconds

12345678910>>...22