Home
last modified time | relevance | path

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

1...<<11121314151617181920>>...22

/PHP-8.0/ext/standard/tests/http/
H A Dbug43510.phpt16 ['pid' => $pid, 'uri' => $uri ] = http_server($responses, $output);
H A Dhttp_response_header_02.phpt17 ['pid' => $pid, 'uri' => $uri] = http_server($responses, $output);
H A Dbug80256.phpt21 ['pid' => $pid, 'uri' => $uri] = http_server($responses, $output);
/PHP-8.0/ext/hash/tests/
H A Dhash_update_stream_basic_001.phpt23 // Stream it with 0 length and output hash
/PHP-8.0/ext/bcmath/
H A Dconfig.w329 num2long.c output.c recmul.c sqrt.c zero.c debug.c doaddsub.c \
/PHP-8.0/ext/curl/tests/
H A Dcurl_basic_012.phpt18 ob_start(); // start output buffering
H A Dcurl_basic_013.phpt18 ob_start(); // start output buffering
H A Dcurl_basic_011.phpt18 ob_start(); // start output buffering
/PHP-8.0/ext/iconv/tests/
H A Dbug48289.phpt11 'output-charset' => 'UTF-8',
/PHP-8.0/
H A Drun-tests.php2223 $output = trim($output);
2247 if (!strncasecmp('info', $output, 4) && preg_match('/^info\s*(.+)/i', $output, $m)) {
2249 … } elseif (!strncasecmp('warn', $output, 4) && preg_match('/^warn\s+(.+)/i', $output, $m)) {
2255 } elseif ($output !== '') {
2579 $output = trim($match[2]);
2623 show_file_block('out', $output);
2626 $output = trim(preg_replace("/\n?Warning: Can't preload [^\n]*\n?/", "", $output));
2710 if (!strcmp($output, $wanted)) {
2740 $output = $output_headers . "\n--HEADERS--\n" . $output;
2826 $output
[all …]
/PHP-8.0/ext/standard/tests/array/
H A Darray_walk_basic2.phpt17 echo "\n"; // new line to separate the output between each element
26 echo "\n"; // new line to separate the output between each element
H A Darray_walk_recursive_basic2.phpt17 echo "\n"; // new line to separate the output between each element
26 echo "\n"; // new line to separate the output between each element
/PHP-8.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-8.0/Zend/tests/closures/
H A Dclosure_from_callable.inc19 $output = $fn($input);
20 return $input === $output;
/PHP-8.0/ext/tidy/tests/
H A D020.phpt14 $tidy->parseString($str, array('output-xhtml'=>1), 'latin1');
/PHP-8.0/tests/lang/
H A Dbug24951.phpt2 Bug #24951 (ob_flush() destroys output handler)
/PHP-8.0/ext/standard/tests/general_functions/
H A Dbug44394_2.phpt2 Bug #44394 (Last two bytes missing from output) with session.use_trans_id
/PHP-8.0/ext/mbstring/tests/
H A Dmb_substitute_character_variation2.phpt13 //output the default which is ? in ISO-8859-1, x3f
/PHP-8.0/sapi/fpm/tests/
H A Dlog-bwd-limit-1050-msg-2900.phpt2 FPM: Buffered worker output decorated log with limit 1050 with 2900 msg
H A Dlog-bwd-limit-64-too-low-error.phpt2 FPM: Buffered worker output decorated log with limit 64 fails because it is too low
H A Dlog-bwd-limit-8000-msg-4096.phpt2 FPM: Buffered worker output decorated log with limit 8000 with 4096 msg
H A Dlog-dwd-limit-1050-msg-2900.phpt2 FPM: Direct worker output decorated log with limit 1050 with 2900 msg
H A Dlog-dwd-limit-8000-msg-4096.phpt2 FPM: Direct worker output decorated log with limit 8000 with 4096 msg
/PHP-8.0/ext/spl/tests/
H A DSPLDoublyLinkedList_iterate_by_reference.phpt15 …// We should never see this output, because the "by reference" exception should be thrown in the p…
/PHP-8.0/ext/session/tests/
H A Dbug42596.phpt12 arg_separator.output="&amp;"

Completed in 31 milliseconds

1...<<11121314151617181920>>...22