Home
last modified time | relevance | path

Searched refs:output (Results 251 – 275 of 494) sorted by relevance

1...<<11121314151617181920

/PHP-5.4/ext/dom/tests/
H A DDOMDocument_saveHTMLFile_formatOutput.phpt2 DOMDocument::saveHTMLFile() should format output on demand
/PHP-5.4/ext/curl/tests/
H A Dcurl_setopt_basic003.phpt28 ob_start(); // start output buffering
H A Dcurl_write_file.phpt7 Writes the value 'test' to a temporary file. Use curl to access this file and store the output in a…
H A Dcurl_basic_012.phpt23 ob_start(); // start output buffering
H A Dcurl_basic_013.phpt23 ob_start(); // start output buffering
H A Dcurl_copy_handle_basic_002.phpt17 ob_start(); // start output buffering
H A Dcurl_basic_011.phpt23 ob_start(); // start output buffering
H A Dcurl_copy_handle_basic_005.phpt18 ob_start(); // start output buffering
H A Dcurl_setopt_basic002.phpt32 ob_start(); // start output buffering
H A Dcurl_copy_handle_basic_006.phpt18 ob_start(); // start output buffering
/PHP-5.4/ext/xmlrpc/libxmlrpc/
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 Dxml_element.h163 void xml_elem_serialize_to_stream(xml_element *el, FILE *output, XML_ELEM_OUTPUT_OPTIONS options);
/PHP-5.4/sapi/cli/tests/
H A Dbug64529.phpt8 exec('which expect', $output, $ret);
/PHP-5.4/ext/soap/tests/bugs/
H A Dbug50698_1.wsdl186 …<wsdl:output wsaw:Action="http://tempuri.org/EchoService/EchoResponse" message="tns:EchoService_Ec…
196 <wsdl:output>
198 </wsdl:output>
209 <wsdl:output>
211 </wsdl:output>
H A Dbug50698_4.wsdl186 …<wsdl:output wsaw:Action="http://tempuri.org/EchoService/EchoResponse" message="tns:EchoService_Ec…
196 <wsdl:output>
198 </wsdl:output>
209 <wsdl:output>
211 </wsdl:output>
/PHP-5.4/ext/standard/
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.4/ext/mysqli/tests/
H A Dmysqli_stmt_execute_stored_proc.phpt24 /* no result set, one output parameter */
68 // no result set, one output parameter
105 // no result set, one input parameter, output parameter
143 // no result set, one input parameter, output parameter
/PHP-5.4/ext/oci8/tests/
H A Dconn_attr_3.phpt9 if ($test_drcp) die("skip output might vary with DRCP");
12 die("skip expected output only valid when using Oracle 10g or greater database server");
H A Dpecl_bug16035.phpt14 die("skip expected output only valid with Oracle clients > 9gR2");
/PHP-5.4/ext/mbstring/tests/
H A Dmb_substitute_character_variation2.phpt20 //output the default which is ? in ISO-8859-1, x3f
/PHP-5.4/ext/standard/tests/math/
H A Dasin_basic.phpt16 //output is in degrees
H A Dacos_basic.phpt16 //output is in degrees
/PHP-5.4/ext/tidy/tests/
H A D027.phpt21 'output-xhtml' => true,
/PHP-5.4/ext/mbstring/
H A DREADME_PHP3-i18n-ja119 http output
121 - proper mail output using JIS as body and MIME/Base64/JIS subject
122 - if http output's Content-Type is text/html, it will set proper charset
210 If http output encoding is set to other than 'pass', conversion of encoding
211 from internal encoding to http output is done automatically. Thus,
232 - Be cautious when you set i18n_http_output, since if any output is
245 in the server log or regular http output in CGI mode.
348 o i18n.http_output - default http output encoding
381 takes place at the time of output. If you convert any data within
473 This will set the http output encoding. Any output following this
[all …]
/PHP-5.4/ext/pdo/tests/
H A Dbug_36798.phpt12 …ower(getenv('PDOTEST_DSN')), 'charset=we8mswin1252')) die('skip expected output valid for Oracle w…

Completed in 46 milliseconds

1...<<11121314151617181920