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