Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend_virtual_cwd.c577 save = (use_realpath != CWD_EXPAND); in tsrm_realpath_r()
1317 if (virtual_file_ex(&new_state, path, NULL, CWD_EXPAND)) { in virtual_fopen()
1504 if (virtual_file_ex(&old_state, oldname, NULL, CWD_EXPAND)) { in virtual_rename()
1511 if (virtual_file_ex(&new_state, newname, NULL, CWD_EXPAND)) { in virtual_rename()
1558 if (virtual_file_ex(&new_state, path, NULL, CWD_EXPAND)) { in virtual_lstat()
1576 if (virtual_file_ex(&new_state, path, NULL, CWD_EXPAND)) { in virtual_unlink()
1619 if (virtual_file_ex(&new_state, pathname, NULL, CWD_EXPAND)) { in virtual_rmdir()
H A Dzend_virtual_cwd.h203 #define CWD_EXPAND 0 /* expand "." and ".." but don't resolve symlinks */ macro
/php-src/ext/fileinfo/
H A Dfileinfo.c198 if (!expand_filepath_with_mode(file, resolved_path, NULL, 0, CWD_EXPAND)) { in PHP_FUNCTION()
/php-src/main/
H A Dfopen_wrappers.c349 char *tmp = expand_filepath_with_mode(path, NULL, NULL, 0, CWD_EXPAND);
/php-src/main/streams/
H A Dplain_wrapper.c1381 if (!expand_filepath_with_mode(dir, buf, NULL, 0, CWD_EXPAND)) { in php_plain_files_mkdir()
/php-src/ext/zip/
H A Dphp_zip.c156 virtual_file_ex(&new_state, file, NULL, CWD_EXPAND); in php_zip_extract_file()
/php-src/ext/spl/
H A Dspl_directory.c1272 …if (!expand_filepath_with_mode(ZSTR_VAL(intern->file_name), expanded_path, NULL, 0, CWD_EXPAND )) { in FileInfoFunction()
/php-src/ext/phar/
H A Dphar_object.c4129 if (virtual_file_ex(&new_state, entry->filename, NULL, CWD_EXPAND) != 0 || in phar_extract_file()

Completed in 48 milliseconds