diff options
author | Dmitry Stogov <dmitry@zend.com> | 2014-03-27 11:40:59 +0400 |
---|---|---|
committer | Dmitry Stogov <dmitry@zend.com> | 2014-03-27 11:40:59 +0400 |
commit | e2e99b06706ad2a7513d1415833abc71e9cd2d93 (patch) | |
tree | 72c684813c28f9ff76f7c47385e79a17ab8de94f /Zend/zend_hash.h | |
parent | 36f24c512ee5c1a8c81ed98dcbe27de2cb8f0eda (diff) | |
download | php-git-e2e99b06706ad2a7513d1415833abc71e9cd2d93.tar.gz |
Typo
Diffstat (limited to 'Zend/zend_hash.h')
-rw-r--r-- | Zend/zend_hash.h | 2 |
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; |