summaryrefslogtreecommitdiff
path: root/ext/pdo/tests/pdo_005.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/pdo/tests/pdo_005.phpt')
-rw-r--r--ext/pdo/tests/pdo_005.phpt12
1 files changed, 6 insertions, 6 deletions
diff --git a/ext/pdo/tests/pdo_005.phpt b/ext/pdo/tests/pdo_005.phpt
index 25eab7782f..1427028a9f 100644
--- a/ext/pdo/tests/pdo_005.phpt
+++ b/ext/pdo/tests/pdo_005.phpt
@@ -114,40 +114,40 @@ TestDerived::__construct(2,3)
array(3) {
[0]=>
object(TestDerived)#%d (5) {
- ["row":protected]=>
- int(0)
["id"]=>
string(1) "1"
["val":protected]=>
string(1) "A"
["val2":"TestBase":private]=>
NULL
+ ["row":protected]=>
+ int(0)
["val2"]=>
string(2) "AA"
}
[1]=>
object(TestDerived)#%d (5) {
- ["row":protected]=>
- int(1)
["id"]=>
string(1) "2"
["val":protected]=>
string(1) "B"
["val2":"TestBase":private]=>
NULL
+ ["row":protected]=>
+ int(1)
["val2"]=>
string(2) "BB"
}
[2]=>
object(TestDerived)#%d (5) {
- ["row":protected]=>
- int(2)
["id"]=>
string(1) "3"
["val":protected]=>
string(1) "C"
["val2":"TestBase":private]=>
NULL
+ ["row":protected]=>
+ int(2)
["val2"]=>
string(2) "CC"
}