tony2001 Thu Nov 8 12:40:43 2007 UTC
Modified files: (Branch: PHP_5_3)
/php-src/ext/pdo/tests pdo_018.phpt
Log:
fix test
http://cvs.php.net/viewvc.cgi/php-src/ext/pdo/tests/pdo_018.phpt?r1=1.11.2.4.2.1&r2=1.11.2.4.2.1.2.1&diff_format=u
Index: php-src/ext/pdo/tests/pdo_018.phpt
diff -u php-src/ext/pdo/tests/pdo_018.phpt:1.11.2.4.2.1
php-src/ext/pdo/tests/pdo_018.phpt:1.11.2.4.2.1.2.1
--- php-src/ext/pdo/tests/pdo_018.phpt:1.11.2.4.2.1 Tue Jul 24 11:39:55 2007
+++ php-src/ext/pdo/tests/pdo_018.phpt Thu Nov 8 12:40:43 2007
@@ -232,39 +232,39 @@
object(TestBase)#%d (3) {
["BasePub"]=>
string(7) "#Public"
- ["BasePro:protected"]=>
+ ["BasePro":protected]=>
string(10) "#Protected"
- ["BasePri:private"]=>
+ ["BasePri":"TestBase":private]=>
string(8) "#Private"
}
[1]=>
object(TestDerived)#%d (6) {
["BasePub"]=>
string(14) "#DerivedPublic"
- ["BasePro:protected"]=>
+ ["BasePro":protected]=>
string(17) "#DerivdeProtected"
["DerivedPub"]=>
string(7) "#Public"
- ["DerivedPro:protected"]=>
+ ["DerivedPro":protected]=>
string(10) "#Protected"
- ["DerivedPri:private"]=>
+ ["DerivedPri":"TestDerived":private]=>
string(7) "Private"
- ["BasePri:private"]=>
+ ["BasePri":"TestBase":private]=>
string(8) "#Private"
}
[2]=>
object(TestLeaf)#%d (6) {
["BasePub"]=>
string(14) "#DerivedPublic"
- ["BasePro:protected"]=>
+ ["BasePro":protected]=>
string(17) "#DerivdeProtected"
["DerivedPub"]=>
string(7) "#Public"
- ["DerivedPro:protected"]=>
+ ["DerivedPro":protected]=>
string(10) "#Protected"
- ["DerivedPri:private"]=>
+ ["DerivedPri":"TestDerived":private]=>
string(7) "Private"
- ["BasePri:private"]=>
+ ["BasePri":"TestBase":private]=>
string(8) "#Private"
}
}
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php