diff options
author | Wez Furlong <wez@php.net> | 2005-07-08 15:21:43 +0000 |
---|---|---|
committer | Wez Furlong <wez@php.net> | 2005-07-08 15:21:43 +0000 |
commit | 057e1973c7bdca7991ee9906aa3cd5423ffa10ff (patch) | |
tree | 98737b9906d9c127a46db0c59591351a04e1ada1 /ext/pdo/tests/pdo_018.phpt | |
parent | 8e30a80733b79513e7897bcacc40ce53871500e4 (diff) | |
download | php-git-057e1973c7bdca7991ee9906aa3cd5423ffa10ff.tar.gz |
and as a result, need to update the expected data
Diffstat (limited to 'ext/pdo/tests/pdo_018.phpt')
-rw-r--r-- | ext/pdo/tests/pdo_018.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/pdo/tests/pdo_018.phpt b/ext/pdo/tests/pdo_018.phpt index 52338a4d83..b0fc07e5b5 100644 --- a/ext/pdo/tests/pdo_018.phpt +++ b/ext/pdo/tests/pdo_018.phpt @@ -188,7 +188,7 @@ TestBase::serialize() = 'a:4:{s:7:"BasePub";s:13:"DerivedPublic";s:7:"BasePro";s ===DATA=== array(4) { [0]=> - NULL + string(0) "" [1]=> string(91) "a:3:{s:7:"BasePub";s:6:"Public";s:7:"BasePro";s:9:"Protected";s:7:"BasePri";s:7:"Private";}" [2]=> |