summaryrefslogtreecommitdiff
path: root/Zend/zend_hash.h
diff options
context:
space:
mode:
authorSara Golemon <pollita@php.net>2017-09-07 16:05:20 -0400
committerSara Golemon <pollita@php.net>2017-09-07 16:25:25 -0400
commitf18cf46d07ebbb212aa1283a19ed531919136c54 (patch)
treec19d337c4db677ab8ffa842c2492f55817c9001a /Zend/zend_hash.h
parentb2919853f867ca7948e1c80c48eb868eae4ba882 (diff)
downloadphp-git-f18cf46d07ebbb212aa1283a19ed531919136c54.tar.gz
Fix typo in zend_symtable_add_new() API name
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 f369677196..ffe47f16ea 100644
--- a/Zend/zend_hash.h
+++ b/Zend/zend_hash.h
@@ -310,7 +310,7 @@ static zend_always_inline int zend_hash_str_exists_ind(const HashTable *ht, cons
Z_TYPE_P(Z_INDIRECT_P(zv)) != IS_UNDEF);
}
-static zend_always_inline zval *zend_symbtable_add_new(HashTable *ht, zend_string *key, zval *pData)
+static zend_always_inline zval *zend_symtable_add_new(HashTable *ht, zend_string *key, zval *pData)
{
zend_ulong idx;