summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Zend/zend_hash.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/Zend/zend_hash.c b/Zend/zend_hash.c
index 5404187a97..efbc1e2ae4 100644
--- a/Zend/zend_hash.c
+++ b/Zend/zend_hash.c
@@ -2465,7 +2465,6 @@ ZEND_API int ZEND_FASTCALL _zend_handle_numeric_str_ex(const char *key, size_t l
register const char *tmp = key;
const char *end = key + length;
- ZEND_ASSERT(*end == '\0');
if (*tmp == '-') {
tmp++;