Home
last modified time | relevance | path

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

/PHP-5.5/ext/reflection/
H A Dphp_reflection.c935 if (prop->flags & ZEND_ACC_IMPLICIT_PUBLIC) { in _property_string()
1568 if (modifiers & ZEND_ACC_IMPLICIT_PUBLIC) { in ZEND_METHOD()
3862 property_info_tmp.flags = ZEND_ACC_IMPLICIT_PUBLIC; in ZEND_METHOD()
3949 EG(std_property_info).flags = ZEND_ACC_IMPLICIT_PUBLIC; in _adddynproperty()
4854 reference->prop.flags = ZEND_ACC_IMPLICIT_PUBLIC; in ZEND_METHOD()
4917 _property_check_flag(INTERNAL_FUNCTION_PARAM_PASSTHRU, ZEND_ACC_PUBLIC | ZEND_ACC_IMPLICIT_PUBLIC); in ZEND_METHOD()
4949 _property_check_flag(INTERNAL_FUNCTION_PARAM_PASSTHRU, ~ZEND_ACC_IMPLICIT_PUBLIC); in ZEND_METHOD()
4981 …if (!(ref->prop.flags & (ZEND_ACC_PUBLIC | ZEND_ACC_IMPLICIT_PUBLIC)) && intern->ignore_visibility… in ZEND_METHOD()
/PHP-5.5/Zend/
H A Dzend_compile.h174 #define ZEND_ACC_IMPLICIT_PUBLIC 0x1000 macro

Completed in 25 milliseconds