Searched refs:expand_filepath_ex (Results 1 – 4 of 4) sorted by relevance
/PHP-8.2/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 | 757 return expand_filepath_ex(filepath, real_path, NULL, 0); 762 PHPAPI char *expand_filepath_ex(const char *filepath, char *real_path, const char *relative_to, siz… function
|
/PHP-8.2/ext/standard/ |
H A D | link.c | 148 if (!expand_filepath_ex(topath, dest_p, dirname, len)) { in PHP_FUNCTION()
|
/PHP-8.2/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 12 milliseconds