Home
last modified time | relevance | path

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

12345678910>>...21

/php-src/ext/openssl/tests/
H A Dopenssl_cms_read_basic.phpt7 $infile = file_get_contents(__DIR__ . "/cert.p7b");
8 $certfile = file_get_contents(__DIR__ . "/cert.crt");
H A Dopenssl_pkcs12_read_basic.phpt8 $cert = file_get_contents(__DIR__ . "/public.crt");
9 $priv = file_get_contents(__DIR__ . "/private.crt");
10 $extracert = file_get_contents(__DIR__ . "/cert.crt");
/php-src/ext/standard/tests/file/
H A Dftruncate_bug76803.phpt13 var_dump(addslashes(file_get_contents($fn)));
19 var_dump(addslashes(file_get_contents($fn)));
H A Dstream_copy_to_stream_interleaved.phpt27 var_dump(str_replace("\r\n","\n", file_get_contents($new_file)));
29 var_dump(file_get_contents($new_file));
H A Dinclude_userstream_003.phpt93 echo file_get_contents("test1://hello"),"\n";
95 echo file_get_contents("test2://hello"),"\n";
101 Warning: file_get_contents(): test1:// wrapper is disabled in the server configuration by allow_url…
103 Warning: file_get_contents(test1://hello): Failed to open stream: no suitable wrapper could be foun…
116 Warning: file_get_contents(test2://hello): Failed to open stream: "test::stream_open" call failed i…
H A Dfile_get_contents_file_put_contents_5gb.phpt2 Test file_put_contents() and file_get_contents() functions with 5GB string
22 $memInfo = @file_get_contents("/proc/meminfo");
61 $result_large_string = file_get_contents($tmpfile);
/php-src/ext/standard/tests/http/
H A Dbug80256.phpt2 Bug #80256: file_get_contents strip first line with chunked encoding redirect
23 var_dump(file_get_contents($uri));
H A Dbug47021.phpt25 // whereas file_get_contents() uses HTTP/1.0 by default.
50 echo file_get_contents($uri, false, $ctx);
52 echo file_get_contents($uri, false, $ctx);
/php-src/ext/phar/tests/
H A D016b.phpt19 echo file_get_contents($pname . '/a');
24 Warning: file_get_contents(phar://%s/a): Failed to open stream: phar error: internal corruption of …
H A Drmdir.phpt21 echo file_get_contents($pname . '/a/x') . "\n";
23 echo file_get_contents($pname . '/a/x') . "\n";
H A Dbug69720.phpt16 $temp.=file_get_contents($file->getPathName()) . "\n"; // display contents
27 Warning: file_get_contents(phar://%s): Failed to open stream: phar error: "test.php" is not a file …
/php-src/ext/standard/tests/streams/
H A Dbug76857.phpt9 var_dump(file_get_contents($path, false, null, 0, 10));
15 Warning: file_get_contents(): Unable to find the wrapper "foobar" - did you forget to enable it whe…
/php-src/ext/simplexml/tests/
H A Dgh12929.phpt10 file_get_contents($scheme . "://x");
19 file_get_contents($scheme . "://x");
/php-src/ext/phar/tests/zip/
H A Drmdir.phpt24 echo file_get_contents($alias . '/a/x') . "\n";
26 echo file_get_contents($alias . '/a/x') . "\n";
/php-src/ext/dom/tests/modern/html/parser/
H A DHTMLDocument_fromString_DOM_HTML_NO_DEFAULT_NS.phpt8 $dom = Dom\HTMLDocument::createFromString(file_get_contents(__DIR__ . "/paragraph.html"), LIBXML_HT…
14 $dom = Dom\HTMLDocument::createFromString(file_get_contents(__DIR__ . "/paragraph.html"), LIBXML_HT…
/php-src/ext/mbstring/ucgendat/
H A Ductest.php17 testUnicodeData(file_get_contents($unicodeDataFile));
18 testCaseFolding(file_get_contents($caseFoldingFile));
19 testSpecialCasing(file_get_contents($specialCasingFile));
/php-src/ext/standard/html_tables/
H A Dhtml_table_gen.php183 $lines = explode("\n", file_get_contents($e{'file'}));
326 $lines = explode("\n", file_get_contents($e{'file'}));
352 $data = file_get_contents("ents_html5.txt");
791 $data = file_get_contents("ents_html401.txt");
797 $data = file_get_contents("ents_basic.txt");
803 $data = file_get_contents("ents_basic_apos.txt");
/php-src/benchmark/
H A Dgenerate_diff.php21 $headSummary = json_decode(file_get_contents($headSummaryFile), true);
22 $baseSummary = json_decode(file_get_contents($baseSummaryFile), true);
/php-src/ext/opcache/tests/
H A Dgh8846.phpt25 echo file_get_contents('http://' . PHP_CLI_SERVER_ADDRESS . '/gh8846-index.php');
27 echo file_get_contents('http://' . PHP_CLI_SERVER_ADDRESS . '/gh8846-index.php?skip=1');
/php-src/sapi/cli/tests/
H A Dphp_cli_server.inc55 printf("Server output:\n%s\n", file_get_contents($output_file));
60 $output = file_get_contents($output_file);
68 printf("Server output:\n%s\n", file_get_contents($output_file));
83 … $error = sprintf("Server stopped\nServer output:\n%s\n", file_get_contents($output_file));
106 printf("Server output:\n%s\n", file_get_contents($output_file));
/php-src/ext/curl/tests/
H A Dcurl_setopt_basic002.phpt30 var_dump(preg_replace('/[\r\n]/', ' ', file_get_contents($temp_file)));
42 var_dump(preg_replace('/[\r\n]/', ' ', file_get_contents($temp_file)));
/php-src/win32/build/
H A Dphpize.js.in37 function file_get_contents(filename) function
90 var contents = file_get_contents(c);
110 var contents = file_get_contents(c);
224 C.Write(file_get_contents(PHP_DIR + "//script//ext_deps.js"));
226 C.Write(file_get_contents(PHP_DIR + "//script//ext_pickle.js"));
229 C.Write(file_get_contents(PHP_DIR + "/script/confutils.js"));
230 C.Write(file_get_contents(PHP_DIR + "/script/config.phpize.js"));
233 modules = file_get_contents(PHP_DIR + "/script/config.w32.phpize.in");
264 C.Write(file_get_contents(PHP_DIR + "\\script\\configure.tail"));
/php-src/ext/ftp/tests/
H A Dftp_get_basic.phpt20 echo file_get_contents($tmpfname);
26 echo json_encode(file_get_contents($tmpfname)), "\n";
/php-src/ext/phar/tests/tar/
H A Drmdir.phpt32 echo file_get_contents($alias . '/a/x') . "\n";
34 echo file_get_contents($alias . '/a/x') . "\n";
/php-src/ext/standard/tests/mail/
H A Dmail_basic.phpt22 echo file_get_contents($outFile);
28 echo file_get_contents($outFile);

Completed in 124 milliseconds

12345678910>>...21