1
0
mirror of https://github.com/php/php-src.git synced 2026-03-30 12:13:02 +02:00

Merge branch 'PHP-8.0'

* PHP-8.0:
  Fix PDOStatement::fetchObject() stub
This commit is contained in:
Nikita Popov
2020-11-24 09:49:52 +01:00
2 changed files with 2 additions and 2 deletions

View File

@@ -40,7 +40,7 @@ class PDOStatement implements IteratorAggregate
/** @return mixed */
public function fetchColumn(int $column = 0) {}
/** @return mixed */
/** @return object|false */
public function fetchObject(?string $class = "stdClass", ?array $ctorArgs = null) {}
/** @return mixed */

View File

@@ -1,5 +1,5 @@
/* This is a generated file, edit the .stub.php file instead.
* Stub hash: 574055f1dbb6a1bee10e4476642a759e53ca2802 */
* Stub hash: 9d890849a08b43cb35e2cd8468aeaabfc0a7f218 */
ZEND_BEGIN_ARG_INFO_EX(arginfo_class_PDOStatement_bindColumn, 0, 0, 2)
ZEND_ARG_TYPE_MASK(0, column, MAY_BE_STRING|MAY_BE_LONG, NULL)