Home
last modified time | relevance | path

Searched refs:php_win32_ioutil_open (Results 1 – 6 of 6) sorted by relevance

/PHP-7.2/Zend/
H A Dzend_virtual_cwd.h289 #define VCWD_OPEN(path, flags) php_win32_ioutil_open(path, flags)
290 #define VCWD_OPEN_MODE(path, flags, mode) php_win32_ioutil_open(path, flags, mode)
H A Dzend_virtual_cwd.c1653 f = php_win32_ioutil_open(new_state.cwd, flags, mode); in virtual_open()
1659 f = php_win32_ioutil_open(new_state.cwd, flags); in virtual_open()
/PHP-7.2/win32/
H A Dioutil.h277 __forceinline static int php_win32_ioutil_open(const char *path, int flags, ...) in php_win32_ioutil_open() function
/PHP-7.2/ext/opcache/
H A Dzend_file_cache.c834 fd = php_win32_ioutil_open(filename, O_CREAT | O_EXCL | O_RDWR | O_BINARY, _S_IREAD | _S_IWRITE);
1385 fd = php_win32_ioutil_open(filename, O_RDONLY | O_BINARY);
/PHP-7.2/main/streams/
H A Dplain_wrapper.c1012 fd = php_win32_ioutil_open(realpath, open_flags, 0666); in _php_stream_fopen()
/PHP-7.2/sapi/cli/
H A Dphp_cli_server.c2016 …fd = client->request.path_translated ? php_win32_ioutil_open(client->request.path_translated, O_RD… in php_cli_server_begin_send_static()

Completed in 33 milliseconds