phpdbg_watchpoint_parse_symtables  719 sapi/phpdbg/phpdbg_watch.c 			if (phpdbg_watchpoint_parse_symtables(param->str, param->len, phpdbg_create_recursive_watchpoint) != FAILURE) {
phpdbg_watchpoint_parse_symtables  738 sapi/phpdbg/phpdbg_watch.c 			if (phpdbg_watchpoint_parse_symtables(param->str, param->len, phpdbg_create_array_watchpoint) != FAILURE) {
phpdbg_watchpoint_parse_symtables  793 sapi/phpdbg/phpdbg_watch.c 	return phpdbg_watchpoint_parse_symtables(input, len, phpdbg_create_simple_watchpoint);