Searched refs:output (Results 251 – 275 of 568) sorted by relevance
1...<<11121314151617181920>>...23
/PHP-5.6/ext/dom/tests/ |
H A D | dom007.phpt | 71 sort($xkeys); // fix inconsistent output ordering (bug #61810) 81 sort($xkeys); // fix inconsistent output ordering (bug #61810)
|
H A D | DOMDocument_saveHTMLFile_formatOutput.phpt | 2 DOMDocument::saveHTMLFile() should format output on demand
|
/PHP-5.6/ext/intl/tests/ |
H A D | collator_asort.phpt | 30 // Return output data. 34 // Preppend test signature to output string
|
H A D | collator_asort_variant2.phpt | 30 // Return output data. 34 // Preppend test signature to output string
|
H A D | collator_sort_with_sort_keys.phpt | 31 // with output string. 36 // Preppend test signature to output string
|
H A D | collator_sort_with_sort_keys_variant2.phpt | 31 // with output string. 36 // Preppend test signature to output string
|
H A D | collator_sort.phpt | 31 // with output string. 35 // Preppend test signature to output string
|
H A D | collator_sort_variant2.phpt | 31 // with output string. 35 // Preppend test signature to output string
|
/PHP-5.6/ext/standard/tests/general_functions/ |
H A D | floatval_variation1.phpt | 37 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 D | 020.phpt | 14 $tidy->parseString($str, array('output-xhtml'=>1), 'latin1');
|
/PHP-5.6/ext/curl/tests/ |
H A D | curl_copy_handle_basic_001.phpt | 19 ob_start(); // start output buffering
|
H A D | curl_basic_011.phpt | 24 ob_start(); // start output buffering
|
H A D | curl_basic_012.phpt | 24 ob_start(); // start output buffering
|
H A D | curl_basic_013.phpt | 24 ob_start(); // start output buffering
|
H A D | curl_write_file.phpt | 7 Writes the value 'test' to a temporary file. Use curl to access this file and store the output in a…
|
H A D | curl_basic_001.phpt | 24 ob_start(); // start output buffering
|
H A D | curl_basic_002.phpt | 25 ob_start(); // start output buffering
|
/PHP-5.6/Zend/tests/ |
H A D | bug32296.phpt | 2 Bug #32296 (get_class_methods output has changed between 5.0.2 and 5.0.3)
|
/PHP-5.6/ext/standard/ |
H A D | url_scanner_ex.c | 252 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 D | sha1.phpt | 2 sha1() with ASCII output
|
/PHP-5.6/ext/standard/tests/http/ |
H A D | bug69337.phpt | 29 $pid = http_server("tcp://127.0.0.1:22345", $responses, $output);
|
/PHP-5.6/ext/standard/tests/array/ |
H A D | array_walk_basic2.phpt | 29 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 D | array_walk_recursive_basic2.phpt | 29 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 D | gdbhelp | 99 output *((phar_entry_info *)$m->pData)->fp 102 output *(phar_entry_info *)$m->pData
|
/PHP-5.6/ext/xmlrpc/libxmlrpc/ |
H A D | xml_to_dandarpc.c | 178 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 51 milliseconds
1...<<11121314151617181920>>...23