mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Merge branch 'PHP-7.4'
* PHP-7.4: Keep lowercased parent class name as second argument of DECLARE_CLASS to avoid extra work at run-time
This commit is contained in:
commit
ca22c456ca
8 changed files with 29 additions and 15 deletions
|
@ -27,7 +27,7 @@ BEGIN_EXTERN_C()
|
|||
ZEND_API void zend_do_implement_interface(zend_class_entry *ce, zend_class_entry *iface);
|
||||
ZEND_API void zend_do_inheritance(zend_class_entry *ce, zend_class_entry *parent_ce);
|
||||
|
||||
ZEND_API void zend_do_link_class(zend_class_entry *ce);
|
||||
ZEND_API void zend_do_link_class(zend_class_entry *ce, zend_string *lc_parent_name);
|
||||
|
||||
void zend_verify_abstract_class(zend_class_entry *ce);
|
||||
void zend_build_properties_info_table(zend_class_entry *ce);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue