Home
last modified time | relevance | path

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

/PHP-8.0/sapi/phpdbg/
H A Dphpdbg_bp.c261 const char *original_path = path; in phpdbg_set_breakpoint_file() local
275 …phpdbg_debug("file path: %s, resolved path: %s, was compiled: %d\n", original_path, path, zend_has… in phpdbg_set_breakpoint_file()
279 if (original_path[0] == '/') { in phpdbg_set_breakpoint_file()
280 …", "type=\"nofile\" add=\"fail\" file=\"%s\"", "Cannot stat %s, it does not exist", original_path); in phpdbg_set_breakpoint_file()
285 path = original_path; in phpdbg_set_breakpoint_file()

Completed in 7 milliseconds