Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend_virtual_cwd.c951 j = tsrm_realpath_r(path, start, i-1, ll, t, save ? CWD_FILEPATH : use_realpath, 1, NULL); in tsrm_realpath_r()
1289 retval = virtual_file_ex(&new_state, path, verify_path, CWD_FILEPATH); in virtual_filepath_ex()
1447 if (virtual_file_ex(&new_state, path, NULL, CWD_FILEPATH)) { in virtual_open()
1483 if (virtual_file_ex(&new_state, path, NULL, CWD_FILEPATH)) { in virtual_creat()
1596 if (virtual_file_ex(&new_state, pathname, NULL, CWD_FILEPATH)) { in virtual_mkdir()
H A Dzend_virtual_cwd.h206 #define CWD_FILEPATH 1 /* resolve symlinks if file is exist otherwise expand */ macro
/php-src/main/
H A Dfopen_wrappers.c776 return expand_filepath_with_mode(filepath, real_path, relative_to, relative_to_len, CWD_FILEPATH);

Completed in 12 milliseconds