Home
last modified time | relevance | path

Searched refs:stream_get_contents (Results 1 – 25 of 53) sorted by last modified time

123

/PHP-5.5/tests/run-test/
H A Dtest010.phpt5 var_dump(stream_get_contents(STDIN));
6 var_dump(stream_get_contents(fopen('php://stdin', 'r')));
/PHP-5.5/sapi/fpm/tests/
H A D003.phpt37 stream_get_contents($tail);
/PHP-5.5/sapi/cli/tests/
H A D022.phpt35 echo stream_get_contents($client_socket);
/PHP-5.5/ext/zip/tests/
H A Dbug53579.phpt2 Bug #53579 (stream_get_contents() segfaults on ziparchive streams)
21 $contents = stream_get_contents($fp);
32 $contents = stream_get_contents($fp);
/PHP-5.5/ext/standard/tests/strings/
H A Dvfprintf_basic.phpt20 $content = stream_get_contents( $fp );
H A Dvfprintf_error3.phpt23 var_dump( stream_get_contents( $fp ) );
30 var_dump( stream_get_contents( $fp ) );
H A Dvfprintf_variation1.phpt38 $content = stream_get_contents( $fp );
/PHP-5.5/ext/standard/tests/streams/
H A Dbug54946.phpt2 Bug#54946 stream_get_contents infinite loop
7 $retval = stream_get_contents($stream, 1, 1);
17 $retval = stream_get_contents($stream, 1, 1);
28 $retval = stream_get_contents($stream, 1);
H A Dbug61019.phpt2 Bug #61019 (Out of memory on command stream_get_contents)
30 $tmp_stdin=stream_get_contents($pipes[1]);
35 $tmp_stderr=stream_get_contents($pipes[2]);
45 $tmp_stdin=stream_get_contents($pipes[1]);
50 $tmp_stderr=stream_get_contents($pipes[2]);
H A Dstream_copy_to_stream_socket.phpt19 var_dump(stream_get_contents($tmp));
24 var_dump(stream_get_contents($tmp));
H A Dstream_get_contents_001.phpt2 stream_get_contents() - Testing offset out of range
10 echo stream_get_contents($tmp, 2, 5), "--\n";
11 echo stream_get_contents($tmp, 2), "--\n";
12 echo stream_get_contents($tmp, 2, 3), "--\n";
13 echo stream_get_contents($tmp, 2, -1), "--\n";
H A Dstream_get_contents_002.phpt2 stream_get_contents() - Testing on socket with $maxlength
14 var_dump(stream_get_contents($sockets[1], 3));
H A Dbug46426.phpt2 Bug #46426 (3rd parameter offset of stream_get_contents not works for "0")
10 echo stream_get_contents($tmp, 2, 1);
12 echo stream_get_contents($tmp, -1);
14 echo stream_get_contents($tmp, -1, 0);
16 echo stream_get_contents($tmp, -1, 2);
18 echo stream_get_contents($tmp, 0, 0);
20 echo stream_get_contents($tmp, 1, 0);
22 echo stream_get_contents($tmp, -1);
H A Dbug48309.phpt16 var_dump(stream_get_contents($tmp));
24 var_dump(stream_get_contents($tmp));
/PHP-5.5/ext/standard/tests/http/
H A Dbug38802.phpt31 var_dump(stream_get_contents($fd));
35 var_dump(stream_get_contents($output));
H A Dbug48929.phpt26 var_dump(stream_get_contents($output));
H A Dbug53198.phpt25 var_dump(stream_get_contents($output));
H A Dbug61548.phpt30 echo stream_get_contents($output);
H A Dbug67430.phpt29 echo stream_get_contents($output);
H A Dignore_errors.phpt31 var_dump(stream_get_contents($fd));
35 var_dump(stream_get_contents($output));
/PHP-5.5/ext/standard/tests/filters/
H A Dchunked_001.phpt24 var_dump(stream_get_contents($fp));
H A Dfilter_errors.inc34 stream_get_contents($stream);
H A Dfilter_errors_user.phpt58 stream_get_contents($stream);
71 stream_get_contents($stream);
85 stream_get_contents($stream);
99 Warning: stream_get_contents(): Unprocessed filter buckets remaining on input brigade in %s
121 Warning: stream_get_contents(): Unprocessed filter buckets remaining on input brigade in %s
131 Warning: stream_get_contents(): Unprocessed filter buckets remaining on input brigade in %s
135 Warning: stream_get_contents(): Unprocessed filter buckets remaining on input brigade in %s
146 Warning: stream_get_contents(): Unprocessed filter buckets remaining on input brigade in %s
151 Warning: stream_get_contents(): Unprocessed filter buckets remaining on input brigade in %s
161 Warning: stream_get_contents(): Unprocessed filter buckets remaining on input brigade in %s
[all …]
/PHP-5.5/ext/standard/tests/file/
H A Dstream_rfc2397_001.phpt15 var_dump(stream_get_contents($file));
H A Dbug52820.phpt25 echo stream_get_contents($o);

Completed in 38 milliseconds

123