Home
last modified time | relevance | path

Searched refs:ZEND_ACC_IMPLICIT_PUBLIC (Results 1 – 3 of 3) sorted by relevance

/PHP-5.3/ext/reflection/
H A Dphp_reflection.c910 if (prop->flags & ZEND_ACC_IMPLICIT_PUBLIC) { in _property_string()
1475 if (modifiers & ZEND_ACC_IMPLICIT_PUBLIC) { in ZEND_METHOD()
3600 property_info_tmp.flags = ZEND_ACC_IMPLICIT_PUBLIC; in ZEND_METHOD()
3687 EG(std_property_info).flags = ZEND_ACC_IMPLICIT_PUBLIC; in _adddynproperty()
4442 reference->prop.flags = ZEND_ACC_IMPLICIT_PUBLIC; in ZEND_METHOD()
4504 _property_check_flag(INTERNAL_FUNCTION_PARAM_PASSTHRU, ZEND_ACC_PUBLIC | ZEND_ACC_IMPLICIT_PUBLIC); in ZEND_METHOD()
4536 _property_check_flag(INTERNAL_FUNCTION_PARAM_PASSTHRU, ~ZEND_ACC_IMPLICIT_PUBLIC); in ZEND_METHOD()
4568 …if (!(ref->prop.flags & (ZEND_ACC_PUBLIC | ZEND_ACC_IMPLICIT_PUBLIC)) && intern->ignore_visibility… in ZEND_METHOD()
/PHP-5.3/Zend/
H A Dzend_compile.h136 #define ZEND_ACC_IMPLICIT_PUBLIC 0x1000 macro
H A Dzend_compile.c2733 } else if (child_info->flags & ZEND_ACC_IMPLICIT_PUBLIC) { in do_inherit_property_access_check()
2734 if (!(parent_info->flags & ZEND_ACC_IMPLICIT_PUBLIC)) { in do_inherit_property_access_check()
3649 if (!(existing_property_info->flags & ZEND_ACC_IMPLICIT_PUBLIC)) { in zend_do_declare_property()
3807 zend_do_declare_property(&property, NULL, ZEND_ACC_PUBLIC|ZEND_ACC_IMPLICIT_PUBLIC TSRMLS_CC); in zend_do_declare_implicit_property()

Completed in 39 milliseconds