X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=tests%2FLOB.phpt;h=d95a7749fd244cd3192a13e1879ff374f962b359;hb=0272ce4a9b54b22f3f39e3b8dd2043ade3f3b697;hp=f9855d3f810c72c6fd849e0d94dddf437c77b8d6;hpb=cbdba63092f6cf861c47e0063b79c087713b2d0a;p=awesomized%2Fext-ion diff --git a/tests/LOB.phpt b/tests/LOB.phpt index f9855d3..d95a774 100644 --- a/tests/LOB.phpt +++ b/tests/LOB.phpt @@ -11,6 +11,7 @@ $l = new ion\LOB("barfuz", ion\Type::CLob); echo ion\serialize($l), "\n"; $l = new ion\LOB("gooza", ion\Type::BLob); echo ion\serialize($l), "\n"; +var_dump(ion\unserialize(ion\serialize(clone new ion\LOB("ü")))); ?> DONE --EXPECTF-- @@ -18,4 +19,5 @@ TEST {{"foobar"}} {{"barfuz"}} {{Z29vemE=}} +string(2) "ü" DONE