4 <?php include "_skipif.inc"; ?>
11 $c = new pq\Connection(PQ_DSN);
12 $c->execAsync("SELECT 1+2+3; SELECT 2,3,4", function ($res) {
17 $r = array($c->socket);
19 if (stream_select($r, $w, $e, 1, 1000)) {
23 } while ($c->getResult());
29 object(pq\Result)#%d (9) {
48 ["statement_position"]=>
50 ["internal_position"]=>
84 object(pq\Result)#%d (9) {
103 ["statement_position"]=>
105 ["internal_position"]=>
119 ["constraint_name"]=>
125 ["source_function"]=>