mirror of
https://github.com/php/php-src.git
synced 2025-08-15 13:38:49 +02:00
Perform "early-binding" directly during compilation
This commit is contained in:
parent
8050f4a334
commit
b36dbdd1dd
5 changed files with 181 additions and 259 deletions
|
@ -30,7 +30,6 @@ ZEND_API void zend_do_bind_traits(zend_class_entry *ce);
|
|||
ZEND_API void zend_do_implement_interfaces(zend_class_entry *ce);
|
||||
|
||||
ZEND_API void zend_do_inheritance(zend_class_entry *ce, zend_class_entry *parent_ce);
|
||||
void zend_do_early_binding(void);
|
||||
|
||||
void zend_check_deprecated_constructor(const zend_class_entry *ce);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue