Home
last modified time | relevance | path

Searched refs:stream_get_contents (Results 51 – 75 of 84) sorted by relevance

1234

/PHP-7.4/ext/standard/tests/http/
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));
H A Dbug53198.phpt25 var_dump(stream_get_contents($output));
H A Dbug48929.phpt26 var_dump(stream_get_contents($output));
H A Dbug65634.phpt29 echo stream_get_contents($output);
H A Dbug38802.phpt31 var_dump(stream_get_contents($fd));
35 var_dump(stream_get_contents($output));
H A Dbug61548.phpt30 echo stream_get_contents($output);
/PHP-7.4/ext/openssl/tests/
H A Dbug77390.phpt29 $chunk = stream_get_contents($fp, 4096);
88 $data = stream_get_contents($fp);
/PHP-7.4/ext/oci8/tests/
H A Dbug70700.phpt56 $stream1a = stream_get_contents($fh);
87 $stream2a = stream_get_contents($fh);
118 $stream3a = stream_get_contents($fh);
149 $stream4a = stream_get_contents($fh);
/PHP-7.4/sapi/phpdbg/tests/
H A Drun_002.phpt48 var_dump(stream_get_contents(STDIN));
/PHP-7.4/ext/phar/tests/tar/
H A Dphar_magic.phpt14 $p['b/c.php'] = '<?php echo "in b\n";$a = fopen("a", "r", true);echo stream_get_contents($a);fclose…
/PHP-7.4/ext/standard/tests/file/
H A Dbug72035.phpt27 echo stream_get_contents($pipes[0]);
H A Dbug52820.phpt25 echo stream_get_contents($o);
/PHP-7.4/ext/zlib/tests/
H A Dbug75273.phpt41 $out_data = stream_get_contents($stream);
/PHP-7.4/sapi/cli/tests/
H A D022.phpt35 echo stream_get_contents($client_socket);
/PHP-7.4/ext/standard/tests/filters/
H A Dchunked_001.phpt24 var_dump(stream_get_contents($fp));
/PHP-7.4/ext/standard/tests/streams/
H A Dbug79984.phpt48 var_dump(strlen(stream_get_contents($f2)));
H A Dproc_open_bug60120.phpt12 \$input = stream_get_contents(STDIN);
/PHP-7.4/ext/phar/tests/zip/
H A Dphar_magic.phpt17 $p['b/c.php'] = '<?php echo "in b\n";$a = fopen("a", "r", true);echo stream_get_contents($a);fclose…
/PHP-7.4/ext/phar/tests/
H A Dcached_manifest_1.phpt26 string(131) "<?php echo "in b\n";$a = fopen("index.php", "r", true);echo stream_get_contents($a);fc…
/PHP-7.4/ext/phar/tests/zip/files/
H A Dzipmaker.php.inc33 $this->zip->addFromString($path, stream_get_contents($fileOrStream));
/PHP-7.4/ext/standard/tests/general_functions/
H A Dproc_open_redirect.phpt15 var_dump(stream_get_contents($pipes[1]));
/PHP-7.4/ext/standard/tests/strings/
H A Dvfprintf_basic.phpt20 $content = stream_get_contents( $fp );
H A Dvfprintf_variation1.phpt38 $content = stream_get_contents( $fp );
/PHP-7.4/ext/pdo_pgsql/tests/
H A Dlarge_objects.phpt42 var_dump(stream_get_contents($lob));

Completed in 27 milliseconds

1234