Searched refs:output (Results 126 – 150 of 568) sorted by relevance
12345678910>>...23
/PHP-5.6/ext/xmlwriter/tests/ |
H A D | OO_011.phpt | 29 $output = $xw->flush(true); 30 print $output;
|
H A D | 007.phpt | 29 $output = xmlwriter_flush($xw, true); 30 print $output;
|
H A D | OO_007.phpt | 30 $output = $xw->flush(true); 31 print $output;
|
/PHP-5.6/ext/zlib/tests/ |
H A D | gzseek_basic2.phpt | 24 echo "\nreading the output file\n"; 38 reading the output file
|
H A D | gzseek_variation4.phpt | 24 echo "\nreading the output file\n"; 38 reading the output file
|
H A D | gzseek_variation5.phpt | 24 echo "\nreading the output file\n"; 38 reading the output file
|
/PHP-5.6/ext/gd/tests/ |
H A D | bug50194.phpt | 25 $output = ob_get_clean(); 26 assert(preg_match('/The images are equal|The images differ in (\d+) pixels/', $output, $matches));
|
/PHP-5.6/ext/standard/tests/strings/ |
H A D | show_source_variation2.phpt | 2 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 D | bug26819.phpt | 2 Bug #26819 (http_build_query() crash on empty output)
|
/PHP-5.6/ext/gd/libgd/ |
H A D | gd_gif_out.c | 94 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 ); 618 output(code_int code, GifCtx *ctx) function 688 output( (code_int)ctx->ClearCode, ctx);
|
/PHP-5.6/win32/build/ |
H A D | phpize.js.in | 132 var output = ""; 142 output += emit_dep_modules(item.deps); 144 output += emit_module(item); 148 return output; 156 var output = ""; 165 output += emit_module(item); 171 output += emit_dep_modules(module_names); 173 return output;
|
/PHP-5.6/tests/output/ |
H A D | ob_001.phpt | 2 output buffering - nothing
|
H A D | ob_002.phpt | 2 output buffering - ob_start
|
H A D | ob_flush_basic_001.phpt | 6 …* Description: Flush (send) contents of the output buffer. The last buffer content is sent to next… 7 * Source code: main/output.c
|
H A D | ob_implicit_flush_basic_002.phpt | 6 …* Description: Turn implicit flush on/off and is equivalent to calling flush() after every output … 7 * Source code: main/output.c
|
H A D | ob_007.phpt | 2 output buffering - ob_get_clean
|
H A D | ob_008.phpt | 2 output buffering - ob_get_contents
|
H A D | ob_004.phpt | 2 output buffering - ob_clean
|
H A D | ob_006.phpt | 2 output buffering - ob_end_flush
|
H A D | ob_009.phpt | 2 output buffering - ob_get_flush
|
/PHP-5.6/ext/mysqli/tests/ |
H A D | mysqli_select_db.phpt | 76 $output = ob_get_contents(); 78 if (!stristr($output, "1049") && !stristr($output, "1044") && !stristr($output, "1045")) { 82 echo $output;
|
/PHP-5.6/ext/json/tests/ |
H A D | bug50224.phpt | 7 echo "* Testing JSON output\n\n"; 26 * Testing JSON output
|
/PHP-5.6/ext/standard/tests/http/ |
H A D | bug61548.phpt | 26 $pid = http_server('tcp://127.0.0.1:12342', $responses, $output); 29 fseek($output, 0, SEEK_SET); 30 echo stream_get_contents($output);
|
/PHP-5.6/ext/openssl/tests/ |
H A D | openssl_private_decrypt_basic.phpt | 13 var_dump(openssl_private_decrypt($encrypted, $output, $privkey)); 14 var_dump($output);
|
H A D | openssl_x509_fingerprint_basic.phpt | 21 echo "**Testing raw output md5 **\n"; 37 **Testing raw output md5 **
|
Completed in 14 milliseconds
12345678910>>...23