]> granicus.if.org Git - php/commit
- New parameter parsing
authorFelipe Pena <felipe@php.net>
Wed, 7 Jan 2009 22:37:08 +0000 (22:37 +0000)
committerFelipe Pena <felipe@php.net>
Wed, 7 Jan 2009 22:37:08 +0000 (22:37 +0000)
commitef7eb282fd20a27c3c78f7019403a3ba048a0c21
treee774a5093f370ad3d51510a5ee4b042601361bcc
parent8ef4ac5ebbf107dd5bf0a9266b7284ea46a7b644
- 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