Home
last modified time | relevance | path

Searched refs:file_get_contents (Results 201 – 225 of 505) sorted by relevance

12345678910>>...21

/php-src/ext/phar/tests/
H A Dphar_metadata_read.phpt23 var_dump(file_get_contents($pname.'/'.$name));
44 var_dump(file_get_contents($pname.'/'.$name));
H A D012.phpt22 echo file_get_contents('phar://hio/a');
H A D015.phpt18 echo file_get_contents($pname .'/a');
H A D015b.phpt18 var_dump(file_get_contents($pname . '/a'));
H A D031.phpt18 var_dump(file_get_contents($pname));
/php-src/ext/standard/tests/http/
H A Dbug75981.phpt25 echo @file_get_contents($uri, false, $ctx);
/php-src/ext/openssl/tests/
H A Dbug61930.phpt7 $cert = file_get_contents(__DIR__.'/public.crt');
H A Dbug64802.phpt11 $cert = file_get_contents(__DIR__.'/bug64802.pem');
/php-src/ext/phar/tests/files/
H A Dblog.phar12 var_dump(str_replace("\r\n", "\n", file_get_contents("config.xml")));
/php-src/ext/dom/tests/
H A DDOMDocument_schemaValidateSource_addAttrs.phpt14 $xsd = file_get_contents(__DIR__."/book.xsd");
H A DDOMDocument_schemaValidateSource_missingAttrs.phpt14 $xsd = file_get_contents(__DIR__."/book.xsd");
/php-src/ext/standard/tests/image/
H A Dgetimagesizefromstring1.phpt9 $data = file_get_contents($img);
/php-src/ext/standard/tests/file/
H A Dbug43008.phpt16 var_dump(urlencode(file_get_contents($url)));
H A Dgh9441.phpt14 var_dump(file_get_contents("php://input"));
H A Dstream_rfc2397_004.phpt19 var_dump(@file_get_contents($stream));
/php-src/ext/mbstring/
H A Dgen_rare_cp_bitvec.php11 $input = file_get_contents($argv[1]);
/php-src/ext/xmlwriter/tests/
H A DOO_001.phpt17 echo file_get_contents($doc_dest);
H A D005-mb.phpt21 echo file_get_contents($doc_dest);
H A D005.phpt21 echo file_get_contents($doc_dest);
/php-src/ext/zlib/tests/
H A Dzlib_scheme_file_put_contents_basic.phpt2 Test compress.zlib:// scheme with the file_get_contents
H A Dzlib_scheme_file_read_file_basic.phpt2 Test compress.zlib:// scheme with the file_get_contents
/php-src/ext/standard/tests/streams/
H A Dbug71245.phpt2 Bug #71245 (file_get_contents() ignores "header" context option if it's a reference)
H A Dstream_read_object_return.phpt19 var_dump(file_get_contents('mystream://'));
/php-src/ext/fileinfo/
H A Dcreate_data_file.php38 $dta = file_get_contents( $argv[1] );
/php-src/ext/readline/tests/
H A Dlibedit_write_history_001.phpt23 var_dump(file_get_contents($name));

Completed in 31 milliseconds

12345678910>>...21