mirror of
https://github.com/php/doc-en.git
synced 2026-03-24 07:42:10 +01:00
incompatible.xml Fix a method name
This commit is contained in:
committed by
Christian Weiske
parent
96b10a9885
commit
048982b729
@@ -334,7 +334,7 @@
|
||||
Attempting to call <methodname>PDOStatement::setFetchMode</methodname> during
|
||||
a call to <methodname>PDO::fetch</methodname>,
|
||||
<methodname>PDO::fetchObject</methodname>,
|
||||
<methodname>PDO::fetchAll</methodname>, for example using tricks such as
|
||||
<methodname>PDOStatement::fetchAll</methodname>, for example using tricks such as
|
||||
passing the statement object as a constructor argument when fetching into an
|
||||
object, will now throw an <exceptionname>Error</exceptionname>.
|
||||
</simpara>
|
||||
@@ -357,7 +357,7 @@
|
||||
<simpara>
|
||||
A <exceptionname>ValueError</exceptionname> is now thrown if
|
||||
<constant>PDO::FETCH_INTO</constant> is used as a fetch mode in
|
||||
<methodname>PDO::fetchAll</methodname>,
|
||||
<methodname>PDOStatement::fetchAll</methodname>,
|
||||
similar to <constant>PDO::FETCH_LAZY</constant>.
|
||||
</simpara>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user