reflection_property 5149 ext/reflection/php_reflection.c ZEND_METHOD(reflection_property, export)
reflection_property 5157 ext/reflection/php_reflection.c ZEND_METHOD(reflection_property, __construct)
reflection_property 5252 ext/reflection/php_reflection.c ZEND_METHOD(reflection_property, __toString)
reflection_property 5270 ext/reflection/php_reflection.c ZEND_METHOD(reflection_property, getName)
reflection_property 5294 ext/reflection/php_reflection.c ZEND_METHOD(reflection_property, isPublic)
reflection_property 5302 ext/reflection/php_reflection.c ZEND_METHOD(reflection_property, isPrivate)
reflection_property 5310 ext/reflection/php_reflection.c ZEND_METHOD(reflection_property, isProtected)
reflection_property 5318 ext/reflection/php_reflection.c ZEND_METHOD(reflection_property, isStatic)
reflection_property 5326 ext/reflection/php_reflection.c ZEND_METHOD(reflection_property, isDefault)
reflection_property 5334 ext/reflection/php_reflection.c ZEND_METHOD(reflection_property, getModifiers)
reflection_property 5350 ext/reflection/php_reflection.c ZEND_METHOD(reflection_property, getValue)
reflection_property 5394 ext/reflection/php_reflection.c ZEND_METHOD(reflection_property, setValue)
reflection_property 5456 ext/reflection/php_reflection.c ZEND_METHOD(reflection_property, getDeclaringClass)
reflection_property 5494 ext/reflection/php_reflection.c ZEND_METHOD(reflection_property, getDocComment)
reflection_property 5512 ext/reflection/php_reflection.c ZEND_METHOD(reflection_property, setAccessible)
reflection_property 6380 ext/reflection/php_reflection.c 	ZEND_ME(reflection_property, export, arginfo_reflection_property_export, ZEND_ACC_STATIC|ZEND_ACC_PUBLIC)
reflection_property 6381 ext/reflection/php_reflection.c 	ZEND_ME(reflection_property, __construct, arginfo_reflection_property___construct, 0)
reflection_property 6382 ext/reflection/php_reflection.c 	ZEND_ME(reflection_property, __toString, arginfo_reflection__void, 0)
reflection_property 6383 ext/reflection/php_reflection.c 	ZEND_ME(reflection_property, getName, arginfo_reflection__void, 0)
reflection_property 6384 ext/reflection/php_reflection.c 	ZEND_ME(reflection_property, getValue, arginfo_reflection_property_getValue, 0)
reflection_property 6385 ext/reflection/php_reflection.c 	ZEND_ME(reflection_property, setValue, arginfo_reflection_property_setValue, 0)
reflection_property 6386 ext/reflection/php_reflection.c 	ZEND_ME(reflection_property, isPublic, arginfo_reflection__void, 0)
reflection_property 6387 ext/reflection/php_reflection.c 	ZEND_ME(reflection_property, isPrivate, arginfo_reflection__void, 0)
reflection_property 6388 ext/reflection/php_reflection.c 	ZEND_ME(reflection_property, isProtected, arginfo_reflection__void, 0)
reflection_property 6389 ext/reflection/php_reflection.c 	ZEND_ME(reflection_property, isStatic, arginfo_reflection__void, 0)
reflection_property 6390 ext/reflection/php_reflection.c 	ZEND_ME(reflection_property, isDefault, arginfo_reflection__void, 0)
reflection_property 6391 ext/reflection/php_reflection.c 	ZEND_ME(reflection_property, getModifiers, arginfo_reflection__void, 0)
reflection_property 6392 ext/reflection/php_reflection.c 	ZEND_ME(reflection_property, getDeclaringClass, arginfo_reflection__void, 0)
reflection_property 6393 ext/reflection/php_reflection.c 	ZEND_ME(reflection_property, getDocComment, arginfo_reflection__void, 0)
reflection_property 6394 ext/reflection/php_reflection.c 	ZEND_ME(reflection_property, setAccessible, arginfo_reflection_property_setAccessible, 0)