Home
last modified time | relevance | path

Searched refs:output (Results 201 – 225 of 470) sorted by relevance

12345678910>>...19

/PHP-5.3/ext/openssl/tests/
H A D018.phpt11 var_dump(openssl_sign($data, $sign, $privkey)); // no output
/PHP-5.3/ext/gd/tests/
H A Dbug41442.phpt2 Bug #41442 (imagegd2() under output control)
H A Dimagesetbrush_basic.phpt29 // Get output and generate md5 hash
H A Dimagecolorset_basic.phpt26 // Get output and generate md5 hash
/PHP-5.3/ext/standard/tests/http/
H A Dbug43510.phpt16 $pid = http_server("tcp://127.0.0.1:12342", $responses, $output);
/PHP-5.3/ext/imap/tests/
H A Dbug31142_2.phpt2 Bug #31142 test #2 (imap_mail_compose() generates incorrect output)
/PHP-5.3/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-5.3/
H A Drun-tests.php1497 if (!strncasecmp('skip', ltrim($output), 4)) {
1518 if (!strncasecmp('info', ltrim($output), 4)) {
1524 if (!strncasecmp('warn', ltrim($output), 4)) {
1818 $output = preg_replace("/\r\n/", "\n", trim($out));
1824 $output = trim($match[2]);
1873 show_file_block('out', $output);
1955 if (preg_match("/^$wanted_re\$/s", $output)) {
1983 if (!strcmp($output, $wanted)) {
2013 $output = $output_headers . "\n--HEADERS--\n" . $output;
2073 $output
[all …]
/PHP-5.3/ext/iconv/tests/
H A Dbug48289.phpt11 'output-charset' => 'UTF-8',
/PHP-5.3/ext/bcmath/
H A Dconfig.w3210 num2long.c output.c recmul.c sqrt.c zero.c debug.c doaddsub.c \
/PHP-5.3/ext/oci8/tests/
H A Dconn_attr_5.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");
/PHP-5.3/ext/intl/tests/
H A Dcollator_sort_with_sort_keys.phpt30 // with output string.
35 // Preppend test signature to output string
H A Dcollator_asort.phpt29 // Return output data.
33 // Preppend test signature to output string
/PHP-5.3/ext/session/tests/
H A Dbug42596.phpt12 arg_separator.output="&"
/PHP-5.3/tests/lang/
H A Dbug24951.phpt2 Bug #24951 (ob_flush() destroys output handler)
/PHP-5.3/ext/curl/tests/
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.phpt18 ob_start(); // start output buffering
H A Dcurl_copy_handle_basic_004.phpt18 ob_start(); // start output buffering
H A Dcurl_setopt_basic001.phpt21 ob_start(); // start output buffering
/PHP-5.3/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.3/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-5.3/ext/tidy/tests/
H A D020.phpt14 $tidy->parseString($str, array('output-xhtml'=>1), 'latin1');
/PHP-5.3/Zend/tests/
H A Dbug32296.phpt2 Bug #32296 (get_class_methods output has changed between 5.0.2 and 5.0.3)

Completed in 42 milliseconds

12345678910>>...19