1
0
mirror of https://github.com/php/doc-en.git synced 2026-03-23 23:32:18 +01:00

Update incompatible.xml Fix a method names

This commit is contained in:
Mikhail Alferov
2026-02-04 08:22:29 +03:00
committed by Christian Weiske
parent 048982b729
commit f81bbcf9d3

View File

@@ -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>.