X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=tests%2Fasync005.phpt;h=102ba135524ab1bf04084610642e962dcef2c54b;hb=16f45efdd0cb7190ad7738ee92af5c4c6c1f04ed;hp=b2774a5b413adb8d948a9e117f483dce53f52c2b;hpb=d4f2435f5b1d4ca6b0a845772fc00efac703a05c;p=m6w6%2Fext-pq diff --git a/tests/async005.phpt b/tests/async005.phpt index b2774a5..102ba13 100644 --- a/tests/async005.phpt +++ b/tests/async005.phpt @@ -36,9 +36,11 @@ complete($s); 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"]=> @@ -49,5 +51,7 @@ object(pq\Result)#%d (6) { int(1) ["fetchType"]=> int(0) + ["autoConvert"]=> + int(65535) } DONE