X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-pq;a=blobdiff_plain;f=tests%2Fasync003.phpt;h=e94b963c905d1dfa6113606c9480ac24a1dca29c;hp=20b08b907b7f91582565fe2ac6c3e8acf16e9459;hb=dde388e274286b4200689bf21f061a974e8bd847;hpb=359b3471d6ed843d8ecf9d5fb0b85f06af446800 diff --git a/tests/async003.phpt b/tests/async003.phpt index 20b08b9..e94b963 100644 --- a/tests/async003.phpt +++ b/tests/async003.phpt @@ -26,7 +26,7 @@ do { DONE --EXPECTF-- Test -object(pq\Result)#%d (7) { +object(pq\Result)#%d (8) { ["status"]=> int(2) ["statusMessage"]=> @@ -41,8 +41,10 @@ object(pq\Result)#%d (7) { int(1) ["fetchType"]=> int(0) + ["autoConvert"]=> + int(255) } -object(pq\Result)#%d (7) { +object(pq\Result)#%d (8) { ["status"]=> int(2) ["statusMessage"]=> @@ -57,5 +59,7 @@ object(pq\Result)#%d (7) { int(1) ["fetchType"]=> int(0) + ["autoConvert"]=> + int(255) } DONE