Home
last modified time | relevance | path

Searched refs:readfile (Results 1 – 25 of 52) sorted by path

123

/PHP-7.1/
H A DNEWS2085 . Fixed bug #72505 (readfile() mangles files larger than 2G). (Cschneid)
2723 . Fixed bug #72505 (readfile() mangles files larger than 2G). (Cschneid)
/PHP-7.1/Zend/tests/
H A Dbug21478.phpt32 readfile(dirname(__FILE__)."/test.txt");
/PHP-7.1/ext/openssl/tests/
H A Dbug65538.phar84 readfile($a);
98 readfile($a);
/PHP-7.1/ext/phar/
H A Dfunc_interceptors.c1085 PHAR_INTERCEPT(readfile); in phar_intercept_functions_init()
1121 PHAR_RELEASE(readfile); in phar_intercept_functions_shutdown()
H A Dshortarc.php84 readfile($a);
98 readfile($a);
/PHP-7.1/ext/phar/tests/cache_list/files/
H A Dnophar.phar84 readfile($a);
98 readfile($a);
H A Dopenssl.phar84 readfile($a);
98 readfile($a);
/PHP-7.1/ext/phar/tests/files/
H A Dinclude_path2.phar84 readfile($a);
98 readfile($a);
H A Dnophar.phar84 readfile($a);
98 readfile($a);
H A Dopenssl.phar84 readfile($a);
98 readfile($a);
/PHP-7.1/ext/phar/tests/
H A Dphar_createdefaultstub.phpt120 readfile($a);
134 readfile($a);
414 readfile($a);
428 readfile($a);
716 readfile($a);
730 readfile($a);
H A Dphar_gobyebye-win32.phpt18 readfile("foo/hi");
32 Warning: readfile(foo/hi): failed to open stream: No such file or directory in phar://%sphar_gobyeb…
H A Dphar_gobyebye.phpt19 readfile("foo/hi");
33 Warning: readfile(foo/hi): failed to open stream: No such file or directory in phar://%sphar_gobyeb…
H A Dphar_setdefaultstub.phpt140 readfile($a);
154 readfile($a);
435 readfile($a);
449 readfile($a);
730 readfile($a);
744 readfile($a);
H A Dreadfile.phpt2 Phar: test readfile() interception
13 readfile("dir/file1.txt");
14 readfile("file1.txt", true);
H A Dreadfile_edgecases.phpt14 readfile(array());
18 readfile($fname);
24 readfile("foob");
26 readfile("foob", true);
28 readfile("../oops");
44 readfile("foob");
46 readfile("foob", true);
48 readfile("../oops");
55 readfile("foob");
57 readfile("foob", true);
[all …]
H A Dreadfile_edgecasesU.phpt17 readfile($fname);
23 readfile("foob");
25 readfile("foob", true);
26 readfile("./hi", 0, $context);
27 readfile("../oops");
42 readfile("foob");
44 readfile("foob", true);
46 readfile("../oops");
53 readfile("foob");
55 readfile("foob", true);
[all …]
/PHP-7.1/ext/soap/
H A Dsoap.c1564 zval readfile, readfile_ret, param; local
1568 ZVAL_STRING(&readfile, "readfile");
1569 …if (call_user_function(EG(function_table), NULL, &readfile, &readfile_ret, 1, &param ) == FAILURE)…
1574 zval_dtor(&readfile);
/PHP-7.1/ext/standard/
H A Dbasic_functions.c3086 PHP_FE(readfile, arginfo_readfile)
H A Dfile.c1348 PHP_FUNCTION(readfile) in PHP_FUNCTION() argument
H A Dfile.h53 PHP_FUNCTION(readfile);
/PHP-7.1/ext/standard/tests/file/
H A D002.phpt30 //readfile($name);
H A Dbug22414.phpt20 $cmd = $php . $args . ' -r \"readfile(@getenv(\'TEST_PHP_EXECUTABLE\')); \"';
23 $cmd = $php . $args . ' -r \"readfile(@getenv(\\\\\\"TEST_PHP_EXECUTABLE\\\\\\")); \"';
H A Dbug44805.phpt21 readfile($file2);
H A Dfflush_basic.phpt31 var_dump( readfile($filename) );

Completed in 83 milliseconds

123