phpdbg_find_breakpoint_file   32 sapi/phpdbg/phpdbg_bp.c static inline phpdbg_breakbase_t *phpdbg_find_breakpoint_file(zend_op_array*);
phpdbg_find_breakpoint_file 1116 sapi/phpdbg/phpdbg_bp.c 	if ((PHPDBG_G(flags) & PHPDBG_HAS_FILE_BP) && (base = phpdbg_find_breakpoint_file(&execute_data->func->op_array))) {