Skip to content

Commit 22e9a5e

Browse files
committed
Fix typo in TRY_ASSIGN macro name
1 parent 9481cb4 commit 22e9a5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Zend/zend_API.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -711,7 +711,7 @@ ZEND_API int zend_try_assign_typed_ref_zval_ex(zend_reference *ref, zval *zv, ze
711711
ZVAL_FALSE(_zv); \
712712
} while (0)
713713

714-
#define ZEND_TRY_ASSIGN_FASLE(zv) \
714+
#define ZEND_TRY_ASSIGN_FALSE(zv) \
715715
_ZEND_TRY_ASSIGN_FALSE(zv, 0)
716716

717717
#define ZEND_TRY_ASSIGN_REF_FALSE(zv) do { \

0 commit comments

Comments
 (0)