X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=tests%2Fcancel001.phpt;h=aa754acb91716987816898feb6024d62b0e0f283;hb=3f5dbab5c1d0b9aa78249e34ac0abfd1b3c1012f;hp=89c4931dcdbcc2692b5ca252ececd730d6e464c1;hpb=3024b0b5a903a2bcb082b01e1787410dc9508a9d;p=m6w6%2Fext-pq diff --git a/tests/cancel001.phpt b/tests/cancel001.phpt index 89c4931..aa754ac 100644 --- a/tests/cancel001.phpt +++ b/tests/cancel001.phpt @@ -16,12 +16,14 @@ $c->execAsync("SELECT pg_sleep(2)"); $x->cancel(); +var_dump($c === $x->connection); var_dump($c->getResult()); printf("%s\n", $c->errorMessage); ?> DONE --EXPECTF-- Test +bool(true) object(pq\Result)#%d (7) { ["status"]=> int(7)