Lines Matching refs:reflection_class_ptr

63 PHPAPI zend_class_entry *reflection_class_ptr;  variable
1205 reflection_instantiate(reflection_class_ptr, object); in zend_reflection_class_factory()
3683 _reflection_export(INTERNAL_FUNCTION_PARAM_PASSTHRU, reflection_class_ptr, 1); in ZEND_METHOD()
4067 METHOD_NOTSTATIC(reflection_class_ptr); in ZEND_METHOD()
4097 METHOD_NOTSTATIC(reflection_class_ptr); in ZEND_METHOD()
4180 METHOD_NOTSTATIC(reflection_class_ptr); in ZEND_METHOD()
4215 METHOD_NOTSTATIC(reflection_class_ptr); in ZEND_METHOD()
4251 METHOD_NOTSTATIC(reflection_class_ptr); in ZEND_METHOD()
4376 METHOD_NOTSTATIC(reflection_class_ptr); in ZEND_METHOD()
4406 METHOD_NOTSTATIC(reflection_class_ptr); in ZEND_METHOD()
4452 METHOD_NOTSTATIC(reflection_class_ptr); in ZEND_METHOD()
4601 METHOD_NOTSTATIC(reflection_class_ptr); in ZEND_METHOD()
4619 METHOD_NOTSTATIC(reflection_class_ptr); in ZEND_METHOD()
4692 METHOD_NOTSTATIC(reflection_class_ptr); in ZEND_METHOD()
4716 METHOD_NOTSTATIC(reflection_class_ptr); in ZEND_METHOD()
4946 METHOD_NOTSTATIC(reflection_class_ptr); in ZEND_METHOD()
4962 if (instanceof_function(Z_OBJCE_P(class_name), reflection_class_ptr)) { in ZEND_METHOD()
4990 METHOD_NOTSTATIC(reflection_class_ptr); in ZEND_METHOD()
5006 if (instanceof_function(Z_OBJCE_P(interface), reflection_class_ptr)) { in ZEND_METHOD()
5042 METHOD_NOTSTATIC(reflection_class_ptr); in ZEND_METHOD()
5060 METHOD_NOTSTATIC(reflection_class_ptr); in ZEND_METHOD()
5080 METHOD_NOTSTATIC(reflection_class_ptr); in ZEND_METHOD()
6610 reflection_class_ptr = zend_register_internal_class(&_reflection_entry); in PHP_MINIT_FUNCTION()
6611 zend_class_implements(reflection_class_ptr, 1, reflector_ptr); in PHP_MINIT_FUNCTION()
6612 zend_declare_property_string(reflection_class_ptr, "name", sizeof("name")-1, "", ZEND_ACC_PUBLIC); in PHP_MINIT_FUNCTION()
6620 reflection_object_ptr = zend_register_internal_class_ex(&_reflection_entry, reflection_class_ptr); in PHP_MINIT_FUNCTION()