Searched refs:CWD_REALPATH (Results 1 – 3 of 3) sorted by relevance
/PHP-7.0/Zend/ |
H A D | zend_virtual_cwd.c | 890 if (use_realpath == CWD_REALPATH) { in tsrm_realpath_r() 1095 if (use_realpath == CWD_REALPATH) { in tsrm_realpath_r() 1402 return virtual_file_ex(&CWDG(cwd), path, php_is_dir_ok, CWD_REALPATH)?-1:0; in virtual_chdir() 1470 if (virtual_file_ex(&new_state, path, NULL, CWD_REALPATH)==0) { in virtual_realpath() 1536 if (virtual_file_ex(&new_state, pathname, NULL, CWD_REALPATH)) { in virtual_access() 1560 if (virtual_file_ex(&new_state, filename, NULL, CWD_REALPATH)) { in virtual_utime() 1583 if (virtual_file_ex(&new_state, filename, NULL, CWD_REALPATH)) { in virtual_chmod() 1616 if (virtual_file_ex(&new_state, filename, NULL, CWD_REALPATH)) { in virtual_chown() 1726 if (virtual_file_ex(&new_state, path, NULL, CWD_REALPATH)) { in virtual_stat() 1823 if (virtual_file_ex(&new_state, pathname, NULL, CWD_REALPATH)) { in virtual_opendir() [all …]
|
H A D | zend_virtual_cwd.h | 204 #define CWD_REALPATH 2 /* call realpath(), resolve symlinks. File must exist */ macro
|
/PHP-7.0/main/ |
H A D | php_open_temporary_file.c | 130 if (virtual_file_ex(&new_state, path, NULL, CWD_REALPATH)) { in php_do_open_temporary_file()
|
Completed in 18 milliseconds