Home
last modified time | relevance | path

Searched refs:fopen (Results 1226 – 1250 of 1250) sorted by relevance

1...<<41424344454647484950

/php-src/ext/standard/tests/general_functions/
H A Dprint_r.phpt227 $file_handle = fopen(__FILE__, "r");
H A Dprint_r_64bit.phpt231 $file_handle = fopen(__FILE__, "r");
H A Dvar_dump.phpt226 $file_handle = fopen(__FILE__, "r");
H A Dvar_dump_64bit.phpt226 $file_handle = fopen(__FILE__, "r");
/php-src/ext/standard/tests/file/
H A Dumask_variation2.phpt30 $fp = fopen($filename, "w");
H A Dchmod_basic-win32-mb.phpt16 $fd = fopen($filename, "w+");
H A Dchmod_basic-win32.phpt16 $fd = fopen($filename, "w+");
H A D006_variation1.phpt15 $file_handle = fopen($file_name, "w");
H A Dunlink_variation5.phpt23 $fp = fopen($filename, "w");
/php-src/ext/mbstring/tests/
H A Dsjis_mobile_encodings.phpt91 $fp = fopen(realpath(__DIR__ . '/data/EmojiSources.txt'), 'r+');
/php-src/Zend/
H A Dzend_virtual_cwd.c1325 f = fopen(new_state.cwd, mode); in virtual_fopen()
H A Dzend.c631 return fopen(ZSTR_VAL(filename), "rb"); in zend_fopen_wrapper()
/php-src/ext/standard/
H A Dfile.c727 PHP_FUNCTION(fopen) in PHP_FUNCTION() argument
H A Dbasic_functions.stub.php2810 function fopen(string $filename, string $mode, bool $use_include_path = false, $context = null) {}
H A Dbasic_functions_arginfo.h2669 ZEND_FUNCTION(fopen);
3310 ZEND_FE(fopen, arginfo_fopen)
/php-src/Zend/tests/
H A D019.phpt143 $fp = fopen(__FILE__, "r");
/php-src/ext/mysqli/tests/
H A Dmysqli_get_client_stats.phpt828 if ($fp = fopen($file, 'w')) {
/php-src/ext/zip/
H A Dphp_zip.c309 fd = fopen(resolved_path, "rb"); in php_zip_add_file()
/php-src/ext/opcache/jit/ir/dynasm/
H A Dminilua.c6155 lf.f=fopen(filename,"r");
6700 *pf=fopen(filename,mode);
6716 *pf=fopen(filename,mode);
6754 *pf=fopen(filename,"r");
/php-src/build/
H A Dphp.m41025 FILE *fp = fopen("conftestval", "w");
H A Dgen_stub.php5869 $lockFd = fopen($lockFile, 'w+');
/php-src/ext/opcache/
H A DZendAccelerator.c3021 f = fopen("/proc/self/maps", "r"); in accel_move_code_to_huge_pages()
/php-src/
H A Dphp.ini-development873 ; https://php.net/allow-url-fopen
H A Dphp.ini-production875 ; https://php.net/allow-url-fopen
/php-src/ext/fileinfo/
H A Dlibmagic.patch306 - FILE *f = fopen(ms->file = fn, "r");

Completed in 145 milliseconds

1...<<41424344454647484950