Home
last modified time | relevance | path

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

/PHP-8.3/ext/reflection/
H A Dphp_reflection_arginfo.h1295 zval const_IS_STATIC_value; in register_class_ReflectionMethod() local
1296 ZVAL_LONG(&const_IS_STATIC_value, ZEND_ACC_STATIC); in register_class_ReflectionMethod()
1298 …zend_declare_class_constant_ex(class_entry, const_IS_STATIC_name, &const_IS_STATIC_value, ZEND_ACC… in register_class_ReflectionMethod()
1401 zval const_IS_STATIC_value; in register_class_ReflectionProperty() local
1402 ZVAL_LONG(&const_IS_STATIC_value, ZEND_ACC_STATIC); in register_class_ReflectionProperty()
1404 …zend_declare_class_constant_ex(class_entry, const_IS_STATIC_name, &const_IS_STATIC_value, ZEND_ACC… in register_class_ReflectionProperty()

Completed in 9 milliseconds