diff options
author | Felipe Pena <felipe@php.net> | 2010-07-06 00:25:52 +0000 |
---|---|---|
committer | Felipe Pena <felipe@php.net> | 2010-07-06 00:25:52 +0000 |
commit | ce72f33674bfbc029d2ac70317a94b0cd40d7ad1 (patch) | |
tree | c42b63462f72251075177cd16f076eab9576e52a /ext/reflection/tests/ReflectionMethod_constructor_basic.phpt | |
parent | d22dff0903932434442c6d139f2b119b93cc72e9 (diff) | |
download | php-git-ce72f33674bfbc029d2ac70317a94b0cd40d7ad1.tar.gz |
- Fixed tests
Diffstat (limited to 'ext/reflection/tests/ReflectionMethod_constructor_basic.phpt')
-rw-r--r-- | ext/reflection/tests/ReflectionMethod_constructor_basic.phpt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/reflection/tests/ReflectionMethod_constructor_basic.phpt b/ext/reflection/tests/ReflectionMethod_constructor_basic.phpt index dcc6080b42..2a2f02ffe0 100644 --- a/ext/reflection/tests/ReflectionMethod_constructor_basic.phpt +++ b/ext/reflection/tests/ReflectionMethod_constructor_basic.phpt @@ -86,8 +86,6 @@ var_dump($methodInfo->isConstructor()); ?> --EXPECTF-- Strict Standards: Redefining already defined constructor for class OldAndNewCtor in %s on line %d - -Strict Standards: %s for class NewAndOldCtor in %s on line %d New-style constructor: bool(true) |