Home
last modified time | relevance | path

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

12345678910>>...15

/PHP-5.5/ext/standard/tests/strings/
H A Dfprintf_variation_007_64bit.phpt30 print_r(file_get_contents($data_file));
H A Dfprintf_variation_008.phpt31 print_r(file_get_contents($data_file));
H A Dfprintf_variation_008_64bit.phpt31 print_r(file_get_contents($data_file));
H A Dfprintf_variation_001.phpt35 print_r(file_get_contents($data_file));
H A Dvfprintf_basic8.phpt36 print_r(file_get_contents($data_file));
/PHP-5.5/ext/com_dotnet/tests/
H A Dbug66431_0.phpt18 $check_text = file_get_contents($fpath);
/PHP-5.5/ext/phar/tests/
H A Dphar_gobyebye-win32.phpt20 echo file_get_contents("foo/hi");
36 Warning: file_get_contents(foo/hi): failed to open stream: No such file or directory in phar://%sph…
H A D011.phpt22 echo file_get_contents('phar://hio/a');
H A D010.phpt21 echo file_get_contents('phar://hio/a');
/PHP-5.5/ext/standard/tests/file/
H A Dinclude_userstream_002.phpt92 echo @file_get_contents("test1://hello"),"\n";
94 echo @file_get_contents("test2://hello"),"\n";
H A Dsymlink_link_linkinfo_is_link_variation4.phpt44 $data_from_link = file_get_contents($linkname); // data read from $filename
60 $data_from_file = file_get_contents($filename);
76 $data_from_link = file_get_contents($linkname);
H A Dsymlink_link_linkinfo_is_link_variation3.phpt50 $data_from_link = file_get_contents($linkname); // data read from $filename
72 $data_from_file = file_get_contents($filename);
94 $data_from_link = file_get_contents($linkname);
H A Dfile_put_contents_variation5.phpt38 $line = file_get_contents($filename);
/PHP-5.5/ext/standard/tests/mail/
H A Dbug51604.phpt23 echo file_get_contents($outFile);
H A Dbug69874.phpt30 echo file_get_contents($outFile);
/PHP-5.5/ext/xmlwriter/tests/
H A D010.phpt25 var_dump(file_get_contents($file));
/PHP-5.5/ext/phar/tests/zip/
H A Dunixzip.phpt14 echo file_get_contents($b->getPathName()), "\n";
/PHP-5.5/ext/openssl/tests/
H A Dbug64802.phpt10 $cert = file_get_contents(__DIR__.'/bug64802.pem');
/PHP-5.5/ext/standard/tests/http/
H A Dbug69337.phpt31 $f = file_get_contents('http://127.0.0.1:22345/', 0, $ctx);
/PHP-5.5/ext/dom/tests/
H A DDOMDocument_saveHTMLFile_formatOutput.phpt25 echo file_get_contents($filename);
H A DDOMDocument_saveHTMLFile_basic.phpt24 echo file_get_contents($filename);
/PHP-5.5/ext/oci8/tests/
H A Dbind_long_raw.phpt18 $fileimage = file_get_contents( dirname(__FILE__)."/test.gif");
H A Dbind_raw.phpt18 $fileimage = file_get_contents( dirname(__FILE__)."/test.gif");
H A Dbind_raw_2.phpt18 $fileimage = file_get_contents( dirname(__FILE__)."/test.gif");
/PHP-5.5/ext/curl/tests/
H A Dcurl_write_file.phpt30 echo file_get_contents($test_file);

Completed in 23 milliseconds

12345678910>>...15