]> granicus.if.org Git - php/commitdiff
MFB: fixed test
authorIlia Alshanetsky <iliaa@php.net>
Tue, 4 Dec 2007 13:05:44 +0000 (13:05 +0000)
committerIlia Alshanetsky <iliaa@php.net>
Tue, 4 Dec 2007 13:05:44 +0000 (13:05 +0000)
ext/pdo_pgsql/tests/bug36727.phpt

index 13197edcc694a8f13cb4dc8ef1eb81eb63019d65..f1b906bd678a57f5c8e9e210c37780ecaa0505ed 100644 (file)
@@ -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