Home
last modified time | relevance | path

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

1...<<11121314151617181920>>...23

/PHP-5.6/ext/dom/tests/
H A Ddom007.phpt71 sort($xkeys); // fix inconsistent output ordering (bug #61810)
81 sort($xkeys); // fix inconsistent output ordering (bug #61810)
H A DDOMDocument_saveHTMLFile_formatOutput.phpt2 DOMDocument::saveHTMLFile() should format output on demand
/PHP-5.6/ext/intl/tests/
H A Dcollator_asort.phpt30 // Return output data.
34 // Preppend test signature to output string
H A Dcollator_asort_variant2.phpt30 // Return output data.
34 // Preppend test signature to output string
H A Dcollator_sort_with_sort_keys.phpt31 // with output string.
36 // Preppend test signature to output string
H A Dcollator_sort_with_sort_keys_variant2.phpt31 // with output string.
36 // Preppend test signature to output string
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.6/ext/standard/tests/general_functions/
H A Dfloatval_variation1.phpt37 floatval() on non float types, expected output: float value valid floating point numbers */
47 doubleval() on non float types, expected output: float value valid floating point numbers */
/PHP-5.6/ext/tidy/tests/
H A D020.phpt14 $tidy->parseString($str, array('output-xhtml'=>1), 'latin1');
/PHP-5.6/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
/PHP-5.6/Zend/tests/
H A Dbug32296.phpt2 Bug #32296 (get_class_methods output has changed between 5.0.2 and 5.0.3)
/PHP-5.6/ext/standard/
H A Durl_scanner_ex.c252 append_modified_url(&ctx->val, &ctx->result, &ctx->url_app, PG(arg_separator).output TSRMLS_CC); in tag_arg()
946 append_modified_url(&surl, &buf, &url_app, PG(arg_separator).output TSRMLS_CC); in php_url_scanner_adapt_single_url()
1007 static void php_url_scanner_output_handler(char *output, uint output_len, char **handled_output, ui… in php_url_scanner_output_handler() argument
1012 …*handled_output = url_adapt_ext(output, output_len, &len, (zend_bool) (mode & (PHP_OUTPUT_HANDLER_… in php_url_scanner_output_handler()
1022 smart_str_appendl(&ctx->result, output, output_len); in php_url_scanner_output_handler()
1031 *handled_output = estrndup(output, *handled_output_len = output_len); in php_url_scanner_output_handler()
1052 smart_str_appends(&BG(url_adapt_state_ex).url_app, PG(arg_separator).output); in php_url_scanner_add_var()
/PHP-5.6/ext/standard/tests/strings/
H A Dsha1.phpt2 sha1() with ASCII output
/PHP-5.6/ext/standard/tests/http/
H A Dbug69337.phpt29 $pid = http_server("tcp://127.0.0.1:22345", $responses, $output);
/PHP-5.6/ext/standard/tests/array/
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
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
/PHP-5.6/ext/phar/
H A Dgdbhelp99 output *((phar_entry_info *)$m->pData)->fp
102 output *(phar_entry_info *)$m->pData
/PHP-5.6/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()

Completed in 28 milliseconds

1...<<11121314151617181920>>...23