Home
last modified time | relevance | path

Searched refs:CWD_REALPATH (Results 1 – 3 of 3) sorted by relevance

/php-src/Zend/
H A Dzend_virtual_cwd.c609 if (use_realpath == CWD_REALPATH) { in tsrm_realpath_r()
895 if (use_realpath == CWD_REALPATH) { in tsrm_realpath_r()
1207 return virtual_file_ex(&CWDG(cwd), path, php_is_dir_ok, CWD_REALPATH) ? FAILURE : SUCCESS; in virtual_chdir()
1269 if (virtual_file_ex(&new_state, path, NULL, CWD_REALPATH)==0) { in virtual_realpath()
1340 if (virtual_file_ex(&new_state, pathname, NULL, CWD_REALPATH)) { in virtual_access()
1364 if (virtual_file_ex(&new_state, filename, NULL, CWD_REALPATH)) { in virtual_utime()
1387 if (virtual_file_ex(&new_state, filename, NULL, CWD_REALPATH)) { in virtual_chmod()
1422 if (virtual_file_ex(&new_state, filename, NULL, CWD_REALPATH)) { in virtual_chown()
1540 if (virtual_file_ex(&new_state, path, NULL, CWD_REALPATH)) { in virtual_stat()
1644 if (virtual_file_ex(&new_state, pathname, NULL, CWD_REALPATH)) { in virtual_opendir()
[all …]
H A Dzend_virtual_cwd.h205 #define CWD_REALPATH 2 /* call realpath(), resolve symlinks. File must exist */ macro
/php-src/main/
H A Dphp_open_temporary_file.c126 if (virtual_file_ex(&new_state, path, NULL, CWD_REALPATH)) { in php_do_open_temporary_file()

Completed in 12 milliseconds