Home
last modified time | relevance | path

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

12345678910>>...20

/PHP-5.4/ext/standard/tests/general_functions/
H A Dob_get_length_basic.phpt8 * Description: Return the length of the output buffer
9 * Source code: main/output.c
/PHP-5.4/tests/output/
H A Dob_get_level_basic_001.phpt6 * Description: Return the nesting level of the output buffer
7 * Source code: main/output.c
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
/PHP-5.4/ext/zlib/tests/
H A Dgzencode_variation1-win32.phpt35 $output = gzencode(gzencode($data));
37 $back = gzdecode(gzdecode($output));
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-5.4/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 Dhttp_build_query_variation3.phpt22 echo http_build_query($oDimensional, '', ini_get('arg_separator.output'), PHP_QUERY_RFC1738) . PHP_…
23 echo http_build_query($oDimensional, '', ini_get('arg_separator.output'), PHP_QUERY_RFC3986);
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&nbsp;with&nbsp;its&nbsp;expected&nbsp;arguments&nbsp;and&nbsp;output&nbsp;to&nbsp;varia…
/PHP-5.4/ext/xmlwriter/tests/
H A DOO_008.phpt26 $output = $xw->flush(true);
27 print $output;
H A Dxmlwriter_write_attribute_ns_error_001.phpt18 $output = xmlwriter_flush($xw, true);
19 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;
/PHP-5.4/ext/tidy/
H A Dtidy.c615 TidyBuffer output; in php_tidy_quick_repair() local
620 RETVAL_STRINGL((char *) output.bp, output.size ? output.size-1 : 0, 1); in php_tidy_quick_repair()
747 TidyBuffer output; in tidy_doc_cast_handler() local
767 ZVAL_STRINGL(out, (char *) output.bp, output.size ? output.size-1 : 0, 1); in tidy_doc_cast_handler()
818 TidyBuffer output; in tidy_doc_update_properties() local
821 tidyBufInit(&output); in tidy_doc_update_properties()
824 if (output.size) { in tidy_doc_update_properties()
829 ZVAL_STRINGL(temp, (char*)output.bp, output.size-1, TRUE); in tidy_doc_update_properties()
1258 TidyBuffer output; in PHP_FUNCTION() local
1263 FIX_BUFFER(&output); in PHP_FUNCTION()
[all …]
/PHP-5.4/ext/standard/tests/http/
H A Dbug61548.phpt26 $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.4/tests/lang/
H A DforeachLoop.005.phpt10 //--- Expected output:
14 //--- Actual output from php.net before 5.2.2:
/PHP-5.4/win32/build/
H A Dphpize.js.in132 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.4/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.4/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);

Completed in 85 milliseconds

12345678910>>...20