Home
last modified time | relevance | path

Searched refs:file_get_contents (Results 151 – 175 of 505) sorted by relevance

12345678910>>...21

/php-src/ext/standard/tests/file/
H A Dstream_rfc2397_001.phpt10 var_dump(file_get_contents($data));
/php-src/ext/opcache/tests/
H A Dbug66338.phpt35 echo file_get_contents("http://" . PHP_CLI_SERVER_ADDRESS . "/$base-clientUS.php" );
36 echo file_get_contents("http://" . PHP_CLI_SERVER_ADDRESS . "/$base-clientUK.php" );
/php-src/tests/basic/
H A Drfc1867_max_file_uploads_empty_files.phpt34 var_dump(file_get_contents($_FILES["file1"]["tmp_name"]));
37 var_dump(file_get_contents($_FILES["file4"]["tmp_name"]));
/php-src/ext/phar/tests/
H A Dmetadata_write_commit.phpt22 var_dump(file_get_contents($pname.'/'.$name));
42 var_dump(file_get_contents($pname.'/'.$name));
H A Dphar_metadata_write.phpt22 var_dump(file_get_contents($pname.'/'.$name));
42 var_dump(file_get_contents($pname.'/'.$name));
/php-src/ext/gd/tests/
H A Dcreatefromstring.phpt18 $im_string = file_get_contents(__DIR__ . '/tc.png');
38 $im_string = file_get_contents(__DIR__ . '/p.png');
H A Dimagecreatefromstring_png.phpt12 $im = imagecreatefromstring(file_get_contents(__DIR__ . '/imagecreatefromstring.gif'));
H A Dimagecreatefromstring_gif.phpt12 $im = imagecreatefromstring(file_get_contents(__DIR__ . '/imagecreatefromstring.gif'));
H A Dimagecreatefromstring_webp.phpt12 $im = imagecreatefromstring(file_get_contents(__DIR__ . '/imagecreatefromstring.webp'));
/php-src/ext/pdo_mysql/tests/
H A Dpdo_mysql___construct_uri.phpt33 $file, filesize($file), file_get_contents($file),
49 $file, filesize($file), file_get_contents($file),
/php-src/.github/
H A Dnightly_matrix.php18 …$branch_commit_map = json_decode(file_get_contents($branch_commit_cache_file), JSON_THROW_ON_ERROR…
126 $content = file_get_contents($file);
/php-src/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');
/php-src/ext/phar/tests/cache_list/files/
H A Dwrite4.phar5 var_dump(file_exists("phar://" . __FILE__ . "/test.txt"), file_get_contents("phar://" . __FILE__ . …
/php-src/ext/dom/tests/modern/html/parser/
H A DHTMLDocument_fromString_parser_warning_03.phpt8 $html = file_get_contents(__DIR__."/parser_warning_03.html");
/php-src/ext/openssl/tests/
H A Dbug74651.phpt8 $inputstr = file_get_contents(__DIR__ . "/74651.pem");
H A Dbug74022.phpt8 $cert_store = file_get_contents($pfx);
/php-src/ext/dom/tests/
H A DDOMDocument_schemaValidateSource_basic.phpt15 $xsd = file_get_contents(__DIR__."/book.xsd");
/php-src/ext/phar/tests/zip/
H A Dgh13037.phpt9 echo file_get_contents(__DIR__ . '/out_gh13037/test');
H A Dmetadata_write_commit.phpt24 var_dump(file_get_contents($p2name.'/'.$name));
46 var_dump(file_get_contents($pname.'/'.$name));
/php-src/sapi/fuzzer/
H A Dgenerate_parser_corpus.php15 $code = file_get_contents($file);
/php-src/Zend/tests/
H A Dlist_keyed_non_literals.phpt14 define('PROBABLY_NOT_COMPILE_TIME_RESOLVABLE', file_get_contents("data:text/plain,2"));
/php-src/ext/standard/tests/network/
H A Dgh12190.phpt11 var_dump(file_get_contents('https://httpbin.org/get', false, $context) !== false);
/php-src/ext/ffi/tests/
H A Dgh9698.phpt12 file_get_contents('badffi://x');

Completed in 65 milliseconds

12345678910>>...21