Home
last modified time | relevance | path

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

/PHP-7.3/Zend/
H A Dzend_virtual_cwd.h120 # define php_sys_stat(path, buf) php_sys_stat_ex(path, buf, 0) macro
124 # define php_sys_stat stat macro
298 #define VCWD_STAT(path, buff) php_sys_stat(path, buff)
H A Dzend_virtual_cwd.c380 if (php_sys_stat(state->cwd, &buf) == 0 && S_ISDIR(buf.st_mode)) in php_is_dir_ok()
391 if (php_sys_stat(state->cwd, &buf) == 0 && S_ISREG(buf.st_mode)) in php_is_file_ok()
1775 retval = php_sys_stat(new_state.cwd, buf); in virtual_stat()
/PHP-7.3/ext/fileinfo/libmagic/
H A Dfsmagic.c113 if (php_sys_stat(fn, sb) != 0) { in file_fsmagic()
H A Dapprentice.c1298 if (php_sys_stat(fn, &st) == 0 && S_ISDIR(st.st_mode)) { in apprentice_load()
/PHP-7.3/win32/
H A Dglob.c877 return(php_sys_stat(buf, sb));
/PHP-7.3/sapi/cli/
H A Dphp_cli_server.c1390 if (!php_sys_stat(buf, &sb)) { in php_cli_server_request_translate_vpath()
1399 if (!php_sys_stat(buf, &sb) && (sb.st_mode & S_IFREG)) { in php_cli_server_request_translate_vpath()
2575 if (php_sys_stat(document_root, &sb)) { in do_cli_server()
/PHP-7.3/ext/xmlwriter/
H A Dphp_xmlwriter.c645 if (php_sys_stat(file_dirname, &buf) != 0) { in _xmlwriter_get_valid_file_path()
/PHP-7.3/ext/fileinfo/
H A Dlibmagic.patch547 + if (php_sys_stat(fn, &st) == 0 && S_ISDIR(st.st_mode)) {
2576 + if (php_sys_stat(fn, sb) != 0) {

Completed in 42 milliseconds