Home
last modified time | relevance | path

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

/PHP-8.0/sapi/phpdbg/
H A Dphpdbg_list.c64 char resolved_path_buf[MAXPATHLEN]; in PHPDBG_LIST() local
66 if (VCWD_REALPATH(abspath, resolved_path_buf)) { in PHPDBG_LIST()
67 abspath = resolved_path_buf; in PHPDBG_LIST()
283 char resolved_path_buf[MAXPATHLEN]; in phpdbg_init_compile_file() local
287 if (VCWD_REALPATH(filename, resolved_path_buf)) { in phpdbg_init_compile_file()
288 filename = resolved_path_buf; in phpdbg_init_compile_file()

Completed in 5 milliseconds