Lines Matching refs:reflection_property

5253 ZEND_METHOD(reflection_property, export)  in ZEND_METHOD()  argument
5269 ZEND_METHOD(reflection_property, __construct) in ZEND_METHOD() argument
5367 ZEND_METHOD(reflection_property, __toString) in ZEND_METHOD() argument
5384 ZEND_METHOD(reflection_property, getName) in ZEND_METHOD() argument
5408 ZEND_METHOD(reflection_property, isPublic) in ZEND_METHOD() argument
5416 ZEND_METHOD(reflection_property, isPrivate) in ZEND_METHOD() argument
5424 ZEND_METHOD(reflection_property, isProtected) in ZEND_METHOD() argument
5432 ZEND_METHOD(reflection_property, isStatic) in ZEND_METHOD() argument
5440 ZEND_METHOD(reflection_property, isDefault) in ZEND_METHOD() argument
5455 ZEND_METHOD(reflection_property, getModifiers) in ZEND_METHOD() argument
5472 ZEND_METHOD(reflection_property, getValue) in ZEND_METHOD() argument
5520 ZEND_METHOD(reflection_property, setValue) in ZEND_METHOD() argument
5557 ZEND_METHOD(reflection_property, isInitialized) in ZEND_METHOD() argument
5606 ZEND_METHOD(reflection_property, getDeclaringClass) in ZEND_METHOD() argument
5638 ZEND_METHOD(reflection_property, getDocComment) in ZEND_METHOD() argument
5656 ZEND_METHOD(reflection_property, setAccessible) in ZEND_METHOD() argument
5673 ZEND_METHOD(reflection_property, getType) in ZEND_METHOD() argument
5694 ZEND_METHOD(reflection_property, hasType) in ZEND_METHOD() argument
6647 …ZEND_DEP_ME(reflection_property, export, arginfo_reflection_property_export, ZEND_ACC_STATIC|ZEND_…
6648 ZEND_ME(reflection_property, __construct, arginfo_reflection_property___construct, 0)
6649 ZEND_ME(reflection_property, __toString, arginfo_reflection__void, 0)
6650 ZEND_ME(reflection_property, getName, arginfo_reflection__void, 0)
6651 ZEND_ME(reflection_property, getValue, arginfo_reflection_property_getValue, 0)
6652 ZEND_ME(reflection_property, setValue, arginfo_reflection_property_setValue, 0)
6653 ZEND_ME(reflection_property, isInitialized, arginfo_reflection_property_isInitialized, 0)
6654 ZEND_ME(reflection_property, isPublic, arginfo_reflection__void, 0)
6655 ZEND_ME(reflection_property, isPrivate, arginfo_reflection__void, 0)
6656 ZEND_ME(reflection_property, isProtected, arginfo_reflection__void, 0)
6657 ZEND_ME(reflection_property, isStatic, arginfo_reflection__void, 0)
6658 ZEND_ME(reflection_property, isDefault, arginfo_reflection__void, 0)
6659 ZEND_ME(reflection_property, getModifiers, arginfo_reflection__void, 0)
6660 ZEND_ME(reflection_property, getDeclaringClass, arginfo_reflection__void, 0)
6661 ZEND_ME(reflection_property, getDocComment, arginfo_reflection__void, 0)
6662 ZEND_ME(reflection_property, setAccessible, arginfo_reflection_property_setAccessible, 0)
6663 ZEND_ME(reflection_property, getType, arginfo_reflection__void, 0)
6664 ZEND_ME(reflection_property, hasType, arginfo_reflection__void, 0)