Home
last modified time | relevance | path

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

/php-src/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()
279 char resolved_path_buf[MAXPATHLEN]; in phpdbg_init_compile_file() local
283 if (VCWD_REALPATH(ZSTR_VAL(filename), resolved_path_buf)) { in phpdbg_init_compile_file()
284 filename = zend_string_init(resolved_path_buf, strlen(resolved_path_buf), 0); in phpdbg_init_compile_file()

Completed in 7 milliseconds