mirror of
https://github.com/php/php-src.git
synced 2025-08-20 09:24:05 +02:00
- WS
This commit is contained in:
parent
341ffb3f3d
commit
f93bf1007a
3 changed files with 4 additions and 3 deletions
|
@ -3318,6 +3318,7 @@ static int zend_constant_ct_subst(znode *result, zval *const_name TSRMLS_DC)
|
|||
return 0;
|
||||
}
|
||||
|
||||
|
||||
void zend_do_fetch_constant(znode *result, znode *constant_container, znode *constant_name, int mode TSRMLS_DC)
|
||||
{
|
||||
switch (mode) {
|
||||
|
|
|
@ -239,7 +239,7 @@ ZEND_API struct _zend_property_info *zend_get_property_info(zend_class_entry *ce
|
|||
EG(std_property_info).name = Z_UNIVAL_P(member);
|
||||
EG(std_property_info).name_length = Z_UNILEN_P(member);
|
||||
EG(std_property_info).h = h;
|
||||
EG(std_property_info).ce = ce;;
|
||||
EG(std_property_info).ce = ce;
|
||||
property_info = &EG(std_property_info);
|
||||
}
|
||||
return property_info;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue