diff options
author | Ilia Alshanetsky <iliaa@php.net> | 2007-12-04 13:03:39 +0000 |
---|---|---|
committer | Ilia Alshanetsky <iliaa@php.net> | 2007-12-04 13:03:39 +0000 |
commit | 3d8e397546c607b0be0919f64084cdd7a2c0889e (patch) | |
tree | 52d43634b68ae3d10004a603faef5ff66ba50ac7 /ext/pdo_pgsql | |
parent | 56c610c97a0f86144dd805f6480be36bee4568cc (diff) | |
download | php-git-3d8e397546c607b0be0919f64084cdd7a2c0889e.tar.gz |
Fixed test
Diffstat (limited to 'ext/pdo_pgsql')
-rw-r--r-- | ext/pdo_pgsql/tests/bug36727.phpt | 2 |
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 |