method_breaks     503 sapi/phpdbg/phpdbg_bp.c 	HashTable method_breaks, *method_table;
method_breaks     536 sapi/phpdbg/phpdbg_bp.c 		zend_hash_init(&method_breaks, 8, NULL, phpdbg_opline_breaks_dtor, 0);
method_breaks     541 sapi/phpdbg/phpdbg_bp.c 			(void **)&method_breaks, sizeof(HashTable), (void **)&method_table);