Merge branch 'PHP-7.4'

* PHP-7.4:
  fix #77642: typo "incompatibe" in Zend/zend_compile.c [ci skip]
This commit is contained in:
Christoph M. Becker 2019-02-20 19:41:25 +01:00
commit 44ebbf0de1

View File

@ -3930,7 +3930,7 @@ void zend_compile_static_call(znode *result, zend_ast *ast, uint32_t type) /* {{
|| (CG(active_class_entry)
&& !(CG(active_class_entry)->ce_flags & ZEND_ACC_LINKED))
|| !zend_check_protected(zend_get_function_root_class(fbc), CG(active_class_entry)))) {
/* incompatibe function */
/* incompatible function */
fbc = NULL;
}
}