]> granicus.if.org Git - php/commitdiff
fix test
authorAntony Dovgal <tony2001@php.net>
Tue, 28 Apr 2009 10:30:56 +0000 (10:30 +0000)
committerAntony Dovgal <tony2001@php.net>
Tue, 28 Apr 2009 10:30:56 +0000 (10:30 +0000)
tests/classes/inheritance_007.phpt

index df6b96a55004e87ba92568d6cd33feeffcf8f42e..b37ff1b42016fb7e303bfe55c02eaf5853274d76 100644 (file)
@@ -1,5 +1,5 @@
 --TEST--
-Ensure inherited old-style constructor doesn't block other methods.
+Ensure inherited old-style constructor doesn't block other methods
 --FILE--
 <?php
 class A {
@@ -21,19 +21,19 @@ $b->b();
 array(2) {
   [0]=>
   &object(ReflectionMethod)#%d (2) {
-    [%u|b%"name"]=>
-    %string|unicode%(1) "B"
-    [%u|b%"class"]=>
-    %string|unicode%(1) "B"
+    ["name"]=>
+    string(1) "B"
+    ["class"]=>
+    string(1) "B"
   }
   [1]=>
   &object(ReflectionMethod)#%d (2) {
-    [%u|b%"name"]=>
-    %string|unicode%(1) "A"
-    [%u|b%"class"]=>
-    %string|unicode%(1) "B"
+    ["name"]=>
+    string(1) "A"
+    ["class"]=>
+    string(1) "B"
   }
 }
 In A::A
 In A::A
-In A::B
\ No newline at end of file
+In A::B