X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=tests%2Fasync006.phpt;h=4bcd8896e683c6b7c92729321e5e47d115b7de34;hb=7acdd4b540f114ac8e8103df42633d5f741fb210;hp=81ee66e40d013dad5d7b6cd67a3c7ae3c8a3b252;hpb=53220e4b7f293ed8c1c8418efc98c57d4b205e1d;p=m6w6%2Fext-pq diff --git a/tests/async006.phpt b/tests/async006.phpt index 81ee66e..4bcd889 100644 --- a/tests/async006.phpt +++ b/tests/async006.phpt @@ -27,9 +27,11 @@ do { DONE --EXPECTF-- Test -object(pq\Result)#%d (6) { +object(pq\Result)#%d (8) { ["status"]=> int(9) + ["statusMessage"]=> + string(12) "SINGLE_TUPLE" ["errorMessage"]=> string(0) "" ["numRows"]=> @@ -40,10 +42,14 @@ object(pq\Result)#%d (6) { int(0) ["fetchType"]=> int(0) + ["autoConvert"]=> + int(65535) } -object(pq\Result)#%d (6) { +object(pq\Result)#%d (8) { ["status"]=> int(9) + ["statusMessage"]=> + string(12) "SINGLE_TUPLE" ["errorMessage"]=> string(0) "" ["numRows"]=> @@ -54,10 +60,14 @@ object(pq\Result)#%d (6) { int(0) ["fetchType"]=> int(0) + ["autoConvert"]=> + int(65535) } -object(pq\Result)#%d (6) { +object(pq\Result)#%d (8) { ["status"]=> int(9) + ["statusMessage"]=> + string(12) "SINGLE_TUPLE" ["errorMessage"]=> string(0) "" ["numRows"]=> @@ -68,10 +78,14 @@ object(pq\Result)#%d (6) { int(0) ["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"]=> @@ -82,5 +96,7 @@ object(pq\Result)#%d (6) { int(3) ["fetchType"]=> int(0) + ["autoConvert"]=> + int(65535) } -DONE \ No newline at end of file +DONE