Home
last modified time | relevance | path

Searched refs:output (Results 126 – 150 of 521) sorted by last modified time

12345678910>>...21

/PHP-5.5/ext/xmlrpc/libxmlrpc/
H A Dxmlrpc_private.h117 STRUCT_XMLRPC_REQUEST_OUTPUT_OPTIONS output; /* xml output options */ member
H A Dxml_to_dandarpc.c178 XMLRPC_REQUEST_OUTPUT_OPTIONS output = XMLRPC_RequestGetOutputOptions(request); in DANDARPC_to_xml_element_worker() local
179 …int bNoAddType = (type == xmlrpc_string && request && output && output->xml_elem_opts.verbosity ==… in DANDARPC_to_xml_element_worker()
H A Dxmlrpc.h383 …TIONS XMLRPC_RequestSetOutputOptions(XMLRPC_REQUEST request, XMLRPC_REQUEST_OUTPUT_OPTIONS output);
H A Dxml_element.c571 void xml_elem_serialize_to_stream(xml_element *el, FILE *output, XML_ELEM_OUTPUT_OPTIONS options) in xml_elem_serialize_to_stream() argument
573 xml_element_serialize(el, file_out_fptr, (void *)output, options, 0); in xml_elem_serialize_to_stream()
H A Dxml_element.h163 void xml_elem_serialize_to_stream(xml_element *el, FILE *output, XML_ELEM_OUTPUT_OPTIONS options);
H A Dxmlrpc.c597 if(request && output) { in XMLRPC_RequestSetOutputOptions()
598 memcpy (&request->output, output, in XMLRPC_RequestSetOutputOptions()
600 return &request->output; in XMLRPC_RequestSetOutputOptions()
628 return request ? &request->output : NULL; in XMLRPC_RequestGetOutputOptions()
701 if (request->output.version == xmlrpc_version_simple) { in XMLRPC_REQUEST_ToXML()
704 else if (request->output.version == xmlrpc_version_1_0 || in XMLRPC_REQUEST_ToXML()
705 request->output.version == xmlrpc_version_none) { in XMLRPC_REQUEST_ToXML()
715 &request->output.xml_elem_opts, in XMLRPC_REQUEST_ToXML()
817 request->output.version = xmlrpc_version_simple; in XMLRPC_REQUEST_FromXML()
821 request->output.version = xmlrpc_version_soap_1_1; in XMLRPC_REQUEST_FromXML()
[all …]
/PHP-5.5/ext/xml/
H A Dxml.mak15 # Extensions of all input and output files
/PHP-5.5/ext/tokenizer/
H A Dtokenizer.php30 $output .= $chunk;
33 print $output;
/PHP-5.5/ext/tidy/tests/
H A D020.phpt14 $tidy->parseString($str, array('output-xhtml'=>1), 'latin1');
H A D027.phpt21 'output-xhtml' => true,
/PHP-5.5/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.5/ext/standard/
H A Durl_scanner_ex.c226 append_modified_url(&ctx->val, &ctx->result, &ctx->url_app, PG(arg_separator).output); in tag_arg()
920 append_modified_url(&surl, &buf, &url_app, PG(arg_separator).output); in php_url_scanner_adapt_single_url()
981 static void php_url_scanner_output_handler(char *output, uint output_len, char **handled_output, ui… in php_url_scanner_output_handler() argument
986 …*handled_output = url_adapt_ext(output, output_len, &len, (zend_bool) (mode & (PHP_OUTPUT_HANDLER_… in php_url_scanner_output_handler()
996 smart_str_appendl(&ctx->result, output, output_len); in php_url_scanner_output_handler()
1005 *handled_output = estrndup(output, *handled_output_len = output_len); in php_url_scanner_output_handler()
1026 smart_str_appends(&BG(url_adapt_state_ex).url_app, PG(arg_separator).output); in php_url_scanner_add_var()
H A Durl_scanner_ex.re162 append_modified_url(&ctx->val, &ctx->result, &ctx->url_app, PG(arg_separator).output);
372 append_modified_url(&surl, &buf, &url_app, PG(arg_separator).output);
433 static void php_url_scanner_output_handler(char *output, uint output_len, char **handled_output, ui…
438 …*handled_output = url_adapt_ext(output, output_len, &len, (zend_bool) (mode & (PHP_OUTPUT_HANDLER_…
448 smart_str_appendl(&ctx->result, output, output_len);
457 *handled_output = estrndup(output, *handled_output_len = output_len);
478 smart_str_appends(&BG(url_adapt_state_ex).url_app, PG(arg_separator).output);
/PHP-5.5/ext/standard/tests/url/
H A Dbase64_decode_variation_001.phpt81 $output = base64_decode($value, $strict);
83 if (is_string($output)) {
84 var_dump(bin2hex($output));
86 var_dump($output);
/PHP-5.5/ext/standard/tests/strings/
H A Dsprintf_f_2.phpt62 var_dump(sprintf("[%s]", $s)); // standard string output
76 var_dump(sprintf("%01.2f", $money)); // output "123.10"
H A Dsetlocale_basic1.phpt29 // start the buffering of next command to internal output buffer
35 // get the contents from the internal output buffer
38 // fflush and end the output buffering to internal output buffer
H A Dsetlocale_basic2.phpt29 // start the buffering of next command to internal output buffer
35 // get the contents from the internal output buffer
38 // fflush and end the output buffering to internal output buffer
H A Dsetlocale_basic3.phpt29 // start the buffering of next command to internal output buffer
35 // get the contents from the internal output buffer
38 // fflush and end the output buffering to internal output buffer
H A Dprintf_variation2.phpt6 * Description: Produces output according to format .
H A Dsetlocale_variation1.phpt29 // start the buffering of next command to internal output buffer
35 // get the contents from the internal output buffer
38 // fflush and end the output buffering to internal output buffer
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 Dsha1.phpt2 sha1() with ASCII output
H A Dsha1_basic.phpt2 sha1() with ASCII output.
H A Dsha1_file.phpt2 Test sha1_file() function with ASCII output and raw binary output. Based on ext/standard/tests/stri…
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>…

Completed in 111 milliseconds

12345678910>>...21