]> granicus.if.org Git - php/commitdiff
Fixed test
authorIlia Alshanetsky <iliaa@php.net>
Sun, 4 Nov 2007 16:12:13 +0000 (16:12 +0000)
committerIlia Alshanetsky <iliaa@php.net>
Sun, 4 Nov 2007 16:12:13 +0000 (16:12 +0000)
ext/pdo/tests/pdo_005.phpt

index c0264d9f3bcf1741a0533de8c42a56a7af78107e..1ea558b766527e81d60a1457bc8bbee5ef6c7290 100644 (file)
@@ -84,27 +84,27 @@ array(3) {
   object(TestBase)#%d (3) {
     ["id"]=>
     string(1) "1"
-    ["val:protected"]=>
+    ["val":protected]=>
     string(1) "A"
-    ["val2:private"]=>
+    ["val2":"TestBase":private]=>
     string(2) "AA"
   }
   [1]=>
   object(TestBase)#%d (3) {
     ["id"]=>
     string(1) "2"
-    ["val:protected"]=>
+    ["val":protected]=>
     string(1) "B"
-    ["val2:private"]=>
+    ["val2":"TestBase":private]=>
     string(2) "BB"
   }
   [2]=>
   object(TestBase)#%d (3) {
     ["id"]=>
     string(1) "3"
-    ["val:protected"]=>
+    ["val":protected]=>
     string(1) "C"
-    ["val2:private"]=>
+    ["val2":"TestBase":private]=>
     string(2) "CC"
   }
 }
@@ -114,41 +114,41 @@ TestDerived::__construct(2,3)
 array(3) {
   [0]=>
   object(TestDerived)#%d (5) {
-    ["row:protected"]=>
+    ["row":protected]=>
     int(0)
     ["id"]=>
     string(1) "1"
-    ["val:protected"]=>
+    ["val":protected]=>
     string(1) "A"
-    ["val2:private"]=>
+    ["val2":"TestBase":private]=>
     NULL
     ["val2"]=>
     string(2) "AA"
   }
   [1]=>
   object(TestDerived)#%d (5) {
-    ["row:protected"]=>
+    ["row":protected]=>
     int(1)
     ["id"]=>
     string(1) "2"
-    ["val:protected"]=>
+    ["val":protected]=>
     string(1) "B"
-    ["val2:private"]=>
+    ["val2":"TestBase":private]=>
     NULL
     ["val2"]=>
     string(2) "BB"
   }
   [2]=>
   object(TestDerived)#%d (5) {
-    ["row:protected"]=>
+    ["row":protected]=>
     int(2)
     ["id"]=>
     string(1) "3"
-    ["val:protected"]=>
+    ["val":protected]=>
     string(1) "C"
-    ["val2:private"]=>
+    ["val2":"TestBase":private]=>
     NULL
     ["val2"]=>
     string(2) "CC"
   }
-}
+}
\ No newline at end of file