X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-pq;a=blobdiff_plain;f=tests%2Fasync003.phpt;h=20b08b907b7f91582565fe2ac6c3e8acf16e9459;hp=a1af7c95db762bdbc7e236977b79199febadd7fc;hb=1d3a582aeca2b93c221f4fbcf9ae42e5201f1639;hpb=86e7a4a14c80824b25074743e1acae0c2f0fc0e8 diff --git a/tests/async003.phpt b/tests/async003.phpt index a1af7c9..20b08b9 100644 --- a/tests/async003.phpt +++ b/tests/async003.phpt @@ -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