]> granicus.if.org Git - php/commit
MFH:
authorFelipe Pena <felipe@php.net>
Wed, 7 Jan 2009 22:40:17 +0000 (22:40 +0000)
committerFelipe Pena <felipe@php.net>
Wed, 7 Jan 2009 22:40:17 +0000 (22:40 +0000)
commit15851cd771e1e9ff5ed7d505ad1ef25fc912957b
tree283bb6905f1706de35ebf6c6e405daa5bd15bdc3
parent93adc26ed775a02c96c50ddbabba782596ba3171
MFH:
- New parameter parsing
- Removed METHOD_NOTSTATIC_NUMPARAMS
28 files changed:
ext/reflection/php_reflection.c
ext/reflection/tests/ReflectionClass_getDefaultProperties_002.phpt
ext/reflection/tests/ReflectionClass_getDocComment_002.phpt
ext/reflection/tests/ReflectionClass_getInterfaces_004.phpt
ext/reflection/tests/ReflectionClass_getParentClass_001.phpt
ext/reflection/tests/ReflectionClass_modifiers_002.phpt
ext/reflection/tests/ReflectionFunction_getClosure_error.phpt
ext/reflection/tests/ReflectionMethod_006.phpt
ext/reflection/tests/ReflectionMethod_getDocComment_error.phpt
ext/reflection/tests/ReflectionMethod_getModifiers_basic.phpt
ext/reflection/tests/reflectionClass_FileInfo_error.phpt
ext/reflection/tests/reflectionClass_getConstants_error.phpt
ext/reflection/tests/reflectionClass_getConstructor_error.phpt
ext/reflection/tests/reflectionClass_getName_error.phpt
ext/reflection/tests/reflectionClass_isInstantiable_error.phpt
ext/reflection/tests/reflectionClass_isInternal_error.phpt
ext/reflection/tests/reflectionClass_isUserDefined_error.phpt
ext/reflection/tests/reflectionObject_FileInfo_error.phpt
ext/reflection/tests/reflectionObject_getConstants_error.phpt
ext/reflection/tests/reflectionObject_getConstructor_error.phpt
ext/reflection/tests/reflectionObject_getName_error.phpt
ext/reflection/tests/reflectionObject_isInstantiable_error.phpt
ext/reflection/tests/reflectionObject_isInternal_error.phpt
ext/reflection/tests/reflectionObject_isUserDefined_error.phpt
ext/reflection/tests/reflectionProperty_error.phpt
ext/reflection/tests/reflectionProperty_getDeclaringClass_variation1.phpt
ext/reflection/tests/reflectionProperty_getDocComment_error.phpt
ext/reflection/tests/reflectionProperty_isDefault_basic.phpt