Home
last modified time | relevance | path

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

/PHP-7.4/Zend/
H A Dzend_virtual_cwd.h294 #define VCWD_OPEN(path, flags) php_win32_ioutil_open(path, flags)
295 #define VCWD_OPEN_MODE(path, flags, mode) php_win32_ioutil_open(path, flags, mode)
H A Dzend_virtual_cwd.c1455 f = php_win32_ioutil_open(new_state.cwd, flags, mode); in virtual_open()
1461 f = php_win32_ioutil_open(new_state.cwd, flags); in virtual_open()
/PHP-7.4/win32/
H A Dioutil.h305 __forceinline static int php_win32_ioutil_open(const char *path, int flags, ...) in php_win32_ioutil_open() function
/PHP-7.4/main/streams/
H A Dplain_wrapper.c1081 fd = php_win32_ioutil_open(realpath, open_flags, 0666); in _php_stream_fopen()
/PHP-7.4/ext/opcache/
H A Dzend_file_cache.c61 #define zend_file_cache_open php_win32_ioutil_open
/PHP-7.4/sapi/cli/
H A Dphp_cli_server.c2133 …fd = client->request.path_translated ? php_win32_ioutil_open(client->request.path_translated, O_RD… in php_cli_server_begin_send_static()

Completed in 51 milliseconds