Home
last modified time | relevance | path

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

/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_watch.c446 void phpdbg_remove_watch_element_recursively(phpdbg_watch_element *element);
552 phpdbg_remove_watch_element_recursively(element->child);
763 void phpdbg_remove_watch_element_recursively(phpdbg_watch_element *element) { function
765 phpdbg_remove_watch_element_recursively(element->child);
771 phpdbg_remove_watch_element_recursively(child);
793 phpdbg_remove_watch_element_recursively(cur);
801 phpdbg_remove_watch_element_recursively(element);
820 phpdbg_remove_watch_element_recursively(element);
828 phpdbg_remove_watch_element_recursively(child);
873 phpdbg_remove_watch_element_recursively(element);

Completed in 7 milliseconds