reflection_class_ptr   60 ext/reflection/php_reflection.c PHPAPI zend_class_entry *reflection_class_ptr;
reflection_class_ptr 1231 ext/reflection/php_reflection.c 	reflection_instantiate(reflection_class_ptr, object TSRMLS_CC);
reflection_class_ptr 3352 ext/reflection/php_reflection.c 	_reflection_export(INTERNAL_FUNCTION_PARAM_PASSTHRU, reflection_class_ptr, 1);
reflection_class_ptr 3734 ext/reflection/php_reflection.c 	METHOD_NOTSTATIC(reflection_class_ptr);
reflection_class_ptr 3764 ext/reflection/php_reflection.c 	METHOD_NOTSTATIC(reflection_class_ptr);
reflection_class_ptr 3845 ext/reflection/php_reflection.c 	METHOD_NOTSTATIC(reflection_class_ptr);
reflection_class_ptr 3880 ext/reflection/php_reflection.c 	METHOD_NOTSTATIC(reflection_class_ptr);
reflection_class_ptr 3916 ext/reflection/php_reflection.c 	METHOD_NOTSTATIC(reflection_class_ptr);
reflection_class_ptr 4035 ext/reflection/php_reflection.c 	METHOD_NOTSTATIC(reflection_class_ptr);
reflection_class_ptr 4066 ext/reflection/php_reflection.c 	METHOD_NOTSTATIC(reflection_class_ptr);
reflection_class_ptr 4108 ext/reflection/php_reflection.c 	METHOD_NOTSTATIC(reflection_class_ptr);
reflection_class_ptr 4250 ext/reflection/php_reflection.c 	METHOD_NOTSTATIC(reflection_class_ptr);
reflection_class_ptr 4268 ext/reflection/php_reflection.c 	METHOD_NOTSTATIC(reflection_class_ptr);
reflection_class_ptr 4345 ext/reflection/php_reflection.c 	METHOD_NOTSTATIC(reflection_class_ptr);
reflection_class_ptr 4368 ext/reflection/php_reflection.c 	METHOD_NOTSTATIC(reflection_class_ptr);
reflection_class_ptr 4597 ext/reflection/php_reflection.c 	METHOD_NOTSTATIC(reflection_class_ptr);
reflection_class_ptr 4614 ext/reflection/php_reflection.c 			if (instanceof_function(Z_OBJCE_P(class_name), reflection_class_ptr TSRMLS_CC)) {
reflection_class_ptr 4642 ext/reflection/php_reflection.c 	METHOD_NOTSTATIC(reflection_class_ptr);
reflection_class_ptr 4659 ext/reflection/php_reflection.c 			if (instanceof_function(Z_OBJCE_P(interface), reflection_class_ptr TSRMLS_CC)) {
reflection_class_ptr 4695 ext/reflection/php_reflection.c 	METHOD_NOTSTATIC(reflection_class_ptr);
reflection_class_ptr 4713 ext/reflection/php_reflection.c 	METHOD_NOTSTATIC(reflection_class_ptr);
reflection_class_ptr 4733 ext/reflection/php_reflection.c 	METHOD_NOTSTATIC(reflection_class_ptr);
reflection_class_ptr 6222 ext/reflection/php_reflection.c 	reflection_class_ptr = zend_register_internal_class(&_reflection_entry TSRMLS_CC);
reflection_class_ptr 6223 ext/reflection/php_reflection.c 	reflection_register_implement(reflection_class_ptr, reflector_ptr TSRMLS_CC);
reflection_class_ptr 6224 ext/reflection/php_reflection.c 	zend_declare_property_string(reflection_class_ptr, "name", sizeof("name")-1, "", ZEND_ACC_PUBLIC TSRMLS_CC);
reflection_class_ptr 6232 ext/reflection/php_reflection.c 	reflection_object_ptr = zend_register_internal_class_ex(&_reflection_entry, reflection_class_ptr, NULL TSRMLS_CC);
reflection_class_ptr   38 ext/reflection/php_reflection.h extern PHPAPI zend_class_entry *reflection_class_ptr;
reflection_class_ptr 1110 sapi/cli/php_cli.c 							pce = reflection_class_ptr;