Home
last modified time | relevance | path

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

/php-src/ext/reflection/
H A Dphp_reflection_arginfo.h1433 …zend_string *const_IS_STATIC_name = zend_string_init_interned("IS_STATIC", sizeof("IS_STATIC") - 1… in register_class_ReflectionMethod() local
1434 …zend_declare_typed_class_constant(class_entry, const_IS_STATIC_name, &const_IS_STATIC_value, ZEND_… in register_class_ReflectionMethod()
1435 zend_string_release(const_IS_STATIC_name); in register_class_ReflectionMethod()
1562 …zend_string *const_IS_STATIC_name = zend_string_init_interned("IS_STATIC", sizeof("IS_STATIC") - 1… in register_class_ReflectionProperty() local
1563 …zend_declare_typed_class_constant(class_entry, const_IS_STATIC_name, &const_IS_STATIC_value, ZEND_… in register_class_ReflectionProperty()
1564 zend_string_release(const_IS_STATIC_name); in register_class_ReflectionProperty()

Completed in 12 milliseconds