Home
last modified time | relevance | path

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

/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_list.c67 const char *abspath = param->file.name; in PHPDBG_LIST() local
68 if (VCWD_REALPATH(abspath, resolved_path_buf)) { in PHPDBG_LIST()
69 abspath = resolved_path_buf; in PHPDBG_LIST()
71 file = zend_string_init(abspath, strlen(abspath), 0); in PHPDBG_LIST()

Completed in 7 milliseconds