Home
last modified time | relevance | path

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

/PHP-8.0/Zend/
H A Dzend_virtual_cwd.h257 #define VCWD_FOPEN(path, mode) virtual_fopen(path, mode) macro
292 #define VCWD_FOPEN(path, mode) php_win32_ioutil_fopen(path, mode) macro
304 #define VCWD_FOPEN(path, mode) fopen(path, mode) macro
/PHP-8.0/main/
H A Dphp_ini.c574 fp = VCWD_FOPEN(php_ini_file_name, "r"); in php_init_config()
686 zend_stream_init_fp(&fh, VCWD_FOPEN(ini_file, "r"), ini_file); in php_init_config()
774 zend_stream_init_fp(&fh, VCWD_FOPEN(ini_file, "r"), ini_file); in php_parse_user_ini_file()
H A Dfopen_wrappers.c334 fp = VCWD_FOPEN(path, mode);
/PHP-8.0/ext/standard/
H A Diptc.c200 if ((fp = VCWD_FOPEN(jpeg_file, "rb")) == 0) { in PHP_FUNCTION()
H A Dbrowscap.c414 zend_stream_init_fp(&fh, VCWD_FOPEN(filename, "r"), filename); in browscap_read_file()
H A Dfilestat.c676 file = VCWD_FOPEN(filename, "w"); in PHP_FUNCTION()
/PHP-8.0/ext/com_dotnet/
H A Dcom_extension.c79 …if (NULL == new_value || !new_value->val[0] || (typelib_file = VCWD_FOPEN(new_value->val, "r"))==N… in ZEND_GET_MODULE()
/PHP-8.0/ext/xsl/
H A Dxsltprocessor.c432 f = VCWD_FOPEN(intern->profiling, "w"); in php_xsl_apply_stylesheet()
/PHP-8.0/sapi/cli/
H A Dphp_cli.c580 FILE *fp = VCWD_FOPEN(script_file, "rb"); in cli_seek_file_begin()
/PHP-8.0/sapi/litespeed/
H A Dlsapi_main.c1312 zend_stream_init_fp(&file_handle, VCWD_FOPEN(*p, "rb"), NULL); in cli_main()
/PHP-8.0/main/streams/
H A Dplain_wrapper.c1454 FILE *file = VCWD_FOPEN(url, "w"); in php_plain_files_metadata()
/PHP-8.0/sapi/phpdbg/
H A Dphpdbg_prompt.c1425 FILE *handle = VCWD_FOPEN(param->str, "w+"); in PHPDBG_COMMAND()
/PHP-8.0/ext/gd/
H A Dgd.c1832 fp = VCWD_FOPEN(file, "wb"); in _php_image_output()

Completed in 139 milliseconds