reflection_class_ptr 63 ext/reflection/php_reflection.c PHPAPI zend_class_entry *reflection_class_ptr; reflection_class_ptr 1176 ext/reflection/php_reflection.c reflection_instantiate(reflection_class_ptr, object); reflection_class_ptr 3659 ext/reflection/php_reflection.c _reflection_export(INTERNAL_FUNCTION_PARAM_PASSTHRU, reflection_class_ptr, 1); reflection_class_ptr 4043 ext/reflection/php_reflection.c METHOD_NOTSTATIC(reflection_class_ptr); reflection_class_ptr 4073 ext/reflection/php_reflection.c METHOD_NOTSTATIC(reflection_class_ptr); reflection_class_ptr 4153 ext/reflection/php_reflection.c METHOD_NOTSTATIC(reflection_class_ptr); reflection_class_ptr 4187 ext/reflection/php_reflection.c METHOD_NOTSTATIC(reflection_class_ptr); reflection_class_ptr 4223 ext/reflection/php_reflection.c METHOD_NOTSTATIC(reflection_class_ptr); reflection_class_ptr 4348 ext/reflection/php_reflection.c METHOD_NOTSTATIC(reflection_class_ptr); reflection_class_ptr 4378 ext/reflection/php_reflection.c METHOD_NOTSTATIC(reflection_class_ptr); reflection_class_ptr 4423 ext/reflection/php_reflection.c METHOD_NOTSTATIC(reflection_class_ptr); reflection_class_ptr 4571 ext/reflection/php_reflection.c METHOD_NOTSTATIC(reflection_class_ptr); reflection_class_ptr 4589 ext/reflection/php_reflection.c METHOD_NOTSTATIC(reflection_class_ptr); reflection_class_ptr 4662 ext/reflection/php_reflection.c METHOD_NOTSTATIC(reflection_class_ptr); reflection_class_ptr 4686 ext/reflection/php_reflection.c METHOD_NOTSTATIC(reflection_class_ptr); reflection_class_ptr 4916 ext/reflection/php_reflection.c METHOD_NOTSTATIC(reflection_class_ptr); reflection_class_ptr 4932 ext/reflection/php_reflection.c if (instanceof_function(Z_OBJCE_P(class_name), reflection_class_ptr)) { reflection_class_ptr 4960 ext/reflection/php_reflection.c METHOD_NOTSTATIC(reflection_class_ptr); reflection_class_ptr 4976 ext/reflection/php_reflection.c if (instanceof_function(Z_OBJCE_P(interface), reflection_class_ptr)) { reflection_class_ptr 5012 ext/reflection/php_reflection.c METHOD_NOTSTATIC(reflection_class_ptr); reflection_class_ptr 5030 ext/reflection/php_reflection.c METHOD_NOTSTATIC(reflection_class_ptr); reflection_class_ptr 5050 ext/reflection/php_reflection.c METHOD_NOTSTATIC(reflection_class_ptr); reflection_class_ptr 6575 ext/reflection/php_reflection.c reflection_class_ptr = zend_register_internal_class(&_reflection_entry); reflection_class_ptr 6576 ext/reflection/php_reflection.c zend_class_implements(reflection_class_ptr, 1, reflector_ptr); reflection_class_ptr 6577 ext/reflection/php_reflection.c zend_declare_property_string(reflection_class_ptr, "name", sizeof("name")-1, "", ZEND_ACC_PUBLIC); reflection_class_ptr 6585 ext/reflection/php_reflection.c reflection_object_ptr = zend_register_internal_class_ex(&_reflection_entry, reflection_class_ptr); reflection_class_ptr 41 ext/reflection/php_reflection.h extern PHPAPI zend_class_entry *reflection_class_ptr; reflection_class_ptr 1074 sapi/cli/php_cli.c pce = reflection_class_ptr;