X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-pq;a=blobdiff_plain;f=tests%2Fasync003.phpt;h=20b08b907b7f91582565fe2ac6c3e8acf16e9459;hp=bb242fe41849fad0c8e6217d1c8c159231655649;hb=3024b0b5a903a2bcb082b01e1787410dc9508a9d;hpb=30e86e66accfdb8e2b38aa76e05fb017f177d560 diff --git a/tests/async003.phpt b/tests/async003.phpt index bb242fe..20b08b9 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 (7) { ["status"]=> int(2) + ["statusMessage"]=> + string(9) "TUPLES_OK" ["errorMessage"]=> string(0) "" ["numRows"]=> @@ -40,9 +42,11 @@ object(pq\Result)#%d (6) { ["fetchType"]=> int(0) } -object(pq\Result)#%d (6) { +object(pq\Result)#%d (7) { ["status"]=> int(2) + ["statusMessage"]=> + string(9) "TUPLES_OK" ["errorMessage"]=> string(0) "" ["numRows"]=> @@ -54,4 +58,4 @@ object(pq\Result)#%d (6) { ["fetchType"]=> int(0) } -DONE \ No newline at end of file +DONE