X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-pq;a=blobdiff_plain;f=tests%2Fasync003.phpt;h=98726420a3c2782131aaedb13c13edfd69ea1e03;hp=20b08b907b7f91582565fe2ac6c3e8acf16e9459;hb=3b390bb243146c265e53c6a3e756aad3829ef5ed;hpb=1d3a582aeca2b93c221f4fbcf9ae42e5201f1639 diff --git a/tests/async003.phpt b/tests/async003.phpt index 20b08b9..9872642 100644 --- a/tests/async003.phpt +++ b/tests/async003.phpt @@ -26,7 +26,7 @@ do { DONE --EXPECTF-- Test -object(pq\Result)#%d (7) { +object(pq\Result)#%d (8) { ["status"]=> int(2) ["statusMessage"]=> @@ -38,11 +38,13 @@ object(pq\Result)#%d (7) { ["numCols"]=> int(1) ["affectedRows"]=> - int(1) + int(%d) ["fetchType"]=> int(0) + ["autoConvert"]=> + int(65535) } -object(pq\Result)#%d (7) { +object(pq\Result)#%d (8) { ["status"]=> int(2) ["statusMessage"]=> @@ -54,8 +56,10 @@ object(pq\Result)#%d (7) { ["numCols"]=> int(3) ["affectedRows"]=> - int(1) + int(%d) ["fetchType"]=> int(0) + ["autoConvert"]=> + int(65535) } DONE