summaryrefslogtreecommitdiff
path: root/ext/pdo_pgsql/tests
diff options
context:
space:
mode:
authorIlia Alshanetsky <iliaa@php.net>2007-12-04 13:05:24 +0000
committerIlia Alshanetsky <iliaa@php.net>2007-12-04 13:05:24 +0000
commite3ec29a3f1f64c1471aba3763d5c96dd35f5b774 (patch)
tree1ec72109902f2d81906ff011fa903088cbaed188 /ext/pdo_pgsql/tests
parentbb9384cb8ab1865a4a6e803af7df6cba599882d7 (diff)
downloadphp-git-e3ec29a3f1f64c1471aba3763d5c96dd35f5b774.tar.gz
MFB: fixed test
Diffstat (limited to 'ext/pdo_pgsql/tests')
-rw-r--r--ext/pdo_pgsql/tests/bug36727.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/pdo_pgsql/tests/bug36727.phpt b/ext/pdo_pgsql/tests/bug36727.phpt
index 13197edcc6..f1b906bd67 100644
--- a/ext/pdo_pgsql/tests/bug36727.phpt
+++ b/ext/pdo_pgsql/tests/bug36727.phpt
@@ -18,7 +18,7 @@ var_dump($stmt->bindValue(':test', 1, PDO::PARAM_INT));
echo "Done\n";
?>
---EXPECT--
+--EXPECTF--
Warning: PDOStatement::bindValue(): SQLSTATE[HY093]: Invalid parameter number: :test in %s/bug36727.php on line %d
bool(false)
Done \ No newline at end of file