Home
last modified time | relevance | path

Searched refs:file_get_contents (Results 176 – 200 of 508) sorted by relevance

12345678910>>...21

/php-src/ext/phar/tests/zip/
H A Dmetadata_write_commit.phpt24 var_dump(file_get_contents($p2name.'/'.$name));
46 var_dump(file_get_contents($pname.'/'.$name));
/php-src/ext/standard/tests/general_functions/
H A Dproc_open_redirect.phpt37 var_dump(file_get_contents($fileName));
46 var_dump(file_get_contents($fileName));
/php-src/ext/standard/tests/streams/
H A Dproc_open_bug64438.phpt9 …$cmd = getenv('TEST_PHP_EXECUTABLE_ESCAPED') . ' -n -r "fwrite(STDOUT, $in = file_get_contents(\'p…
11 …$cmd = getenv('TEST_PHP_EXECUTABLE_ESCAPED') . ' -n -r \'fwrite(STDOUT, $in = file_get_contents("p…
H A Dbug70362.phpt11 echo file_get_contents($file);
/php-src/sapi/fuzzer/
H A Dgenerate_corpus_util.php13 $fullCode = file_get_contents($file);
/php-src/ext/bz2/tests/
H A Dbug81092.phpt13 var_dump(strlen(bzdecompress(file_get_contents(__DIR__ . "/81092.bz2"))));
/php-src/ext/standard/tests/mail/
H A Dbug47983.phpt8 $mail = file_get_contents('bug47983.out');
H A Dgh8086.phpt9 $mail = file_get_contents('gh8086.out');
/php-src/ext/openssl/tests/
H A Dbug79589.phpt13 $release = file_get_contents(
H A Dopenssl_pkcs12_export_basic.phpt8 $cert = file_get_contents($cert_file);
11 $priv = file_get_contents($priv_file);
/php-src/ext/tokenizer/
H A Dtokenizer_data_gen.php21 $incontent = file_get_contents($infile);
/php-src/tests/run-test/
H A Dtest010.phpt7 var_dump(file_get_contents('php://stdin'));
/php-src/ext/phar/tests/cache_list/files/
H A Dwrite4.phar.inc11 var_dump(file_exists("phar://" . __FILE__ . "/test.txt"), file_get_contents("phar://" . __FILE__ . …
H A Dblog.phar10 var_dump(file_get_contents("config.xml"));
/php-src/ext/standard/tests/file/
H A Dftruncate_bug77081.phpt14 var_dump(file_get_contents($filename));
H A Dtouch_variation2.phpt15 var_dump(file_get_contents($filename));
/php-src/ext/soap/tests/
H A Dserver011.phpt20 if ($wsdl == file_get_contents(__DIR__."/test.wsdl")) {
/php-src/sapi/cli/tests/
H A Dphp_cli_server_002.phpt13 var_dump(file_get_contents("http://" . PHP_CLI_SERVER_ADDRESS));
/php-src/ext/xmlwriter/tests/
H A D001.phpt16 echo file_get_contents($doc_dest);
/php-src/ext/spl/tests/SplFileObject/
H A DSplFileObject_fwrite_variation_001.phpt11 var_dump(file_get_contents($file));
H A DSplFileObject_fwrite_variation_002.phpt11 var_dump(file_get_contents($file));
/php-src/ext/standard/tests/network/
H A Dbug80067.phpt14 var_dump(file_get_contents('https://httpbin.org/get', false, $context) !== false);
/php-src/ext/readline/tests/
H A Dlibedit_write_history_001-win32.phpt22 var_dump(file_get_contents($name));
H A Dreadline_write_history_001.phpt20 var_dump(file_get_contents($name));
/php-src/ext/phar/tests/
H A Daddfuncs.phpt13 echo file_get_contents($pname . '/a') . "\n";
15 echo file_get_contents($pname . '/b') . "\n";

Completed in 26 milliseconds

12345678910>>...21