summaryrefslogtreecommitdiff
path: root/ext/reflection/tests/ReflectionClass_getConstructor_basic.phpt
diff options
context:
space:
mode:
authorFelipe Pena <felipe@php.net>2010-07-06 00:25:52 +0000
committerFelipe Pena <felipe@php.net>2010-07-06 00:25:52 +0000
commitce72f33674bfbc029d2ac70317a94b0cd40d7ad1 (patch)
treec42b63462f72251075177cd16f076eab9576e52a /ext/reflection/tests/ReflectionClass_getConstructor_basic.phpt
parentd22dff0903932434442c6d139f2b119b93cc72e9 (diff)
downloadphp-git-ce72f33674bfbc029d2ac70317a94b0cd40d7ad1.tar.gz
- Fixed tests
Diffstat (limited to 'ext/reflection/tests/ReflectionClass_getConstructor_basic.phpt')
-rw-r--r--ext/reflection/tests/ReflectionClass_getConstructor_basic.phpt7
1 files changed, 2 insertions, 5 deletions
diff --git a/ext/reflection/tests/ReflectionClass_getConstructor_basic.phpt b/ext/reflection/tests/ReflectionClass_getConstructor_basic.phpt
index f3881c56db..1f5ba432c3 100644
--- a/ext/reflection/tests/ReflectionClass_getConstructor_basic.phpt
+++ b/ext/reflection/tests/ReflectionClass_getConstructor_basic.phpt
@@ -64,10 +64,7 @@ foreach ($classes as $class) {
?>
--EXPECTF--
-
-Strict Standards: Redefining already defined constructor for class OldAndNewCtor in %s on line 26
-
-Strict Standards: %s for class NewAndOldCtor in %s on line 31
+Strict Standards: Redefining already defined constructor for class OldAndNewCtor in %s on line %d
Constructor of NewCtor: __construct
Constructor of ExtendsNewCtor: __construct
Constructor of OldCtor: OldCtor
@@ -79,4 +76,4 @@ Constructor of C: C
Constructor of D1: __construct
Constructor of D2: C
No constructor for X
-No constructor for Y \ No newline at end of file
+No constructor for Y