expand_filepath_with_mode 324 ext/fileinfo/fileinfo.c if (!expand_filepath_with_mode(file, resolved_path, NULL, 0, CWD_EXPAND)) { expand_filepath_with_mode 1237 ext/spl/spl_directory.c if (!expand_filepath_with_mode(intern->file_name, expanded_path, NULL, 0, CWD_EXPAND )) { expand_filepath_with_mode 343 main/fopen_wrappers.c char *tmp = expand_filepath_with_mode(path, NULL, NULL, 0, CWD_EXPAND); expand_filepath_with_mode 750 main/fopen_wrappers.c return expand_filepath_with_mode(filepath, real_path, relative_to, relative_to_len, CWD_FILEPATH); expand_filepath_with_mode 31 main/fopen_wrappers.h PHPAPI char *expand_filepath_with_mode(const char *filepath, char *real_path, const char *relative_to, size_t relative_to_len, int use_realpath); expand_filepath_with_mode 1210 main/streams/plain_wrapper.c if (!expand_filepath_with_mode(dir, buf, NULL, 0, CWD_EXPAND )) {