X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-pq;a=blobdiff_plain;f=tests%2Fres001.phpt;h=b2a36670a8830dded2914385b40c78e0f4dac90e;hp=836a3bd8413b517db390fe1f28374bfe007552c3;hb=25e7c9331c023ef1ca869b2f1c8433251bc8f359;hpb=304d6154ba6f1edda9ad9a12c3c22befc7eb1ae6 diff --git a/tests/res001.phpt b/tests/res001.phpt index 836a3bd..b2a3667 100644 --- a/tests/res001.phpt +++ b/tests/res001.phpt @@ -58,13 +58,19 @@ Warning: pq\Result not initialized in %s on line %d Warning: pq\Result not initialized in %s on line %d Warning: pq\Result not initialized in %s on line %d -object(pq\Result)#%d (8) { + +Warning: pq\Result not initialized in %s on line %d + +Warning: pq\Result not initialized in %s on line %d +object(pq\Result)#%d (9) { ["status"]=> NULL ["statusMessage"]=> NULL ["errorMessage"]=> NULL + ["diag"]=> + NULL ["numRows"]=> int(0) ["numCols"]=> @@ -74,9 +80,9 @@ object(pq\Result)#%d (8) { ["fetchType"]=> int(0) ["autoConvert"]=> - int(0) + int(65535) } -array(9) { +array(10) { ["dummy"]=> int(2) ["status"]=> @@ -85,6 +91,8 @@ array(9) { NULL ["errorMessage"]=> NULL + ["diag"]=> + NULL ["numRows"]=> int(0) ["numCols"]=> @@ -94,6 +102,6 @@ array(9) { ["fetchType"]=> int(0) ["autoConvert"]=> - int(0) + int(65535) } Done