Home
last modified time | relevance | path

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

/PHP-7.4/main/
H A Dfopen_wrappers.h28 PHPAPI char *expand_filepath_ex(const char *filepath, char *real_path, const char *relative_to, siz…
H A Dfopen_wrappers.c759 return expand_filepath_ex(filepath, real_path, NULL, 0);
765 PHPAPI char *expand_filepath_ex(const char *filepath, char *real_path, const char *relative_to, siz… function
/PHP-7.4/ext/standard/
H A Dlink.c158 if (!expand_filepath_ex(topath, dest_p, dirname, len)) { in PHP_FUNCTION()
/PHP-7.4/ext/opcache/
H A Dzend_accelerator_blacklist.c292 expand_filepath_ex(path_dup, real_path, blacklist_path, blacklist_path_length); in zend_accel_blacklist_loadone()

Completed in 12 milliseconds