expr_hash         759 sapi/phpdbg/phpdbg_bp.c 	zend_ulong expr_hash = zend_inline_hash_func(expr, expr_len);
expr_hash         762 sapi/phpdbg/phpdbg_bp.c 	if (!zend_hash_index_exists(&PHPDBG_G(bp)[PHPDBG_BREAK_COND], expr_hash)) {
expr_hash         764 sapi/phpdbg/phpdbg_bp.c 			&new_break, NULL, expr, expr_len, expr_hash TSRMLS_CC);