Home
last modified time | relevance | path

Searched refs:output (Results 101 – 125 of 470) sorted by relevance

12345678910>>...19

/PHP-5.3/tests/output/
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
H A Dob_002.phpt2 output buffering - ob_start
H A Dob_flush_basic_001.phpt6 …* Description: Flush (send) contents of the output buffer. The last buffer content is sent to next…
7 * Source code: main/output.c
H A Dob_implicit_flush_basic_002.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_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
/PHP-5.3/tests/lang/
H A DforeachLoop.005.phpt10 //--- Expected output:
14 //--- Actual output from php.net before 5.2.2:
/PHP-5.3/ext/openssl/tests/
H A D012.phpt11 openssl_seal($data, $sealed, $ekeys, array($pub_key)); // no output
12 openssl_seal($data, $sealed, $ekeys, array($pub_key, $pub_key)); // no output
H A D014.phpt23 openssl_public_decrypt($encrypted, $output, $pubkey);
24 var_dump($output);
H A D015.phpt23 openssl_private_decrypt($encrypted, $output, $privkey);
24 var_dump($output);
/PHP-5.3/ext/xmlwriter/tests/
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 D007.phpt29 $output = xmlwriter_flush($xw, true);
30 print $output;
H A DOO_007.phpt30 $output = $xw->flush(true);
31 print $output;
/PHP-5.3/ext/zlib/tests/
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
H A Dgzseek_basic2.phpt24 echo "\nreading the output file\n";
38 reading the output file
/PHP-5.3/ext/standard/tests/strings/
H A Dsetlocale_variation2.phpt31 // start the buffering of next command to internal output buffer
37 // get the contents from the internal output buffer
40 // 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…
/PHP-5.3/ext/gd/libgd/
H A Dgd_gif_out.c94 static void output (code_int code, GifCtx *ctx);
489 output(code_int code, GifCtx *ctx);
534 output( (code_int)ctx->ClearCode, ctx );
566 output ( (code_int) ent, ctx );
582 output( (code_int)ent, ctx );
584 output( (code_int) ctx->EOFCode, ctx );
610 output(code_int code, GifCtx *ctx) function
674 output( (code_int)ctx->ClearCode, ctx);
/PHP-5.3/win32/build/
H A Dphpize.js.in128 var output = "";
138 output += emit_dep_modules(item.deps);
140 output += emit_module(item);
144 return output;
152 var output = "";
161 output += emit_module(item);
167 output += emit_dep_modules(module_names);
169 return output;
/PHP-5.3/ext/mysqli/tests/
H A Dmysqli_select_db.phpt76 $output = ob_get_contents();
78 if (!stristr($output, "1049") && !stristr($output, "1044") && !stristr($output, "1045")) {
82 echo $output;

Completed in 24 milliseconds

12345678910>>...19