Home
last modified time | relevance | path

Searched refs:file_get_contents (Results 126 – 150 of 472) sorted by relevance

12345678910>>...19

/PHP-7.4/ext/standard/tests/file/
H A Dstream_rfc2397_001.phpt10 var_dump(file_get_contents($data));
H A Dinclude_streams.phpt108 echo file_get_contents("test://GLOBALS/data1");
114 echo file_get_contents("data3", true);
119 echo file_get_contents("data5", true);
H A Dftruncate_bug77081.phpt14 var_dump(file_get_contents($filename));
/PHP-7.4/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-7.4/sapi/cli/tests/
H A Dbug69953.phpt14 var_dump(file_get_contents("http://" . PHP_CLI_SERVER_ADDRESS, false, $context));
H A Dbug66606_1.phpt13 echo file_get_contents("http://" . PHP_CLI_SERVER_ADDRESS);
H A Dbug68291.phpt14 echo file_get_contents('http://' . PHP_CLI_SERVER_ADDRESS . '/bug68291+test.html');
H A Dphp_cli_server_002.phpt13 var_dump(file_get_contents("http://" . PHP_CLI_SERVER_ADDRESS));
/PHP-7.4/ext/standard/tests/network/
H A Dbug80067.phpt10 var_dump(file_get_contents('https://httpbin.org/get', false, $context) !== false);
/PHP-7.4/ext/phar/tests/
H A Dmounteddir.phpt19 echo file_get_contents(Phar::running(1) . "/testit/extfile.php"), "\n";
20 echo file_get_contents(Phar::running(1) . "/testit/directory"), "\n";
21 echo file_get_contents(Phar::running(1) . "/testit/existing.txt"), "\n";
101 Warning: file_get_contents(phar://%stempmanifest1.phar.php/testit/directory): failed to open stream…
H A Dbug75102.phpt10 var_dump(file_get_contents($phar['test.txt']->getPathName()));
H A Dphar_metadata_write.phpt24 var_dump(file_get_contents($pname.'/'.$name));
44 var_dump(file_get_contents($pname.'/'.$name));
/PHP-7.4/ext/fileinfo/tests/
H A Dbug68731.phpt9 $buffer = file_get_contents(__DIR__ . '/68731.gif');
/PHP-7.4/ext/openssl/tests/
H A Dbug39217.phpt12 $res = openssl_x509_parse(file_get_contents($dir . '/' . $cert));
H A Dbug74022.phpt10 $cert_store = file_get_contents($pfx);
/PHP-7.4/ext/iconv/tests/
H A Dbug78069.phpt9 $hdr = iconv_mime_decode_headers(file_get_contents(__DIR__ . "/bug78069.data"),2);
/PHP-7.4/ext/dom/tests/
H A DDOMDocument_schemaValidateSource_basic.phpt15 $xsd = file_get_contents(__DIR__."/book.xsd");
/PHP-7.4/Zend/tests/
H A Dlist_keyed_non_literals.phpt14 define('PROBABLY_NOT_COMPILE_TIME_RESOLVABLE', file_get_contents("data:text/plain,2"));
/PHP-7.4/ext/gd/tests/
H A Dcreatefromstring.phpt17 $im_string = file_get_contents(__DIR__ . '/tc.png');
37 $im_string = file_get_contents(__DIR__ . '/p.png');
/PHP-7.4/ext/standard/tests/general_functions/
H A Dproc_open_redirect.phpt23 var_dump(file_get_contents($fileName));
32 var_dump(file_get_contents($fileName));
/PHP-7.4/ext/readline/tests/
H A Dreadline_write_history_001.phpt18 var_dump(file_get_contents($name));
/PHP-7.4/ext/standard/tests/streams/
H A Dbug70362.phpt11 echo file_get_contents($file);
/PHP-7.4/tests/run-test/
H A Dtest010.phpt7 var_dump(file_get_contents('php://stdin'));
/PHP-7.4/ext/spl/tests/
H A DSplFileObject_fwrite_variation_001.phpt11 var_dump(file_get_contents($file));

Completed in 31 milliseconds

12345678910>>...19