Home
last modified time | relevance | path

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

/php-src/ext/reflection/
H A Dphp_reflection.c3824 static void _class_constant_check_flag(INTERNAL_FUNCTION_PARAMETERS, int mask) /* {{{ */ in _class_constant_check_flag() function
3838 _class_constant_check_flag(INTERNAL_FUNCTION_PARAM_PASSTHRU, ZEND_ACC_PUBLIC); in ZEND_METHOD()
3845 _class_constant_check_flag(INTERNAL_FUNCTION_PARAM_PASSTHRU, ZEND_ACC_PRIVATE); in ZEND_METHOD()
3852 _class_constant_check_flag(INTERNAL_FUNCTION_PARAM_PASSTHRU, ZEND_ACC_PROTECTED); in ZEND_METHOD()
3859 _class_constant_check_flag(INTERNAL_FUNCTION_PARAM_PASSTHRU, ZEND_ACC_FINAL); in ZEND_METHOD()

Completed in 32 milliseconds