Home
last modified time | relevance | path

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

1...<<11121314151617181920>>...24

/PHP-7.0/ext/bcmath/
H A Dconfig.w3210 num2long.c output.c recmul.c sqrt.c zero.c debug.c doaddsub.c \
/PHP-7.0/ext/iconv/tests/
H A Dbug48289.phpt11 'output-charset' => 'UTF-8',
/PHP-7.0/ext/standard/tests/array/
H A Darray_walk_recursive_variation6.phpt31 echo "\n"; // new line to separate the output between each element
45 echo "\n"; // new line to separate the output between each element
59 echo "\n"; // new line to separate the output between each element
H A Darray_walk_recursive_variation9.phpt27 echo "\n"; // new line to separate the output between each element
37 echo "\n"; // new line to separate the output between each element
/PHP-7.0/ext/standard/tests/http/
H A Dbug38802.phpt22 $pid = http_server("tcp://127.0.0.1:12342", $responses, $output);
34 fseek($output, 0, SEEK_SET);
35 var_dump(stream_get_contents($output));
/PHP-7.0/ext/oci8/tests/
H A Dconn_attr_5.phpt9 if ($test_drcp) die("skip output might vary with DRCP");
13 die("skip expected output only valid when using Oracle 10g or greater database server");
/PHP-7.0/
H A Drun-tests.php1601 if (!strncasecmp('skip', ltrim($output), 4)) {
1622 if (!strncasecmp('info', ltrim($output), 4)) {
1628 if (!strncasecmp('warn', ltrim($output), 4)) {
1949 $output = preg_replace("/\r\n/", "\n", trim($out));
1955 $output = trim($match[2]);
2004 show_file_block('out', $output);
2086 if (preg_match("/^$wanted_re\$/s", $output)) {
2114 if (!strcmp($output, $wanted)) {
2144 $output = $output_headers . "\n--HEADERS--\n" . $output;
2204 $output
[all …]
/PHP-7.0/ext/session/tests/
H A Dbug42596.phpt12 arg_separator.output="&amp;"
/PHP-7.0/tests/lang/
H A Dbug24951.phpt2 Bug #24951 (ob_flush() destroys output handler)
/PHP-7.0/ext/curl/tests/
H A Dcurl_copy_handle_basic_004.phpt19 ob_start(); // start output buffering
H A Dcurl_setopt_basic003.phpt29 ob_start(); // start output buffering
H A Dcurl_write_callback.phpt7 Writes the value 'test' to a temporary file. Use curl to access this file, passing the output into …
H A Dcurl_write_stdout.phpt7 Writes the value 'test' to a temporary file. Use curl to access this file and store the output in a…
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
/PHP-7.0/ext/snmp/tests/
H A Dsnmp_set_oid_output_format.phpt28 Warning: snmp_set_oid_output_format(): Unknown SNMP output print format '123' in %s on line %d
/PHP-7.0/ext/intl/tests/
H A Dcollator_sort_with_sort_keys_variant2.phpt31 // with output string.
36 // Preppend test signature to output string
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
/PHP-7.0/ext/dom/tests/
H A Ddom007.phpt71 sort($xkeys); // fix inconsistent output ordering (bug #61810)
81 sort($xkeys); // fix inconsistent output ordering (bug #61810)
/PHP-7.0/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-7.0/ext/tidy/tests/
H A D020.phpt14 $tidy->parseString($str, array('output-xhtml'=>1), 'latin1');
/PHP-7.0/Zend/tests/
H A Dbug32296.phpt2 Bug #32296 (get_class_methods output has changed between 5.0.2 and 5.0.3)

Completed in 56 milliseconds

1...<<11121314151617181920>>...24