X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-pq;a=blobdiff_plain;f=tests%2Fasync003.phpt;h=e94b963c905d1dfa6113606c9480ac24a1dca29c;hp=bb242fe41849fad0c8e6217d1c8c159231655649;hb=06375d530738fc102705e643c9da0278b804687f;hpb=30e86e66accfdb8e2b38aa76e05fb017f177d560 diff --git a/tests/async003.phpt b/tests/async003.phpt index bb242fe..e94b963 100644 --- a/tests/async003.phpt +++ b/tests/async003.phpt @@ -1,5 +1,5 @@ --TEST-- -async query +async exec --SKIPIF-- --FILE-- @@ -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