Home
last modified time | relevance | path

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

/PHP-7.4/Zend/
H A Dzend_virtual_cwd.c583 save = (use_realpath != CWD_EXPAND); in tsrm_realpath_r()
1309 if (virtual_file_ex(&new_state, path, NULL, CWD_EXPAND)) { in virtual_fopen()
1496 if (virtual_file_ex(&old_state, oldname, NULL, CWD_EXPAND)) { in virtual_rename()
1503 if (virtual_file_ex(&new_state, newname, NULL, CWD_EXPAND)) { in virtual_rename()
1550 if (virtual_file_ex(&new_state, path, NULL, CWD_EXPAND)) { in virtual_lstat()
1568 if (virtual_file_ex(&new_state, path, NULL, CWD_EXPAND)) { in virtual_unlink()
1611 if (virtual_file_ex(&new_state, pathname, NULL, CWD_EXPAND)) { in virtual_rmdir()
H A Dzend_virtual_cwd.h194 #define CWD_EXPAND 0 /* expand "." and ".." but don't resolve symlinks */ macro
/PHP-7.4/ext/fileinfo/
H A Dfileinfo.c327 if (!expand_filepath_with_mode(file, resolved_path, NULL, 0, CWD_EXPAND)) { in PHP_FUNCTION()
/PHP-7.4/main/
H A Dfopen_wrappers.c348 char *tmp = expand_filepath_with_mode(path, NULL, NULL, 0, CWD_EXPAND);
/PHP-7.4/main/streams/
H A Dplain_wrapper.c1322 if (!expand_filepath_with_mode(dir, buf, NULL, 0, CWD_EXPAND )) { in php_plain_files_mkdir()
/PHP-7.4/ext/zip/
H A Dphp_zip.c161 virtual_file_ex(&new_state, file, NULL, CWD_EXPAND); in php_zip_extract_file()
/PHP-7.4/ext/spl/
H A Dspl_directory.c1265 if (!expand_filepath_with_mode(intern->file_name, expanded_path, NULL, 0, CWD_EXPAND )) { in FileInfoFunction()
/PHP-7.4/ext/phar/
H A Dphar_object.c4163 if (virtual_file_ex(&new_state, entry->filename, NULL, CWD_EXPAND) != 0 || in phar_extract_file()

Completed in 48 milliseconds