Home
last modified time | relevance | path

Searched refs:VCWD_FOPEN (Results 1 – 13 of 13) sorted by relevance

/PHP-7.4/Zend/
H A Dzend_virtual_cwd.h258 #define VCWD_FOPEN(path, mode) virtual_fopen(path, mode) macro
293 #define VCWD_FOPEN(path, mode) php_win32_ioutil_fopen(path, mode) macro
305 #define VCWD_FOPEN(path, mode) fopen(path, mode) macro
/PHP-7.4/main/
H A Dphp_ini.c590 fp = VCWD_FOPEN(php_ini_file_name, "r"); in php_init_config()
702 zend_stream_init_fp(&fh, VCWD_FOPEN(ini_file, "r"), ini_file); in php_init_config()
793 zend_stream_init_fp(&fh, VCWD_FOPEN(ini_file, "r"), ini_file); in php_parse_user_ini_file()
H A Dfopen_wrappers.c345 fp = VCWD_FOPEN(path, mode);
/PHP-7.4/ext/standard/
H A Diptc.c214 if ((fp = VCWD_FOPEN(jpeg_file, "rb")) == 0) { in PHP_FUNCTION()
H A Dbrowscap.c416 zend_stream_init_fp(&fh, VCWD_FOPEN(filename, "r"), filename); in browscap_read_file()
H A Dfilestat.c700 file = VCWD_FOPEN(filename, "w"); in PHP_FUNCTION()
/PHP-7.4/ext/com_dotnet/
H A Dcom_extension.c215 …if (NULL == new_value || !new_value->val[0] || (typelib_file = VCWD_FOPEN(new_value->val, "r"))==N… in ZEND_GET_MODULE()
/PHP-7.4/ext/xsl/
H A Dxsltprocessor.c510 f = VCWD_FOPEN(intern->profiling, "w"); in php_xsl_apply_stylesheet()
/PHP-7.4/sapi/cli/
H A Dphp_cli.c594 FILE *fp = VCWD_FOPEN(script_file, "rb"); in cli_seek_file_begin()
/PHP-7.4/sapi/litespeed/
H A Dlsapi_main.c1324 zend_stream_init_fp(&file_handle, VCWD_FOPEN(*p, "rb"), NULL); in cli_main()
/PHP-7.4/main/streams/
H A Dplain_wrapper.c1446 FILE *file = VCWD_FOPEN(url, "w"); in php_plain_files_metadata()
/PHP-7.4/ext/gd/
H A Dgd.c2706 fp = VCWD_FOPEN(fn, "wb"); in _php_image_output()
4219 org = VCWD_FOPEN(fn_org, "rb"); in _php_image_convert()
4226 dest = VCWD_FOPEN(fn_dest, "wb"); in _php_image_convert()
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_prompt.c1435 FILE *handle = VCWD_FOPEN(param->str, "w+"); in PHPDBG_COMMAND()

Completed in 55 milliseconds