Searched refs:file_get_contents (Results 201 – 225 of 371) sorted by relevance
12345678910>>...15
30 print_r(file_get_contents($data_file));
31 print_r(file_get_contents($data_file));
35 print_r(file_get_contents($data_file));
36 print_r(file_get_contents($data_file));
18 $check_text = file_get_contents($fpath);
20 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…
22 echo file_get_contents('phar://hio/a');
21 echo file_get_contents('phar://hio/a');
92 echo @file_get_contents("test1://hello"),"\n";94 echo @file_get_contents("test2://hello"),"\n";
44 $data_from_link = file_get_contents($linkname); // data read from $filename60 $data_from_file = file_get_contents($filename);76 $data_from_link = file_get_contents($linkname);
50 $data_from_link = file_get_contents($linkname); // data read from $filename72 $data_from_file = file_get_contents($filename);94 $data_from_link = file_get_contents($linkname);
38 $line = file_get_contents($filename);
23 echo file_get_contents($outFile);
30 echo file_get_contents($outFile);
25 var_dump(file_get_contents($file));
14 echo file_get_contents($b->getPathName()), "\n";
10 $cert = file_get_contents(__DIR__.'/bug64802.pem');
31 $f = file_get_contents('http://127.0.0.1:22345/', 0, $ctx);
25 echo file_get_contents($filename);
24 echo file_get_contents($filename);
18 $fileimage = file_get_contents( dirname(__FILE__)."/test.gif");
30 echo file_get_contents($test_file);
Completed in 23 milliseconds