Home
last modified time | relevance | path

Searched refs:file_get_contents (Results 101 – 125 of 371) sorted by relevance

12345678910>>...15

/PHP-5.5/ext/phar/tests/
H A Dmounteddir.phpt18 echo file_get_contents(Phar::running(1) . "/testit/extfile.php"), "\n";
19 echo file_get_contents(Phar::running(1) . "/testit/directory"), "\n";
20 echo file_get_contents(Phar::running(1) . "/testit/existing.txt"), "\n";
100 Warning: file_get_contents(phar://%stempmanifest1.phar.php/testit/directory): failed to open stream…
H A DmounteddirU.phpt18 echo file_get_contents(Phar::running(1) . "/testit/extfile.php"), "\n";
19 echo file_get_contents(Phar::running(1) . "/testit/directory"), "\n";
20 echo file_get_contents(Phar::running(1) . "/testit/existing.txt"), "\n";
100 Warning: file_get_contents(phar://%stempmanifest1.phar.php/testit/directory): failed to open stream…
H A Dmetadata_write.phpt25 var_dump(file_get_contents($pname.'/'.$name));
41 var_dump(file_get_contents($pname.'/'.$name));
H A Dmetadata_writeU.phpt25 var_dump(file_get_contents($pname.'/'.$name));
41 var_dump(file_get_contents($pname.'/'.$name));
H A Dmetadata_write_commit.phpt25 var_dump(file_get_contents($pname.'/'.$name));
45 var_dump(file_get_contents($pname.'/'.$name));
H A Dmetadata_write_commitU.phpt25 var_dump(file_get_contents($pname.'/'.$name));
45 var_dump(file_get_contents($pname.'/'.$name));
H A Dphar_metadata_write.phpt25 var_dump(file_get_contents($pname.'/'.$name));
45 var_dump(file_get_contents($pname.'/'.$name));
H A Dphar_metadata_writeU.phpt25 var_dump(file_get_contents($pname.'/'.$name));
45 var_dump(file_get_contents($pname.'/'.$name));
/PHP-5.5/win32/build/
H A Dprojectgen.js23 sources = file_get_contents("tmp\\src\\" + ext + ".sources.tmp");
28 headers = file_get_contents("tmp\\src\\" + ext + ".headers.tmp");
246 var stmpl = file_get_contents("win32\\build\\template.dsw");
247 var mtmpl = file_get_contents("win32\\build\\template.dsw");
289 contents = file_get_contents(f.item());
365 sblocks += file_get_contents("win32\\build\\block.template.dsw");
378 mblocks += file_get_contents("win32\\build\\block.template.dsw");
405 hdr = file_get_contents("tmp\\src\\" + ext + ".headers.tmp");
483 config = file_get_contents(configfile);
533 var tmpl = file_get_contents("win32\\build\\template.dsp");
/PHP-5.5/ext/standard/tests/file/
H A Dbug61961.phpt8 var_dump(file_get_contents($tmp_empty_file, NULL, NULL, NULL, 10));
H A Dstream_rfc2397_001.phpt10 var_dump(file_get_contents($data));
/PHP-5.5/ext/fileinfo/
H A Dfileinfo.php27 echo $fi->buffer(file_get_contents($file)) . "\n";
/PHP-5.5/ext/mbstring/tests/
H A Dzend_multibyte-13.phpt10 var_dump(substr(file_get_contents(__FILE__), __COMPILER_HALT_OFFSET__));
H A Dzend_multibyte-14.phpt10 var_dump(substr(file_get_contents(__FILE__), __COMPILER_HALT_OFFSET__));
/PHP-5.5/ext/gd/tests/
H A Dcreatefromstring.phpt17 $im_string = file_get_contents(dirname(__FILE__) . '/tc.png');
37 $im_string = file_get_contents(dirname(__FILE__) . '/p.png');
/PHP-5.5/tests/basic/
H A Drfc1867_max_file_uploads_empty_files.phpt37 var_dump(file_get_contents($_FILES["file1"]["tmp_name"]));
40 var_dump(file_get_contents($_FILES["file4"]["tmp_name"]));
H A Drfc1867_post_max_filesize.phpt32 var_dump(file_get_contents($_FILES["file1"]["tmp_name"]));
35 var_dump(file_get_contents($_FILES["file3"]["tmp_name"]));
/PHP-5.5/ext/hash/
H A Dbench.php75 $data = file_get_contents(__FILE__);
/PHP-5.5/ext/phar/tests/cache_list/files/
H A Dwrite4.phar5 var_dump(file_exists("phar://" . __FILE__ . "/test.txt"), file_get_contents("phar://" . __FILE__ . …
H A Dwrite4.phar.inc11 var_dump(file_exists("phar://" . __FILE__ . "/test.txt"), file_get_contents("phar://" . __FILE__ . …
/PHP-5.5/ext/openssl/tests/
H A Dbug39217.phpt12 $res = openssl_x509_parse(file_get_contents($dir . '/' . $cert));
/PHP-5.5/ext/readline/tests/
H A Dreadline_write_history_001.phpt18 var_dump(file_get_contents($name));
H A Dlibedit_write_history_001.phpt18 var_dump(file_get_contents($name));
/PHP-5.5/ext/dom/tests/
H A DDOMDocument_schemaValidateSource_basic.phpt15 $xsd = file_get_contents(dirname(__FILE__)."/book.xsd");
/PHP-5.5/tests/run-test/
H A Dtest010.phpt7 var_dump(file_get_contents('php://stdin'));

Completed in 39 milliseconds

12345678910>>...15