Home
last modified time | relevance | path

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

/PHP-7.3/ext/spl/
H A Dspl_directory.c1262 char expanded_path[MAXPATHLEN]; in FileInfoFunction() local
1263 if (!expand_filepath_with_mode(intern->file_name, expanded_path, NULL, 0, CWD_EXPAND )) { in FileInfoFunction()
1267 ret = php_sys_readlink(expanded_path, buff, MAXPATHLEN - 1); in FileInfoFunction()

Completed in 23 milliseconds