Home
last modified time | relevance | path

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

12345678910>>...23

/PHP-8.1/ext/xmlwriter/tests/
H A DOO_013.phpt17 // CData output
19 // end the document and output
H A D012.phpt24 $output = xmlwriter_flush($xw, true);
25 print $output;
H A DOO_011.phpt25 $output = $xw->flush(true);
26 print $output;
H A DOO_012.phpt17 // CData output
21 // end the document and output
H A D007.phpt25 $output = xmlwriter_flush($xw, true);
26 print $output;
H A D008.phpt26 $output = xmlwriter_flush($xw, true);
27 print $output;
H A D009.phpt30 $output = xmlwriter_flush($xw, true);
31 print $output;
H A DOO_009.phpt31 $output = $xw->flush(true);
32 print $output;
H A DOO_007.phpt26 $output = $xw->flush(true);
27 print $output;
/PHP-8.1/ext/standard/tests/file/
H A Dbug60120.phpt75 foreach ($procOutput as $output) {
76 if ($output !== $stdin) {
77 die('Output does not match input: ' . $output);
/PHP-8.1/ext/mysqli/tests/
H A Dmysqli_select_db.phpt64 $output = ob_get_contents();
66 if (!stristr($output, "1049") && !stristr($output, "1044") && !stristr($output, "1045")) {
70 echo $output;
/PHP-8.1/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>…
/PHP-8.1/ext/standard/
H A Dcrypt_blowfish.h21 char *output, int size);
/PHP-8.1/tests/lang/
H A DforeachLoop.005.phpt10 //--- Expected output:
14 //--- Actual output from php.net before 5.2.2:
/PHP-8.1/ext/zlib/tests/
H A Dgzseek_basic2.phpt20 echo "\nreading the output file\n";
33 reading the output file
H A Dgzseek_variation4.phpt20 echo "\nreading the output file\n";
33 reading the output file
H A Dgzseek_variation5.phpt20 echo "\nreading the output file\n";
33 reading the output file
/PHP-8.1/ext/gd/tests/
H A Dbug50194.phpt26 $output = ob_get_clean();
27 assert(preg_match('/The images are equal|The images differ in (\d+) pixels/', $output, $matches));
/PHP-8.1/ext/openssl/tests/
H A Dopenssl_private_decrypt_basic.phpt13 var_dump(openssl_private_decrypt($encrypted, $output, $privkey));
14 var_dump($output);
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-8.1/tests/output/
H A Dob_001.phpt2 output buffering - nothing
H A Dob_002.phpt2 output buffering - ob_start
/PHP-8.1/ext/json/tests/
H A Dbug50224.phpt7 echo "* Testing JSON output\n\n";
26 * Testing JSON output
/PHP-8.1/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…

Completed in 22 milliseconds

12345678910>>...23