Home
last modified time | relevance | path

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

/PHP-7.0/ext/reflection/
H A Dphp_reflection.c944 if (prop->flags & ZEND_ACC_IMPLICIT_PUBLIC) { in _property_string()
1593 if (modifiers & ZEND_ACC_IMPLICIT_PUBLIC) { in ZEND_METHOD()
4266 property_info_tmp.flags = ZEND_ACC_IMPLICIT_PUBLIC; in ZEND_METHOD()
4356 property_info.flags = ZEND_ACC_IMPLICIT_PUBLIC; in _adddynproperty()
5265 reference->prop.flags = ZEND_ACC_IMPLICIT_PUBLIC; in ZEND_METHOD()
5326 _property_check_flag(INTERNAL_FUNCTION_PARAM_PASSTHRU, ZEND_ACC_PUBLIC | ZEND_ACC_IMPLICIT_PUBLIC); in ZEND_METHOD()
5358 _property_check_flag(INTERNAL_FUNCTION_PARAM_PASSTHRU, ~ZEND_ACC_IMPLICIT_PUBLIC); in ZEND_METHOD()
5390 …if (!(ref->prop.flags & (ZEND_ACC_PUBLIC | ZEND_ACC_IMPLICIT_PUBLIC)) && intern->ignore_visibility… in ZEND_METHOD()
/PHP-7.0/Zend/
H A Dzend_compile.h212 #define ZEND_ACC_IMPLICIT_PUBLIC 0x1000 macro

Completed in 24 milliseconds