]> granicus.if.org Git - php/commitdiff
- Fixed tests
authorFelipe Pena <felipe@php.net>
Sat, 6 Mar 2010 23:58:35 +0000 (23:58 +0000)
committerFelipe Pena <felipe@php.net>
Sat, 6 Mar 2010 23:58:35 +0000 (23:58 +0000)
ext/reflection/tests/ReflectionMethod_basic2.phpt

index 56ddb7fce7f23f54a0e3e7217032994f544cb96c..706aa6e616de9f5cb76021e5cad533275d33885f 100644 (file)
@@ -154,8 +154,9 @@ Reflecting on method ReflectionProperty::__construct()
 __toString():
 string(%d) "Method [ <internal:Reflection, ctor> public method __construct ] {
 
-  - Parameters [1] {
-    Parameter #0 [ <required> $argument ]
+  - Parameters [2] {
+    Parameter #0 [ <required> $class ]
+    Parameter #1 [ <required> $argument ]
   }
 }
 "
@@ -163,8 +164,9 @@ string(%d) "Method [ <internal:Reflection, ctor> public method __construct ] {
 export():
 string(%d) "Method [ <internal:Reflection, ctor> public method __construct ] {
 
-  - Parameters [1] {
-    Parameter #0 [ <required> $argument ]
+  - Parameters [2] {
+    Parameter #0 [ <required> $class ]
+    Parameter #1 [ <required> $argument ]
   }
 }
 "