Home
last modified time | relevance | path

Searched refs:expand_filepath_with_mode (Results 1 – 5 of 5) sorted by relevance

/PHP-8.1/main/
H A Dfopen_wrappers.h27 PHPAPI char *expand_filepath_with_mode(const char *filepath, char *real_path, const char *relative_…
H A Dfopen_wrappers.c337 char *tmp = expand_filepath_with_mode(path, NULL, NULL, 0, CWD_EXPAND);
752 return expand_filepath_with_mode(filepath, real_path, relative_to, relative_to_len, CWD_FILEPATH);
757 PHPAPI char *expand_filepath_with_mode(const char *filepath, char *real_path, const char *relative_… function
/PHP-8.1/ext/fileinfo/
H A Dfileinfo.c216 if (!expand_filepath_with_mode(file, resolved_path, NULL, 0, CWD_EXPAND)) { in PHP_FUNCTION()
/PHP-8.1/main/streams/
H A Dplain_wrapper.c1367 if (!expand_filepath_with_mode(dir, buf, NULL, 0, CWD_EXPAND)) { in php_plain_files_mkdir()
/PHP-8.1/ext/spl/
H A Dspl_directory.c1262 …if (!expand_filepath_with_mode(ZSTR_VAL(intern->file_name), expanded_path, NULL, 0, CWD_EXPAND )) { in FileInfoFunction()

Completed in 32 milliseconds