Searched refs:VCWD_OPEN (Results 1 – 5 of 5) sorted by relevance
/PHP-7.2/Zend/ |
H A D | zend_virtual_cwd.h | 255 #define VCWD_OPEN(path, flags) virtual_open(path, flags) macro 289 #define VCWD_OPEN(path, flags) php_win32_ioutil_open(path, flags) macro 301 #define VCWD_OPEN(path, flags) open(path, flags) macro
|
/PHP-7.2/main/ |
H A D | php_open_temporary_file.c | 186 fd = VCWD_OPEN(opened_path, open_flags); in php_do_open_temporary_file()
|
H A D | fopen_wrappers.c | 791 fdtest = VCWD_OPEN(filepath, O_RDONLY);
|
/PHP-7.2/ext/dba/ |
H A D | dba_cdb.c | 80 file = VCWD_OPEN(info->path, O_RDONLY); in DBA_OPEN_FUNC()
|
/PHP-7.2/ext/oci8/ |
H A D | oci8_lob.c | 719 if ((fp = VCWD_OPEN(filename, O_RDONLY|O_BINARY)) == -1) { in php_oci_lob_import()
|
Completed in 17 milliseconds