mirror of
https://github.com/php/php-src.git
synced 2024-11-28 20:34:29 +08:00
Fixed test
This commit is contained in:
parent
56c610c97a
commit
3d8e397546
@ -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
|
Loading…
Reference in New Issue
Block a user