Home
last modified time | relevance | path

Searched refs:file_get_contents (Results 151 – 175 of 472) sorted by relevance

12345678910>>...19

/PHP-7.4/ext/spl/tests/
H A DSplFileObject_fwrite_variation_002.phpt11 var_dump(file_get_contents($file));
/PHP-7.4/ext/gd/tests/
H A Dimagecreatefromstring_webp.phpt11 $im = imagecreatefromstring(file_get_contents(__DIR__ . '/imagecreatefromstring.webp'));
H A Dimagecreatefromstring_gif.phpt11 $im = imagecreatefromstring(file_get_contents(__DIR__ . '/imagecreatefromstring.gif'));
H A Dimagecreatefromstring_png.phpt11 $im = imagecreatefromstring(file_get_contents(__DIR__ . '/imagecreatefromstring.gif'));
/PHP-7.4/ext/opcache/tests/
H A Dbug75893.phpt2 Bug #75893: file_get_contents $http_response_header variable bugged with opcache
H A Dbug66338.phpt35 echo file_get_contents("http://" . PHP_CLI_SERVER_ADDRESS . "/$base-clientUS.php" );
36 echo file_get_contents("http://" . PHP_CLI_SERVER_ADDRESS . "/$base-clientUK.php" );
/PHP-7.4/ext/openssl/tests/
H A Dbug74651.phpt10 $inputstr = file_get_contents(__DIR__ . "/74651.pem");
/PHP-7.4/ext/standard/tests/file/
H A Dtouch_variation2.phpt15 var_dump(file_get_contents($filename));
/PHP-7.4/ext/phar/tests/
H A Dmetadata_write_commit.phpt24 var_dump(file_get_contents($pname.'/'.$name));
44 var_dump(file_get_contents($pname.'/'.$name));
H A Dtest_alias_unset.phpt34 $a = file_get_contents($pname . '/file1.txt'); // this fails because $fname2 ref exists
44 Warning: file_get_contents(phar://%sfile1.txt): failed to open stream: Cannot open archive "%stest_…
/PHP-7.4/ext/standard/tests/streams/
H A Dproc_open_bug64438.phpt9 …$cmd = PHP_BINARY . ' -n -r "fwrite(STDOUT, $in = file_get_contents(\'php://stdin\')); fwrite(STDE…
11 …$cmd = PHP_BINARY . ' -n -r \'fwrite(STDOUT, $in = file_get_contents("php://stdin")); fwrite(STDER…
H A Dbug71245.phpt2 Bug #71245 (file_get_contents() ignores "header" context option if it's a reference)
/PHP-7.4/ext/phar/tests/cache_list/files/
H A Dblog.phar10 var_dump(file_get_contents("config.xml"));
/PHP-7.4/ext/soap/tests/
H A Dserver011.phpt20 if ($wsdl == file_get_contents(__DIR__."/test.wsdl")) {
/PHP-7.4/ext/readline/tests/
H A Dlibedit_write_history_001-win32.phpt21 var_dump(file_get_contents($name));
H A Dlibedit_write_history_001.phpt21 var_dump(file_get_contents($name));
/PHP-7.4/ext/standard/tests/http/
H A Dbug75981.phpt25 echo @file_get_contents('http://127.0.0.1:12342/', false, $ctx);
H A Dhttp_response_header_05.phpt18 $f = file_get_contents('http://127.0.0.1:22350/');
/PHP-7.4/ext/bz2/tests/
H A Dbug81092.phpt15 var_dump(strlen(bzdecompress(file_get_contents(__DIR__ . "/81092.bz2"))));
/PHP-7.4/ext/phar/tests/files/
H A Dblog.phar12 var_dump(str_replace("\r\n", "\n", file_get_contents("config.xml")));
/PHP-7.4/ext/standard/tests/image/
H A Dgetimagesizefromstring1.phpt9 $data = file_get_contents($img);
/PHP-7.4/ext/xmlwriter/tests/
H A D001.phpt16 echo file_get_contents($doc_dest);
/PHP-7.4/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-7.4/ext/phar/tests/zip/
H A Dmetadata_write_commit.phpt26 var_dump(file_get_contents($p2name.'/'.$name));
48 var_dump(file_get_contents($pname.'/'.$name));

Completed in 29 milliseconds

12345678910>>...19