summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikita Popov <nikita.ppv@gmail.com>2019-04-29 09:58:45 +0200
committerNikita Popov <nikita.ppv@gmail.com>2019-04-29 09:58:45 +0200
commit22e9a5e0c382b6accefe809bf59ba08738427593 (patch)
tree79b196ffca9bb70cd4796cd7f6291820ead1f012
parent9481cb43b3c4f1ab5198aa06e55df7355b3f23e5 (diff)
downloadphp-git-22e9a5e0c382b6accefe809bf59ba08738427593.tar.gz
Fix typo in TRY_ASSIGN macro name
-rw-r--r--Zend/zend_API.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/zend_API.h b/Zend/zend_API.h
index 2ae1990ced..648dbe7c77 100644
--- a/Zend/zend_API.h
+++ b/Zend/zend_API.h
@@ -711,7 +711,7 @@ ZEND_API int zend_try_assign_typed_ref_zval_ex(zend_reference *ref, zval *zv, ze
ZVAL_FALSE(_zv); \
} while (0)
-#define ZEND_TRY_ASSIGN_FASLE(zv) \
+#define ZEND_TRY_ASSIGN_FALSE(zv) \
_ZEND_TRY_ASSIGN_FALSE(zv, 0)
#define ZEND_TRY_ASSIGN_REF_FALSE(zv) do { \