Home
last modified time | relevance | path

Searched refs:php_sys_stat (Results 1 – 8 of 8) sorted by relevance

/PHP-7.4/Zend/
H A Dzend_virtual_cwd.h135 # define php_sys_stat php_win32_ioutil_stat macro
142 # define php_sys_stat stat macro
320 #define VCWD_STAT(path, buff) php_sys_stat(path, buff)
H A Dzend_virtual_cwd.c131 if (php_sys_stat(state->cwd, &buf) == 0 && S_ISDIR(buf.st_mode)) in php_is_dir_ok()
142 if (php_sys_stat(state->cwd, &buf) == 0 && S_ISREG(buf.st_mode)) in php_is_file_ok()
1537 retval = php_sys_stat(new_state.cwd, buf); in virtual_stat()
/PHP-7.4/ext/fileinfo/libmagic/
H A Dfsmagic.c100 ret = php_sys_stat(fn, sb); in file_fsmagic()
H A Dapprentice.c1312 if (php_sys_stat(fn, &st) == 0 && S_ISDIR(st.st_mode)) { in apprentice_load()
/PHP-7.4/win32/
H A Dglob.c877 return(php_sys_stat(buf, sb));
/PHP-7.4/sapi/cli/
H A Dphp_cli_server.c1470 if (!php_sys_stat(buf, &sb)) { in php_cli_server_request_translate_vpath()
1479 if (!php_sys_stat(buf, &sb) && (sb.st_mode & S_IFREG)) { in php_cli_server_request_translate_vpath()
2715 if (php_sys_stat(document_root, &sb)) { in do_cli_server()
/PHP-7.4/ext/xmlwriter/
H A Dphp_xmlwriter.c621 if (php_sys_stat(file_dirname, &buf) != 0) { in _xmlwriter_get_valid_file_path()
/PHP-7.4/ext/fileinfo/
H A Dlibmagic.patch485 + if (php_sys_stat(fn, &st) == 0 && S_ISDIR(st.st_mode)) {
2033 + ret = php_sys_stat(fn, sb);

Completed in 71 milliseconds