Home
last modified time | relevance | path

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

12345678910>>...21

/php-src/ext/standard/tests/http/
H A Dbug69337.phpt30 $f = file_get_contents($uri, 0, $ctx);
36 Warning: file_get_contents(http://%s:%d): Failed to open stream: HTTP request failed! HTTP/1.0 404 …
H A Dhttp_response_header_03.phpt21 $f = file_get_contents($uri);
32 Warning: file_get_contents(http://%s:%d): Failed to open stream: HTTP request failed! HTTP/1.0 404 …
/php-src/ext/mbstring/libmbfl/mbfl/
H A Dgenerate_name_perfect_hash_table.php5 $file_content = file_get_contents(__DIR__ . '/mbfl_encoding.c');
19 $fileContent = file_get_contents($file_path);
/php-src/ext/phar/tests/
H A Dphar_extract.phpt38 var_dump(file_get_contents(__DIR__ . '/extract1/file1.txt'));
41 var_dump(file_get_contents(__DIR__ . '/extract1/subdir/ectory/file.txt'));
44 var_dump(file_get_contents(__DIR__ . '/extract1-2/file2.txt'));
86 var_dump(file_get_contents(__DIR__ . '/extract/file1.txt'));
89 var_dump(file_get_contents(__DIR__ . '/extract/file1.txt'));
H A Dmetadata_read.phpt21 var_dump(file_get_contents($pname.'/'.$name));
32 var_dump(file_get_contents($pname.'/'.$name));
H A Dmounteddir.phpt17 echo file_get_contents(Phar::running(1) . "/testit/extfile.php"), "\n";
18 echo file_get_contents(Phar::running(1) . "/testit/directory"), "\n";
19 echo file_get_contents(Phar::running(1) . "/testit/existing.txt"), "\n";
98 Warning: file_get_contents(phar://%stempmanifest1.phar.php/testit/directory): Failed to open stream…
H A Dmetadata_write.phpt22 var_dump(file_get_contents($pname.'/'.$name));
38 var_dump(file_get_contents($pname.'/'.$name));
H A Dbug75102.phpt8 var_dump(file_get_contents($phar['test.txt']->getPathName()));
/php-src/tests/basic/
H A Drfc1867_post_max_filesize.phpt30 var_dump(file_get_contents($_FILES["file1"]["tmp_name"]));
33 var_dump(file_get_contents($_FILES["file3"]["tmp_name"]));
H A Drfc1867_empty_upload.phpt34 var_dump(file_get_contents($_FILES["file1"]["tmp_name"]));
37 var_dump(file_get_contents($_FILES["file3"]["tmp_name"]));
H A Drfc1867_max_file_size.phpt34 var_dump(file_get_contents($_FILES["file1"]["tmp_name"]));
37 var_dump(file_get_contents($_FILES["file3"]["tmp_name"]));
/php-src/sapi/cli/tests/
H A Dphp_cli_server_001.phpt13 var_dump(file_get_contents("http://" . PHP_CLI_SERVER_ADDRESS));
/php-src/ext/pdo_firebird/tests/
H A Dpayload_server.php10 $payload = file_get_contents($filename);
/php-src/ext/standard/tests/file/
H A Dbug61961.phpt8 var_dump(file_get_contents($tmp_empty_file, false, NULL, 0, 10));
H A Dinclude_userstream_001.phpt75 echo @file_get_contents("test1://hello"),"\n";
77 echo @file_get_contents("test2://hello"),"\n";
H A Dinclude_streams.phpt109 echo file_get_contents("test://GLOBALS/data1");
115 echo file_get_contents("data3", true);
120 echo file_get_contents("data5", true);
/php-src/ext/opcache/tests/
H A Dissue0115.phpt43 echo file_get_contents('http://' . PHP_CLI_SERVER_ADDRESS . '/issue0115_1.phar.php');
44 echo file_get_contents('http://' . PHP_CLI_SERVER_ADDRESS . '/issue0115_2.phar.php');
/php-src/ext/dom/tests/
H A Ddomdocumentloadxml_test_method.inc7 $result = $doc->loadXML(file_get_contents(dirname(__FILE__) . getenv('XML_FILE')),
H A Ddomdocumentloadxml_test_method_savexml.inc7 $result = $doc->loadXML(file_get_contents(dirname(__FILE__) . getenv('XML_FILE')),
/php-src/ext/openssl/tests/
H A Dbug11054.phpt9 $key_content = file_get_contents($key_file_name);
H A Dbug39217.phpt10 $res = openssl_x509_parse(file_get_contents($dir . '/' . $cert));
/php-src/ext/fileinfo/tests/
H A Dbug68731.phpt7 $buffer = file_get_contents(__DIR__ . '/68731.gif');
/php-src/ext/iconv/tests/
H A Dbug78069.phpt7 $hdr = iconv_mime_decode_headers(file_get_contents(__DIR__ . "/bug78069.data"),2);
/php-src/ext/mbstring/tests/
H A Dzend_multibyte-13.phpt11 var_dump(substr(file_get_contents(__FILE__), __COMPILER_HALT_OFFSET__));
H A Dzend_multibyte-14.phpt11 var_dump(substr(file_get_contents(__FILE__), __COMPILER_HALT_OFFSET__));

Completed in 31 milliseconds

12345678910>>...21