Skip to content

Commit 876369b

Browse files
divinity76cmb69
authored andcommitted
fix #77642: typo "incompatibe" in Zend/zend_compile.c [ci skip]
the word "incompatible" was accidentally written as "incompatibe" guilty commit: 7e597f4
1 parent 16d0824 commit 876369b

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
@@ -3961,7 +3961,7 @@ void zend_compile_static_call(znode *result, zend_ast *ast, uint32_t type) /* {{
39613961
|| (CG(active_class_entry)
39623962
&& !(CG(active_class_entry)->ce_flags & ZEND_ACC_LINKED))
39633963
|| !zend_check_protected(zend_get_function_root_class(fbc), CG(active_class_entry)))) {
3964-
/* incompatibe function */
3964+
/* incompatible function */
39653965
fbc = NULL;
39663966
}
39673967
}

0 commit comments

Comments
 (0)