X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-pq;a=blobdiff_plain;f=tests%2Fasync003.phpt;h=c78714def3519a65c4a5847567f65dd784a06693;hp=98726420a3c2782131aaedb13c13edfd69ea1e03;hb=25e7c9331c023ef1ca869b2f1c8433251bc8f359;hpb=c62ffa9e8cf262c412efeb84c2523d1c78897282 diff --git a/tests/async003.phpt b/tests/async003.phpt index 9872642..c78714d 100644 --- a/tests/async003.phpt +++ b/tests/async003.phpt @@ -16,7 +16,7 @@ do { while ($c->busy) { $r = array($c->socket); $w = $e = null; - if (stream_select($r, $w, $e, null)) { + if (stream_select($r, $w, $e, 1, 1000)) { $c->poll(); } } @@ -26,13 +26,50 @@ do { DONE --EXPECTF-- Test -object(pq\Result)#%d (8) { +object(pq\Result)#%d (9) { ["status"]=> int(2) ["statusMessage"]=> string(9) "TUPLES_OK" ["errorMessage"]=> string(0) "" + ["diag"]=> + array(17) { + ["severity"]=> + NULL + ["sqlstate"]=> + NULL + ["message_primary"]=> + NULL + ["message_detail"]=> + NULL + ["message_hint"]=> + NULL + ["statement_position"]=> + NULL + ["internal_position"]=> + NULL + ["internal_query"]=> + NULL + ["context"]=> + NULL + ["schema_name"]=> + NULL + ["table_name"]=> + NULL + ["column_name"]=> + NULL + ["datatype_name"]=> + NULL + ["constraint_name"]=> + NULL + ["source_file"]=> + NULL + ["source_line"]=> + NULL + ["source_function"]=> + NULL + } ["numRows"]=> int(1) ["numCols"]=> @@ -44,13 +81,50 @@ object(pq\Result)#%d (8) { ["autoConvert"]=> int(65535) } -object(pq\Result)#%d (8) { +object(pq\Result)#%d (9) { ["status"]=> int(2) ["statusMessage"]=> string(9) "TUPLES_OK" ["errorMessage"]=> string(0) "" + ["diag"]=> + array(17) { + ["severity"]=> + NULL + ["sqlstate"]=> + NULL + ["message_primary"]=> + NULL + ["message_detail"]=> + NULL + ["message_hint"]=> + NULL + ["statement_position"]=> + NULL + ["internal_position"]=> + NULL + ["internal_query"]=> + NULL + ["context"]=> + NULL + ["schema_name"]=> + NULL + ["table_name"]=> + NULL + ["column_name"]=> + NULL + ["datatype_name"]=> + NULL + ["constraint_name"]=> + NULL + ["source_file"]=> + NULL + ["source_line"]=> + NULL + ["source_function"]=> + NULL + } ["numRows"]=> int(1) ["numCols"]=>