X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=tests%2Fasync003.phpt;h=32d9dfdabdefbe5b575f596f8fe4c504a489a7b9;hb=d662d7beb20a15ca8ca95761543f6b9d3b6bff29;hp=a1af7c95db762bdbc7e236977b79199febadd7fc;hpb=8c92aa4bd855482cc76117129e16b42c7ecc57f0;p=m6w6%2Fext-pq diff --git a/tests/async003.phpt b/tests/async003.phpt index a1af7c9..32d9dfd 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(65535) } -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(65535) } -DONE \ No newline at end of file +DONE