|
1646 | 1646 | 'DateTimeZone::listIdentifiers' => ['list<string>', 'what='=>'int', 'country='=>'string'],
|
1647 | 1647 | 'db2_autocommit' => ['DB2_AUTOCOMMIT_OFF|DB2_AUTOCOMMIT_ON|bool', 'connection'=>'resource', 'value='=>'DB2_AUTOCOMMIT_OFF|DB2_AUTOCOMMIT_ON'],
|
1648 | 1648 | 'db2_bind_param' => ['bool', 'stmt'=>'resource', 'parameter_number'=>'int', 'variable_name'=>'string', 'parameter_type='=>'int', 'data_type='=>'int', 'precision='=>'int', 'scale='=>'int'],
|
1649 |
| -'db2_client_info' => ['object|false', 'connection'=>'resource'], |
| 1649 | +'db2_client_info' => ['stdClass|false', 'connection'=>'resource'], |
1650 | 1650 | 'db2_close' => ['bool', 'connection'=>'resource'],
|
1651 | 1651 | 'db2_column_privileges' => ['resource|false', 'connection'=>'resource', 'qualifier='=>'string', 'schema='=>'string', 'table_name='=>'string', 'column_name='=>'string'],
|
1652 | 1652 | 'db2_columns' => ['resource|false', 'connection'=>'resource', 'qualifier='=>'string', 'schema='=>'string', 'table_name='=>'string', 'column_name='=>'string'],
|
|
1661 | 1661 | 'db2_fetch_array' => ['array|false', 'stmt'=>'resource', 'row_number='=>'int'],
|
1662 | 1662 | 'db2_fetch_assoc' => ['array|false', 'stmt'=>'resource', 'row_number='=>'int'],
|
1663 | 1663 | 'db2_fetch_both' => ['array|false', 'stmt'=>'resource', 'row_number='=>'int'],
|
1664 |
| -'db2_fetch_object' => ['object|false', 'stmt'=>'resource', 'row_number='=>'int'], |
| 1664 | +'db2_fetch_object' => ['stdClass|false', 'stmt'=>'resource', 'row_number='=>'int'], |
1665 | 1665 | 'db2_fetch_row' => ['bool', 'stmt'=>'resource', 'row_number='=>'int'],
|
1666 | 1666 | 'db2_field_display_size' => ['int|false', 'stmt'=>'resource', 'column'=>'mixed'],
|
1667 | 1667 | 'db2_field_name' => ['string|false', 'stmt'=>'resource', 'column'=>'mixed'],
|
|
1689 | 1689 | 'db2_procedures' => ['resource|false', 'connection'=>'resource', 'qualifier'=>'string', 'schema'=>'string', 'procedure'=>'string'],
|
1690 | 1690 | 'db2_result' => ['mixed', 'stmt'=>'resource', 'column'=>'mixed'],
|
1691 | 1691 | 'db2_rollback' => ['bool', 'connection'=>'resource'],
|
1692 |
| -'db2_server_info' => ['object|false', 'connection'=>'resource'], |
| 1692 | +'db2_server_info' => ['stdClass|false', 'connection'=>'resource'], |
1693 | 1693 | 'db2_set_option' => ['bool', 'resource'=>'resource', 'options'=>'array', 'type'=>'int'],
|
1694 | 1694 | 'db2_setoption' => [''],
|
1695 | 1695 | 'db2_special_columns' => ['resource|false', 'connection'=>'resource', 'qualifier'=>'string', 'schema'=>'string', 'table_name'=>'string', 'scope'=>'int'],
|
|
0 commit comments