Home
last modified time | relevance | path

Searched refs:output (Results 226 – 250 of 521) sorted by relevance

12345678910>>...21

/PHP-5.5/ext/gd/tests/
H A Dbug41442.phpt2 Bug #41442 (imagegd2() under output control)
H A Dimagecolorset_basic.phpt26 // Get output and generate md5 hash
H A Dimagesetbrush_basic.phpt29 // Get output and generate md5 hash
/PHP-5.5/ext/imap/tests/
H A Dbug31142_2.phpt2 Bug #31142 test #2 (imap_mail_compose() generates incorrect output)
/PHP-5.5/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.5/main/
H A Dphp_output.h113 typedef void (*php_output_handler_func_t)(char *output, uint output_len, char **handled_output, uin…
146 ZEND_BEGIN_MODULE_GLOBALS(output)
153 ZEND_END_MODULE_GLOBALS(output)
/PHP-5.5/
H A Drun-tests.php1519 if (!strncasecmp('skip', ltrim($output), 4)) {
1540 if (!strncasecmp('info', ltrim($output), 4)) {
1546 if (!strncasecmp('warn', ltrim($output), 4)) {
1850 $output = preg_replace("/\r\n/", "\n", trim($out));
1856 $output = trim($match[2]);
1905 show_file_block('out', $output);
1987 if (preg_match("/^$wanted_re\$/s", $output)) {
2015 if (!strcmp($output, $wanted)) {
2045 $output = $output_headers . "\n--HEADERS--\n" . $output;
2105 $output
[all …]
/PHP-5.5/Zend/tests/
H A Dbug64896.phpt33 /* will output:
/PHP-5.5/ext/bcmath/
H A Dconfig.w3210 num2long.c output.c recmul.c sqrt.c zero.c debug.c doaddsub.c \
/PHP-5.5/ext/iconv/tests/
H A Dbug48289.phpt11 'output-charset' => 'UTF-8',
/PHP-5.5/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.5/ext/session/tests/
H A Dbug42596.phpt12 arg_separator.output="&"
/PHP-5.5/tests/lang/
H A Dbug24951.phpt2 Bug #24951 (ob_flush() destroys output handler)
/PHP-5.5/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-5.5/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…
/PHP-5.5/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
/PHP-5.5/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.5/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 */

Completed in 32 milliseconds

12345678910>>...21