Searched refs:CWD_EXPAND (Results 1 – 8 of 8) sorted by relevance
/PHP-8.3/Zend/ |
H A D | zend_virtual_cwd.c | 577 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 D | zend_virtual_cwd.h | 203 #define CWD_EXPAND 0 /* expand "." and ".." but don't resolve symlinks */ macro
|
/PHP-8.3/ext/fileinfo/ |
H A D | fileinfo.c | 198 if (!expand_filepath_with_mode(file, resolved_path, NULL, 0, CWD_EXPAND)) { in PHP_FUNCTION()
|
/PHP-8.3/main/ |
H A D | fopen_wrappers.c | 349 char *tmp = expand_filepath_with_mode(path, NULL, NULL, 0, CWD_EXPAND);
|
/PHP-8.3/main/streams/ |
H A D | plain_wrapper.c | 1381 if (!expand_filepath_with_mode(dir, buf, NULL, 0, CWD_EXPAND)) { in php_plain_files_mkdir()
|
/PHP-8.3/ext/zip/ |
H A D | php_zip.c | 156 virtual_file_ex(&new_state, file, NULL, CWD_EXPAND); in php_zip_extract_file()
|
/PHP-8.3/ext/spl/ |
H A D | spl_directory.c | 1272 …if (!expand_filepath_with_mode(ZSTR_VAL(intern->file_name), expanded_path, NULL, 0, CWD_EXPAND )) { in FileInfoFunction()
|
/PHP-8.3/ext/phar/ |
H A D | phar_object.c | 4132 if (virtual_file_ex(&new_state, entry->filename, NULL, CWD_EXPAND) != 0 || in phar_extract_file()
|
Completed in 48 milliseconds