Searched refs:VCWD_FOPEN (Results 1 – 13 of 13) sorted by relevance
/PHP-7.2/Zend/ |
H A D | zend_virtual_cwd.h | 253 #define VCWD_FOPEN(path, mode) virtual_fopen(path, mode) macro 288 #define VCWD_FOPEN(path, mode) php_win32_ioutil_fopen(path, mode) macro 300 #define VCWD_FOPEN(path, mode) fopen(path, mode) macro
|
/PHP-7.2/main/ |
H A D | php_ini.c | 593 fh.handle.fp = VCWD_FOPEN(php_ini_file_name, "r"); in php_init_config() 705 if ((fh2.handle.fp = VCWD_FOPEN(ini_file, "r"))) { in php_init_config() 799 if ((fh.handle.fp = VCWD_FOPEN(ini_file, "r"))) { in php_parse_user_ini_file()
|
H A D | fopen_wrappers.c | 338 fp = VCWD_FOPEN(path, mode);
|
/PHP-7.2/ext/standard/ |
H A D | iptc.c | 216 if ((fp = VCWD_FOPEN(jpeg_file, "rb")) == 0) { in PHP_FUNCTION()
|
H A D | browscap.c | 402 fh.handle.fp = VCWD_FOPEN(filename, "r"); in browscap_read_file()
|
H A D | filestat.c | 694 file = VCWD_FOPEN(filename, "w"); in PHP_FUNCTION()
|
/PHP-7.2/ext/com_dotnet/ |
H A D | com_extension.c | 279 …if (NULL == new_value || !new_value->val[0] || (typelib_file = VCWD_FOPEN(new_value->val, "r"))==N… in ZEND_GET_MODULE()
|
/PHP-7.2/ext/xsl/ |
H A D | xsltprocessor.c | 510 f = VCWD_FOPEN(intern->profiling, "w"); in php_xsl_apply_stylesheet()
|
/PHP-7.2/sapi/cli/ |
H A D | php_cli.c | 625 if (!(file_handle->handle.fp = VCWD_FOPEN(script_file, "rb"))) { in cli_seek_file_begin()
|
/PHP-7.2/sapi/litespeed/ |
H A D | lsapi_main.c | 1352 file_handle.handle.fp = VCWD_FOPEN(*p, "rb"); in cli_main()
|
/PHP-7.2/main/streams/ |
H A D | plain_wrapper.c | 1373 FILE *file = VCWD_FOPEN(url, "w"); in php_plain_files_metadata()
|
/PHP-7.2/ext/gd/ |
H A D | gd.c | 2619 fp = VCWD_FOPEN(fn, "wb"); in _php_image_output() 4200 org = VCWD_FOPEN(fn_org, "rb"); in _php_image_convert() 4207 dest = VCWD_FOPEN(fn_dest, "wb"); in _php_image_convert()
|
/PHP-7.2/sapi/phpdbg/ |
H A D | phpdbg_prompt.c | 1481 FILE *handle = VCWD_FOPEN(param->str, "w+"); in PHPDBG_COMMAND()
|
Completed in 59 milliseconds