Home
last modified time | relevance | path

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

1...<<1112131415161718192021

/PHP-5.5/ext/tidy/tests/
H A D020.phpt14 $tidy->parseString($str, array('output-xhtml'=>1), 'latin1');
/PHP-5.5/Zend/tests/
H A Dbug32296.phpt2 Bug #32296 (get_class_methods output has changed between 5.0.2 and 5.0.3)
/PHP-5.5/ext/curl/tests/
H A Dcurl_copy_handle_basic_001.phpt19 ob_start(); // start output buffering
H A Dcurl_basic_011.phpt24 ob_start(); // start output buffering
H A Dcurl_basic_012.phpt24 ob_start(); // start output buffering
H A Dcurl_basic_013.phpt24 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_001.phpt24 ob_start(); // start output buffering
H A Dcurl_basic_002.phpt25 ob_start(); // start output buffering
H A Dcurl_basic_005.phpt25 ob_start(); // start output buffering
H A Dcurl_copy_handle_basic_002.phpt18 ob_start(); // start output buffering
H A Dcurl_copy_handle_basic_005.phpt19 ob_start(); // start output buffering
H A Dcurl_setopt_basic002.phpt33 ob_start(); // start output buffering
/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()
/PHP-5.5/ext/standard/tests/http/
H A Dbug69337.phpt29 $pid = http_server("tcp://127.0.0.1:22345", $responses, $output);
/PHP-5.5/ext/dom/tests/
H A DDOMDocument_saveHTMLFile_formatOutput.phpt2 DOMDocument::saveHTMLFile() should format output on demand
/PHP-5.5/ext/oci8/tests/
H A Dbind_unsupported_2.phpt7 die ("skip expected output only valid for Oracle 10g+ clients");
/PHP-5.5/ext/standard/tests/strings/
H A Dsha1.phpt2 sha1() with ASCII output
/PHP-5.5/ext/intl/tests/
H A Dcollator_sort.phpt31 // with output string.
35 // Preppend test signature to output string
H A Dcollator_sort_variant2.phpt31 // with output string.
35 // Preppend test signature to output string
/PHP-5.5/ext/phar/
H A Dgdbhelp99 output *((phar_entry_info *)$m->pData)->fp
102 output *(phar_entry_info *)$m->pData
/PHP-5.5/ext/standard/tests/array/
H A Darray_walk_recursive_basic2.phpt29 echo "\n"; // new line to separate the output between each element
43 echo "\n"; // new line to separate the output between each element
H A Darray_walk_basic2.phpt29 echo "\n"; // new line to separate the output between each element
43 echo "\n"; // new line to separate the output between each element
/PHP-5.5/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()
/PHP-5.5/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>

Completed in 54 milliseconds

1...<<1112131415161718192021