Home
last modified time | relevance | path

Searched refs:file_get_contents (Results 76 – 100 of 501) sorted by relevance

12345678910>>...21

/PHP-8.2/ext/standard/tests/file/
H A Dfile_get_contents_basic001.phpt2 file_get_contents() test using basic syntax
12 $var = file_get_contents($temp_filename);
H A Dbug39673.phpt2 Bug #39673 (file_get_contents causes bus error on certain offsets)
24 $r = file_get_contents($filename, false, null, $offset);
H A Dbug39367.phpt19 echo file_get_contents('/tmp/1link')."\n";
24 echo file_get_contents('/tmp/1link')."\n";
H A Dftruncate_bug76803.phpt13 var_dump(addslashes(file_get_contents($fn)));
19 var_dump(addslashes(file_get_contents($fn)));
/PHP-8.2/ext/openssl/tests/
H A Dbug67403.phpt7 $r = openssl_x509_parse(file_get_contents(__DIR__.'/bug64802.pem'));
12 $r = openssl_x509_parse(file_get_contents(__DIR__.'/bug37820cert.pem'));
H A Dbug65538_002.phpt19 file_get_contents('https://github.com', false, $clientCtx);
24 Warning: file_get_contents(): Failed to enable crypto in %s on line %d
26 Warning: file_get_contents(%s): Failed to open stream: operation failed in %s on line %d
H A Dbug37820.phpt11 $priv_key = file_get_contents($file_key);
15 $pub_key = file_get_contents($file_pub);
H A Dopenssl_pkcs7_read_basic.phpt7 $infile = file_get_contents(__DIR__ . "/cert.p7b");
8 $certfile = file_get_contents(__DIR__ . "/cert.crt");
/PHP-8.2/ext/phar/tests/
H A Dphar_copy.phpt26 echo file_get_contents($p['b']->getPathName());
31 echo file_get_contents($p['c']->getPathName());
42 echo 'a: ' , file_get_contents($p2['a']->getPathName());
43 echo 'b: ' ,file_get_contents($p2['b']->getPathName());
44 echo 'c: ' ,file_get_contents($p2['c']->getPathName()), $p2['c']->getMetaData(), "\n";
H A D013.phpt18 echo file_get_contents($pname.'/a');
23 Warning: file_get_contents(phar://%s/a): Failed to open stream: phar error: internal corruption of …
H A D014.phpt18 echo file_get_contents($pname.'/a');
23 Warning: file_get_contents(phar://%s/a): Failed to open stream: phar error: internal corruption of …
/PHP-8.2/tests/basic/
H A Denable_post_data_reading_01.phpt13 var_dump(file_get_contents("php://input"));
14 var_dump(file_get_contents("php://input"));
H A Denable_post_data_reading_04.phpt14 var_dump(file_get_contents("php://input"));
15 var_dump(file_get_contents("php://input"));
H A Denable_post_data_reading_03.phpt14 var_dump(file_get_contents("php://input"));
15 var_dump(file_get_contents("php://input"));
H A Denable_post_data_reading_02.phpt17 var_dump(file_get_contents("php://input"));
18 var_dump(file_get_contents("php://input"));
/PHP-8.2/ext/zlib/tests/
H A Dbug73944.phpt9 $a = inflate_add($in, file_get_contents(__DIR__.'/bug73944_fixture_1.data'));
13 $b = inflate_add($in, file_get_contents(__DIR__.'/bug73944_fixture_2.data'));
H A Dzlib_scheme_file_get_contents_basic.phpt2 Test compress.zlib:// scheme with the file_get_contents
9 $contents = file_get_contents($srcFile);
/PHP-8.2/tests/output/
H A Dbug75236.phpt10 file_get_contents ('no/suchfile');
17 <b>Warning</b>: file_get_contents(no/suchfile): Failed to open stream: No such file or directory i…
/PHP-8.2/ext/standard/tests/streams/
H A Dbug77664.phpt10 file_get_contents('error://test');
16 #1 %s(%d): file_get_contents('error://test')
H A Dbug73457.phpt18 $ds=file_get_contents($path);
22 Warning: file_get_contents(ftp://127.0.0.1:%d/bug73457): Failed to open stream: Failed to set up da…
/PHP-8.2/ext/opcache/tests/
H A Drevalidate_path_01.phpt42 echo file_get_contents('http://' . PHP_CLI_SERVER_ADDRESS . '/main.php');
43 echo file_get_contents('http://' . PHP_CLI_SERVER_ADDRESS . '/main.php');
53 echo file_get_contents('http://' . PHP_CLI_SERVER_ADDRESS . '/main.php');
54 echo file_get_contents('http://' . PHP_CLI_SERVER_ADDRESS . '/main.php');
/PHP-8.2/sapi/cli/tests/
H A Dbug73630a.phpt21 var_dump(file_get_contents("http://" . PHP_CLI_SERVER_ADDRESS . "$path"));
24 Warning: file_get_contents(http://%s//example.com): Failed to open stream: HTTP request failed! in …
/PHP-8.2/ext/gd/tests/
H A Dbug41442.phpt18 $str = file_get_contents(__DIR__.'/src.gd2');
30 $str2 = file_get_contents($file);
H A Dimagecreatefromstring_avif.phpt14 …$im = imagecreatefromstring(file_get_contents(__DIR__ . '/imagecreatefromstring_major_brand.avif')…
19 …$im = imagecreatefromstring(file_get_contents(__DIR__ . '/imagecreatefromstring_compatible_brand.a…
/PHP-8.2/win32/build/
H A Dbuildconf.js28 function file_get_contents(filename) function
79 var contents = file_get_contents(c);
204 C.Write(file_get_contents("win32/build/confutils.js"));
207 modules = file_get_contents("win32/build/config.w32");
256 C.Write(file_get_contents("win32/build/configure.tail"));

Completed in 36 milliseconds

12345678910>>...21