File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 334334 Attempting to call <methodname >PDOStatement::setFetchMode</methodname > during
335335 a call to <methodname >PDO::fetch</methodname >,
336336 <methodname >PDO::fetchObject</methodname >,
337- <methodname >PDO ::fetchAll</methodname >, for example using tricks such as
337+ <methodname >PDOStatement ::fetchAll</methodname >, for example using tricks such as
338338 passing the statement object as a constructor argument when fetching into an
339339 object, will now throw an <exceptionname >Error</exceptionname >.
340340 </simpara >
357357 <simpara >
358358 A <exceptionname >ValueError</exceptionname > is now thrown if
359359 <constant >PDO::FETCH_INTO</constant > is used as a fetch mode in
360- <methodname >PDO ::fetchAll</methodname >,
360+ <methodname >PDOStatement ::fetchAll</methodname >,
361361 similar to <constant >PDO::FETCH_LAZY</constant >.
362362 </simpara >
363363
You can’t perform that action at this time.
0 commit comments