summaryrefslogtreecommitdiff
path: root/ext/pdo_pgsql
diff options
context:
space:
mode:
authorIlia Alshanetsky <iliaa@php.net>2007-12-04 13:03:39 +0000
committerIlia Alshanetsky <iliaa@php.net>2007-12-04 13:03:39 +0000
commit3d8e397546c607b0be0919f64084cdd7a2c0889e (patch)
tree52d43634b68ae3d10004a603faef5ff66ba50ac7 /ext/pdo_pgsql
parent56c610c97a0f86144dd805f6480be36bee4568cc (diff)
downloadphp-git-3d8e397546c607b0be0919f64084cdd7a2c0889e.tar.gz
Fixed test
Diffstat (limited to 'ext/pdo_pgsql')
-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