X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;ds=inline;f=tests%2Fasync003.phpt;h=e94b963c905d1dfa6113606c9480ac24a1dca29c;hb=dde388e274286b4200689bf21f061a974e8bd847;hp=a1af7c95db762bdbc7e236977b79199febadd7fc;hpb=8c92aa4bd855482cc76117129e16b42c7ecc57f0;p=m6w6%2Fext-pq diff --git a/tests/async003.phpt b/tests/async003.phpt index a1af7c9..e94b963 100644 --- a/tests/async003.phpt +++ b/tests/async003.phpt @@ -26,9 +26,11 @@ do { DONE --EXPECTF-- Test -object(pq\Result)#%d (6) { +object(pq\Result)#%d (8) { ["status"]=> int(2) + ["statusMessage"]=> + string(9) "TUPLES_OK" ["errorMessage"]=> string(0) "" ["numRows"]=> @@ -39,10 +41,14 @@ object(pq\Result)#%d (6) { int(1) ["fetchType"]=> int(0) + ["autoConvert"]=> + int(255) } -object(pq\Result)#%d (6) { +object(pq\Result)#%d (8) { ["status"]=> int(2) + ["statusMessage"]=> + string(9) "TUPLES_OK" ["errorMessage"]=> string(0) "" ["numRows"]=> @@ -53,5 +59,7 @@ object(pq\Result)#%d (6) { int(1) ["fetchType"]=> int(0) + ["autoConvert"]=> + int(255) } -DONE \ No newline at end of file +DONE