X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-pq;a=blobdiff_plain;f=tests%2Fasync003.phpt;h=98726420a3c2782131aaedb13c13edfd69ea1e03;hp=bb242fe41849fad0c8e6217d1c8c159231655649;hb=f593714e2c393c83f6224adf116f18ffae094d06;hpb=30e86e66accfdb8e2b38aa76e05fb017f177d560 diff --git a/tests/async003.phpt b/tests/async003.phpt index bb242fe..9872642 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"]=> @@ -36,13 +38,17 @@ object(pq\Result)#%d (6) { ["numCols"]=> int(1) ["affectedRows"]=> - int(1) + int(%d) ["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"]=> @@ -50,8 +56,10 @@ object(pq\Result)#%d (6) { ["numCols"]=> int(3) ["affectedRows"]=> - int(1) + int(%d) ["fetchType"]=> int(0) + ["autoConvert"]=> + int(65535) } -DONE \ No newline at end of file +DONE