summaryrefslogtreecommitdiff
path: root/Zend/zend_hash.h
diff options
context:
space:
mode:
authorDmitry Stogov <dmitry@zend.com>2014-03-27 11:40:59 +0400
committerDmitry Stogov <dmitry@zend.com>2014-03-27 11:40:59 +0400
commite2e99b06706ad2a7513d1415833abc71e9cd2d93 (patch)
tree72c684813c28f9ff76f7c47385e79a17ab8de94f /Zend/zend_hash.h
parent36f24c512ee5c1a8c81ed98dcbe27de2cb8f0eda (diff)
downloadphp-git-e2e99b06706ad2a7513d1415833abc71e9cd2d93.tar.gz
Typo
Diffstat (limited to 'Zend/zend_hash.h')
-rw-r--r--Zend/zend_hash.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/zend_hash.h b/Zend/zend_hash.h
index 41bb305c45..7cf7b19338 100644
--- a/Zend/zend_hash.h
+++ b/Zend/zend_hash.h
@@ -261,7 +261,7 @@ static inline zval *zend_hash_find_ind(const HashTable *ht, zend_string *key)
}
-static inline int *zend_hash_exists_ind(const HashTable *ht, zend_string *key)
+static inline int zend_hash_exists_ind(const HashTable *ht, zend_string *key)
{
zval *zv;