mirror of
https://github.com/php/doc-en.git
synced 2026-03-24 07:42:10 +01:00
Update incompatible.xml Fix a method names
This commit is contained in:
committed by
Christian Weiske
parent
048982b729
commit
f81bbcf9d3
@@ -332,8 +332,8 @@
|
||||
|
||||
<simpara>
|
||||
Attempting to call <methodname>PDOStatement::setFetchMode</methodname> during
|
||||
a call to <methodname>PDO::fetch</methodname>,
|
||||
<methodname>PDO::fetchObject</methodname>,
|
||||
a call to <methodname>PDOStatement::fetch</methodname>,
|
||||
<methodname>PDOStatement::fetchObject</methodname>,
|
||||
<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>.
|
||||
|
||||
Reference in New Issue
Block a user