Searched refs:expand_filepath_ex (Results 1 – 4 of 4) sorted by relevance
/PHP-8.4/main/ |
H A D | fopen_wrappers.h | 26 PHPAPI char *expand_filepath_ex(const char *filepath, char *real_path, const char *relative_to, siz…
|
H A D | fopen_wrappers.c | 769 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-8.4/ext/standard/ |
H A D | link.c | 147 if (!expand_filepath_ex(topath, dest_p, dirname, len)) { in PHP_FUNCTION()
|
/PHP-8.4/ext/opcache/ |
H A D | zend_accelerator_blacklist.c | 295 expand_filepath_ex(path_dup, real_path, blacklist_path, blacklist_path_length); in zend_accel_blacklist_loadone()
|
Completed in 10 milliseconds