Home
last modified time | relevance | path

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

/PHP-8.1/Zend/
H A Dzend_virtual_cwd.h293 #define VCWD_OPEN(path, flags) php_win32_ioutil_open(path, flags)
294 #define VCWD_OPEN_MODE(path, flags, mode) php_win32_ioutil_open(path, flags, mode)
H A Dzend_virtual_cwd.c1453 f = php_win32_ioutil_open(new_state.cwd, flags, mode); in virtual_open()
1459 f = php_win32_ioutil_open(new_state.cwd, flags); in virtual_open()
/PHP-8.1/win32/
H A Dioutil.h303 __forceinline static int php_win32_ioutil_open(const char *path, int flags, ...) in php_win32_ioutil_open() function
/PHP-8.1/main/streams/
H A Dplain_wrapper.c1131 fd = php_win32_ioutil_open(realpath, open_flags, 0666); in _php_stream_fopen()
/PHP-8.1/ext/opcache/
H A Dzend_file_cache.c67 #define zend_file_cache_open php_win32_ioutil_open
/PHP-8.1/sapi/cli/
H A Dphp_cli_server.c2088 …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