Home
last modified time | relevance | path

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

/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_list.c66 char resolved_path_buf[MAXPATHLEN]; in PHPDBG_LIST() local
68 if (VCWD_REALPATH(abspath, resolved_path_buf)) { in PHPDBG_LIST()
69 abspath = resolved_path_buf; in PHPDBG_LIST()
286 char resolved_path_buf[MAXPATHLEN]; in phpdbg_init_compile_file() local
290 if (VCWD_REALPATH(filename, resolved_path_buf)) { in phpdbg_init_compile_file()
291 filename = resolved_path_buf; in phpdbg_init_compile_file()

Completed in 5 milliseconds