Lines Matching refs:reflection_property
5303 ZEND_METHOD(reflection_property, export) in ZEND_METHOD() argument
5319 ZEND_METHOD(reflection_property, __construct) in ZEND_METHOD() argument
5414 ZEND_METHOD(reflection_property, __toString) in ZEND_METHOD() argument
5431 ZEND_METHOD(reflection_property, getName) in ZEND_METHOD() argument
5455 ZEND_METHOD(reflection_property, isPublic) in ZEND_METHOD() argument
5463 ZEND_METHOD(reflection_property, isPrivate) in ZEND_METHOD() argument
5471 ZEND_METHOD(reflection_property, isProtected) in ZEND_METHOD() argument
5479 ZEND_METHOD(reflection_property, isStatic) in ZEND_METHOD() argument
5487 ZEND_METHOD(reflection_property, isDefault) in ZEND_METHOD() argument
5495 ZEND_METHOD(reflection_property, getModifiers) in ZEND_METHOD() argument
5512 ZEND_METHOD(reflection_property, getValue) in ZEND_METHOD() argument
5571 ZEND_METHOD(reflection_property, setValue) in ZEND_METHOD() argument
5633 ZEND_METHOD(reflection_property, getDeclaringClass) in ZEND_METHOD() argument
5671 ZEND_METHOD(reflection_property, getDocComment) in ZEND_METHOD() argument
5689 ZEND_METHOD(reflection_property, setAccessible) in ZEND_METHOD() argument
6557 …ZEND_ME(reflection_property, export, arginfo_reflection_property_export, ZEND_ACC_STATIC|ZEND_ACC_…
6558 ZEND_ME(reflection_property, __construct, arginfo_reflection_property___construct, 0)
6559 ZEND_ME(reflection_property, __toString, arginfo_reflection__void, 0)
6560 ZEND_ME(reflection_property, getName, arginfo_reflection__void, 0)
6561 ZEND_ME(reflection_property, getValue, arginfo_reflection_property_getValue, 0)
6562 ZEND_ME(reflection_property, setValue, arginfo_reflection_property_setValue, 0)
6563 ZEND_ME(reflection_property, isPublic, arginfo_reflection__void, 0)
6564 ZEND_ME(reflection_property, isPrivate, arginfo_reflection__void, 0)
6565 ZEND_ME(reflection_property, isProtected, arginfo_reflection__void, 0)
6566 ZEND_ME(reflection_property, isStatic, arginfo_reflection__void, 0)
6567 ZEND_ME(reflection_property, isDefault, arginfo_reflection__void, 0)
6568 ZEND_ME(reflection_property, getModifiers, arginfo_reflection__void, 0)
6569 ZEND_ME(reflection_property, getDeclaringClass, arginfo_reflection__void, 0)
6570 ZEND_ME(reflection_property, getDocComment, arginfo_reflection__void, 0)
6571 ZEND_ME(reflection_property, setAccessible, arginfo_reflection_property_setAccessible, 0)