diff options
| author | Marcus Boerger <helly@php.net> | 2003-08-24 11:28:53 +0000 |
|---|---|---|
| committer | Marcus Boerger <helly@php.net> | 2003-08-24 11:28:53 +0000 |
| commit | 418a7f980c93aed7622d59b7309b5c35fc4206a6 (patch) | |
| tree | 3c44c5aa44859443d7b8d47a74130a7c673794be | |
| parent | d4cf96c524af423c99325729bb8a3a14c8541e77 (diff) | |
| download | php-git-418a7f980c93aed7622d59b7309b5c35fc4206a6.tar.gz | |
Not needed
| -rw-r--r-- | Zend/zend_reflection_api.c | 10 | ||||
| -rw-r--r-- | ext/reflection/php_reflection.c | 10 |
2 files changed, 0 insertions, 20 deletions
diff --git a/Zend/zend_reflection_api.c b/Zend/zend_reflection_api.c index cc72cf233f..7074c76cf4 100644 --- a/Zend/zend_reflection_api.c +++ b/Zend/zend_reflection_api.c @@ -482,16 +482,6 @@ static void _function_check_flag(INTERNAL_FUNCTION_PARAMETERS, int mask) RETURN_BOOL(mptr->common.fn_flags & mask); } -/* {{{ proto public string Reflector::toString() - Returns a string representation */ -ZEND_METHOD(reflector, tostring) -{ - /* FIXME(?): I guess this is needed due to the fact that internal methods - * are not subject to any modifier checks... - */ - zend_error(E_ERROR, "Cannot call abstract method reflector::tostring()"); -} - /* {{{ proto public static mixed Reflection::export(Reflector r [, bool return]) Exports a reflection object. Returns the output if TRUE is specified for return, printing it otherwise. */ ZEND_METHOD(reflection, export) diff --git a/ext/reflection/php_reflection.c b/ext/reflection/php_reflection.c index cc72cf233f..7074c76cf4 100644 --- a/ext/reflection/php_reflection.c +++ b/ext/reflection/php_reflection.c @@ -482,16 +482,6 @@ static void _function_check_flag(INTERNAL_FUNCTION_PARAMETERS, int mask) RETURN_BOOL(mptr->common.fn_flags & mask); } -/* {{{ proto public string Reflector::toString() - Returns a string representation */ -ZEND_METHOD(reflector, tostring) -{ - /* FIXME(?): I guess this is needed due to the fact that internal methods - * are not subject to any modifier checks... - */ - zend_error(E_ERROR, "Cannot call abstract method reflector::tostring()"); -} - /* {{{ proto public static mixed Reflection::export(Reflector r [, bool return]) Exports a reflection object. Returns the output if TRUE is specified for return, printing it otherwise. */ ZEND_METHOD(reflection, export) |
