X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-pq;a=blobdiff_plain;f=tests%2Fasync006.phpt;h=6b4129ab03888bcb47f785608f2d5e576fd99a30;hp=81ee66e40d013dad5d7b6cd67a3c7ae3c8a3b252;hb=1d3a582aeca2b93c221f4fbcf9ae42e5201f1639;hpb=86e7a4a14c80824b25074743e1acae0c2f0fc0e8 diff --git a/tests/async006.phpt b/tests/async006.phpt index 81ee66e..6b4129a 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 (7) { ["status"]=> int(9) + ["statusMessage"]=> + string(12) "SINGLE_TUPLE" ["errorMessage"]=> string(0) "" ["numRows"]=> @@ -41,9 +43,11 @@ object(pq\Result)#%d (6) { ["fetchType"]=> int(0) } -object(pq\Result)#%d (6) { +object(pq\Result)#%d (7) { ["status"]=> int(9) + ["statusMessage"]=> + string(12) "SINGLE_TUPLE" ["errorMessage"]=> string(0) "" ["numRows"]=> @@ -55,9 +59,11 @@ object(pq\Result)#%d (6) { ["fetchType"]=> int(0) } -object(pq\Result)#%d (6) { +object(pq\Result)#%d (7) { ["status"]=> int(9) + ["statusMessage"]=> + string(12) "SINGLE_TUPLE" ["errorMessage"]=> string(0) "" ["numRows"]=> @@ -69,9 +75,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"]=> @@ -83,4 +91,4 @@ object(pq\Result)#%d (6) { ["fetchType"]=> int(0) } -DONE \ No newline at end of file +DONE