Skip to content

Commit 44ebbf0

Browse files
committed
Merge branch 'PHP-7.4'
* PHP-7.4: fix #77642: typo "incompatibe" in Zend/zend_compile.c [ci skip]
2 parents 21c59a6 + 876369b commit 44ebbf0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Zend/zend_compile.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3930,7 +3930,7 @@ void zend_compile_static_call(znode *result, zend_ast *ast, uint32_t type) /* {{
39303930
|| (CG(active_class_entry)
39313931
&& !(CG(active_class_entry)->ce_flags & ZEND_ACC_LINKED))
39323932
|| !zend_check_protected(zend_get_function_root_class(fbc), CG(active_class_entry)))) {
3933-
/* incompatibe function */
3933+
/* incompatible function */
39343934
fbc = NULL;
39353935
}
39363936
}

0 commit comments

Comments
 (0)