Home
last modified time | relevance | path

Searched refs:file_get_contents (Results 1 – 25 of 472) sorted by last modified time

12345678910>>...19

/PHP-7.4/
H A DNEWS444 . Fixed bug #80654 (file_get_contents() maxlen fails above (2**31)-1 bytes).
1691 . Fixed bug #74764 (Bindto IPv6 works with file_get_contents but fails with
1808 . Fixed bug #76342 (file_get_contents waits twice specified timeout).
H A Drun-tests.php967 … $failed_tests_data .= $sep . file_get_contents(realpath($test_info['output']), FILE_BINARY);
968 … $failed_tests_data .= $sep . file_get_contents(realpath($test_info['diff']), FILE_BINARY);
1367 $contents = file_get_contents($file);
1376 $contents = file_get_contents($dir . '/CONFLICTS');
1884 … $section_text[$prefix] = file_get_contents($section_text[$key], FILE_BINARY);
2754 show_file_block('mem', file_get_contents($memcheck_filename));
/PHP-7.4/sapi/fpm/tests/
H A Dtester.inc1092 $pidContent = file_get_contents($pidFile);
1439 print file_get_contents($accessLog);
/PHP-7.4/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-7.4/ext/bz2/tests/
H A Dbug81092.phpt15 var_dump(strlen(bzdecompress(file_get_contents(__DIR__ . "/81092.bz2"))));
/PHP-7.4/ext/standard/tests/file/
H A Dopen_basedir_cwd_resolve.phpt8 var_dump(file_get_contents('/some/path/outside/open/basedir'));
12 Warning: file_get_contents(): open_basedir restriction in effect. File(/some/path/outside/open/base…
14 Warning: file_get_contents(/some/path/outside/open/basedir): failed to open stream: Operation not p…
/PHP-7.4/ext/pdo_firebird/tests/
H A Dpayload_server.php10 $payload = file_get_contents($filename);
/PHP-7.4/ext/ftp/tests/
H A Dserver.inc240 $orig = file_get_contents(dirname(__FILE__).'/'.$m[1]);
256 $data = file_get_contents('nm2.php');
257 $orig = file_get_contents(dirname(__FILE__).'/'.$m[1]);
/PHP-7.4/ext/phar/tests/
H A Dphar_gobyebye-win32.phpt20 echo file_get_contents("foo/hi");
36 Warning: file_get_contents(foo/hi): failed to open stream: No such file or directory in phar://%sph…
H A Dbug69279a.phpt13 var_dump(strncmp(file_get_contents(__DIR__ . '/bug69279a/1.txt'), 'Lorem ipsum', 11));
14 var_dump(strncmp(file_get_contents(__DIR__ . '/bug69279a/2.txt'), 'foo', 3));
15 var_dump(strncmp(file_get_contents(__DIR__ . '/bug69279a/3.txt'), 'Lorem ipsum', 11));
H A Dbug79912.phpt21 var_dump(file_get_contents(__DIR__ . "/bug79912/test.txt")); //the extracted file in the folder sho…
H A Dbug69279.phpt21 var_dump(file_get_contents(__DIR__ . "/bug69279.txt"));
H A Dbug75102.phpt10 var_dump(file_get_contents($phar['test.txt']->getPathName()));
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_auth_pam.phpt42 $pam_service = file_get_contents('/etc/pam.d/mysql');
49 $pam_service = file_get_contents('/etc/pam.d/mysql-unix');
51 $pam_service = file_get_contents('/etc/pam.d/mysql');
H A Dmysqli_pam_sha256_public_key_option_invalid.phpt135 $key = file_get_contents($file);
H A Dmysqli_debug_mysqlnd_control_string.phpt60 return trim(substr(file_get_contents($trace_file), 0, 100024));
H A Dmysqli_debug_mysqlnd_only.phpt61 return trim(substr(file_get_contents($trace_file), 0, 100024));
H A Dmysqli_debug_append.phpt63 $trace = file_get_contents($trace_file);
75 if (!strstr(file_get_contents($trace_file), $trace))
/PHP-7.4/ext/dom/tests/
H A DDOMDocument_saveHTMLFile_formatOutput.phpt25 echo file_get_contents($filename);
H A DDOMDocument_saveHTMLFile_basic.phpt24 echo file_get_contents($filename);
/PHP-7.4/ext/standard/tests/streams/
H A Dbug75776.phpt21 $compressed = file_get_contents(__DIR__ . "/75776.$ext");
/PHP-7.4/ext/standard/
H A Dfile.c525 PHP_FUNCTION(file_get_contents) in PHP_FUNCTION() argument
/PHP-7.4/win32/build/
H A Dconfutils.js109 var cin = file_get_contents("configure.ac");
953 c = file_get_contents(path_to_check + "\\" + header_name);
961 c = file_get_contents(p);
965 c = file_get_contents(p);
1298 function file_get_contents(filename) function
1521 c = file_get_contents(s);
1813 var origdata = file_get_contents("main/internal_functions.c");
2361 MF.Write(file_get_contents("win32/build/phpize.js.in"));
2722 var content = file_get_contents(srcname);
H A Dphpize.js.in39 function file_get_contents(filename) function
92 var contents = file_get_contents(c);
112 var contents = file_get_contents(c);
226 C.Write(file_get_contents(PHP_DIR + "//script//ext_deps.js"));
228 C.Write(file_get_contents(PHP_DIR + "//script//ext_pickle.js"));
231 C.Write(file_get_contents(PHP_DIR + "/script/confutils.js"));
232 C.Write(file_get_contents(PHP_DIR + "/script/config.phpize.js"));
235 modules = file_get_contents(PHP_DIR + "/script/config.w32.phpize.in");
266 C.Write(file_get_contents(PHP_DIR + "\\script\\configure.tail"));
/PHP-7.4/ext/standard/tests/general_functions/
H A Dgetservbyport_basic.phpt23 $services = file_get_contents($file);

Completed in 52 milliseconds

12345678910>>...19