Home
last modified time | relevance | path

Searched refs:output (Results 176 – 200 of 521) sorted by last modified time

12345678910>>...21

/PHP-5.5/ext/standard/tests/http/
H A Dbug48929.phpt19 $pid = http_server("tcp://127.0.0.1:12342", $responses, $output);
25 fseek($output, 0, SEEK_SET);
26 var_dump(stream_get_contents($output));
27 fseek($output, 0, SEEK_SET);
H A Dbug53198.phpt18 $pid = http_server("tcp://127.0.0.1:12342", $responses, $output);
24 fseek($output, 0, SEEK_SET);
25 var_dump(stream_get_contents($output));
26 fseek($output, 0, SEEK_SET);
H A Dbug60570.phpt20 $pid = http_server("tcp://127.0.0.1:12342", $responses, $output);
H A Dbug61548.phpt26 $pid = http_server('tcp://127.0.0.1:12342', $responses, $output);
29 fseek($output, 0, SEEK_SET);
30 echo stream_get_contents($output);
H A Dbug67430.phpt25 $pid = http_server('tcp://127.0.0.1:12342', $responses, $output);
28 fseek($output, 0, SEEK_SET);
29 echo stream_get_contents($output);
H A Dbug69337.phpt29 $pid = http_server("tcp://127.0.0.1:22345", $responses, $output);
H A Dignore_errors.phpt20 $pid = http_server("tcp://127.0.0.1:12342", $responses, $output);
34 fseek($output, 0, SEEK_SET);
35 var_dump(stream_get_contents($output));
36 fseek($output, 0, SEEK_SET);
H A Dserver.inc14 * $output is a stream on which everything sent by clients is written to
16 function http_server($socket_string, array $files, &$output = null) {
25 if ($output === null) {
26 $output = tmpfile();
27 if ($output === false) {
58 fwrite($output, b"\r\n");
61 fwrite($output, b"$line\r\n");
73 stream_copy_to_stream($sock, $output, $content_length);
/PHP-5.5/ext/standard/tests/general_functions/
H A Dis_int.phpt36 integer values, expected output: bool(true) */
126 is_int() on non integer types, expected output: bool(false) */
H A Dis_int_64bit.phpt38 integer values, expected output: bool(true) */
128 is_int() on non integer types, expected output: bool(false) */
H A Dis_null.phpt36 null values, expected output: bool(true) */
123 is_null() on non null types, expected output: bool(false) */
H A Dis_numeric.phpt93 numeric values, expected output: bool(true) */
142 is_numeric() on non numeric values, expected output: bool(false) */
H A Dis_object.phpt94 objects, expected output: bool(true) */
134 is_object() on non object types, expected output: bool(false) */
H A Dis_scalar.phpt49 and see the working of is_scalar(), expected output: bool(true)
100 working of is_scalar on non-scalar values, expected output: bool(false)
H A Dis_string.phpt54 strings, expected output bool(true) */
136 is_string() on non string types, expected output bool(false) */
H A Dob_get_flush_basic.phpt8 …cription: Get current buffer contents, flush (send) the output buffer, and delete current output b…
9 * Source code: main/output.c
H A Dob_get_flush_error.phpt8 …cription: Get current buffer contents, flush (send) the output buffer, and delete current output b…
9 * Source code: main/output.c
H A Dob_get_length_basic.phpt8 * Description: Return the length of the output buffer
9 * Source code: main/output.c
H A Dob_start_closures.phpt2 Test ob_start() function : closures as output handlers
7 echo "*** Testing ob_start() : closures as output handlers ***\n";
9 ob_start(function ($output) {
10 return 'Output (1): ' . $output;
13 ob_start(function ($output) {
14 return 'Output (2): ' . $output;
32 *** Testing ob_start() : closures as output handlers ***
H A Dprint_r.phpt21 //default = false, prints output to screen
23 //$return=TRUE, print_r() will return its output, instead of printing it
24 $ret_string = print_r($variable, true); //$ret_string captures the output
26 //$return=false, print_r() prints the output; default behavior
H A Dprint_r_64bit.phpt22 //default = false, prints output to screen
24 //$return=TRUE, print_r() will return its output, instead of printing it
25 $ret_string = print_r($variable, true); //$ret_string captures the output
27 //$return=false, print_r() prints the output; default behavior
H A Dintval.phpt37 integer values, expected output:integer value in decimal notation for valid integer */
144 …intval() on non integer types, expected output: integer value in decimal notation for valid intege…
H A Dis_array.phpt29 type of arrays, expected output bool(true) */
94 is_array() on non array types, expected output bool(false) */
H A Dis_bool.phpt18 bool values, expected output: bool(true) */
123 is_bool() on non bull types, expected output: bool(false) */
H A Dhead.phpt36 Warning: Cannot modify header information - headers already sent by (output started at %s:%d) in %s…
39 Warning: Cannot modify header information - headers already sent by (output started at %s:%d) in %s…
45 Warning: Cannot modify header information - headers already sent by (output started at %s:%d) in %s…
48 Warning: Cannot modify header information - headers already sent by (output started at %s:%d) in %s…

Completed in 32 milliseconds

12345678910>>...21