]> granicus.if.org Git - php/commitdiff
typo
authorMarkus Staab <maggus.staab@googlemail.com>
Fri, 5 Apr 2019 05:51:30 +0000 (07:51 +0200)
committerJoe Watkins <krakjoe@php.net>
Fri, 5 Apr 2019 05:57:43 +0000 (07:57 +0200)
Zend/zend_execute.c

index 2b1fe19e3ab494005603b68668c7e9a864a3b227..0039f747ee1cfc4a03e9b7d969dc11b8e9d556f8 100644 (file)
@@ -4390,7 +4390,7 @@ static zend_never_inline int ZEND_FASTCALL zend_quick_check_constant(
 # define ZEND_VM_SMART_BRANCH_JMPZ(_result, _check)
 # define ZEND_VM_SMART_BRANCH_JMPNZ(_result, _check)
 # define ZEND_VM_SMART_BRANCH_TRUE()
-# define ZEND_VM_SMART_BRANCH_FASLE()
+# define ZEND_VM_SMART_BRANCH_FALSE()
 #endif
 
 #ifdef __GNUC__