phpdbg_watchpoint_parse_symtables  435 sapi/phpdbg/phpdbg_watch.c 			if (phpdbg_watchpoint_parse_symtables(param->str, param->len, phpdbg_create_recursive_watchpoint TSRMLS_CC) != FAILURE) {
phpdbg_watchpoint_parse_symtables  454 sapi/phpdbg/phpdbg_watch.c 			if (phpdbg_watchpoint_parse_symtables(param->str, param->len, phpdbg_create_array_watchpoint TSRMLS_CC) != FAILURE) {
phpdbg_watchpoint_parse_symtables  492 sapi/phpdbg/phpdbg_watch.c 	return phpdbg_watchpoint_parse_symtables(input, len, phpdbg_create_watchpoint TSRMLS_CC);
phpdbg_watchpoint_parse_symtables  500 sapi/phpdbg/phpdbg_watch.c 	return phpdbg_watchpoint_parse_symtables(input, len, phpdbg_delete_watchpoint TSRMLS_CC);