projects
/
m6w6
/
ext-pq
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
|
github
raw
|
patch
| inline |
side by side
(parent:
1eca2fe
)
fix #42
author
Michael Wallner
<mike@php.net>
Tue, 31 Aug 2021 06:48:35 +0000
(08:48 +0200)
committer
Michael Wallner
<mike@php.net>
Tue, 31 Aug 2021 06:48:35 +0000
(08:48 +0200)
tests/async010.phpt
patch
|
blob
|
history
diff --git
a/tests/async010.phpt
b/tests/async010.phpt
index 8ae089e9e381911095b557a78f0d14586182a874..ec0935707ed70a19a9ebc13e0fff3dce19299acc 100644
(file)
--- 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