Home
last modified time | relevance | path

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

/php-src/main/
H A Dfopen_wrappers.h26 PHPAPI char *expand_filepath_ex(const char *filepath, char *real_path, const char *relative_to, siz…
H A Dfopen_wrappers.c769 return expand_filepath_ex(filepath, real_path, NULL, 0);
774 PHPAPI char *expand_filepath_ex(const char *filepath, char *real_path, const char *relative_to, siz… function
/php-src/ext/standard/
H A Dlink.c147 if (!expand_filepath_ex(topath, dest_p, dirname, len)) { in PHP_FUNCTION()
/php-src/ext/opcache/
H A Dzend_accelerator_blacklist.c295 expand_filepath_ex(path_dup, real_path, blacklist_path, blacklist_path_length); in zend_accel_blacklist_loadone()

Completed in 13 milliseconds