X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;ds=sidebyside;f=tests%2Fasync010.phpt;h=a38b66d677f20dc8ac0d931ee2c9f513b156b628;hb=77dce501422e1402bb70ba3aad94e070850aaa3b;hp=8ae089e9e381911095b557a78f0d14586182a874;hpb=118696aeeb3bed44f1642e62f8697885b7630a90;p=m6w6%2Fext-pq diff --git a/tests/async010.phpt b/tests/async010.phpt index 8ae089e..a38b66d 100644 --- a/tests/async010.phpt +++ b/tests/async010.phpt @@ -18,7 +18,7 @@ var_dump([ ]); var_dump([ - "execParams" => $c->execParams("select \$1", [123])->fetchRow() + "execParams" => $c->execParams("select \$1::int4", [123])->fetchRow() ]); ?> DONE @@ -61,7 +61,7 @@ array(1) { ["execParams"]=> array(1) { [0]=> - string(3) "123" + int(123) } } -DONE \ No newline at end of file +DONE