|
1659 | 1659 | 'db2_escape_string' => ['string', 'string_literal'=>'string'],
|
1660 | 1660 | 'db2_exec' => ['resource|false', 'connection'=>'resource', 'statement'=>'string', 'options='=>'array'],
|
1661 | 1661 | 'db2_execute' => ['bool', 'stmt'=>'resource', 'parameters='=>'array'],
|
1662 |
| -'db2_fetch_array' => ['array|false', 'stmt'=>'resource', 'row_number='=>'int'], |
1663 |
| -'db2_fetch_assoc' => ['array|false', 'stmt'=>'resource', 'row_number='=>'int'], |
| 1662 | +'db2_fetch_array' => ['non-empty-list<mixed>|false', 'stmt'=>'resource', 'row_number='=>'int'], |
| 1663 | +'db2_fetch_assoc' => ['non-empty-array<string,mixed>|false', 'stmt'=>'resource', 'row_number='=>'int'], |
1664 | 1664 | 'db2_fetch_both' => ['array|false', 'stmt'=>'resource', 'row_number='=>'int'],
|
1665 | 1665 | 'db2_fetch_object' => ['stdClass|false', 'stmt'=>'resource', 'row_number='=>'int'],
|
1666 | 1666 | 'db2_fetch_row' => ['bool', 'stmt'=>'resource', 'row_number='=>'int'],
|
|
8764 | 8764 | 'pg_escape_string\'1' => ['string', 'data'=>'string'],
|
8765 | 8765 | 'pg_execute' => ['resource|false', 'connection'=>'resource', 'stmtname'=>'string', 'params'=>'array'],
|
8766 | 8766 | 'pg_execute\'1' => ['resource|false', 'stmtname'=>'string', 'params'=>'array'],
|
8767 |
| -'pg_fetch_all' => ['array|false', 'result'=>'resource', 'result_type='=>'int'], |
| 8767 | +'pg_fetch_all' => ['array<non-empty-list<string|null>>', 'result'=>'resource', 'result_type='=>'int'], |
8768 | 8768 | 'pg_fetch_all_columns' => ['array|false', 'result'=>'resource', 'column_number='=>'int'],
|
8769 | 8769 | 'pg_fetch_array' => ['array|false', 'result'=>'resource', 'row='=>'?int', 'result_type='=>'int'],
|
8770 |
| -'pg_fetch_assoc' => ['array|false', 'result'=>'resource', 'row='=>'?int'], |
| 8770 | +'pg_fetch_assoc' => ['non-empty-array<string,mixed>|false', 'result'=>'resource', 'row='=>'?int'], |
8771 | 8771 | 'pg_fetch_object' => ['object|false', 'result'=>'', 'row='=>'?int', 'result_type='=>'int'],
|
8772 | 8772 | 'pg_fetch_object\'1' => ['object', 'result'=>'', 'row='=>'?int', 'class_name='=>'string', 'ctor_params='=>'array'],
|
8773 | 8773 | 'pg_fetch_result' => ['', 'result'=>'', 'field_name'=>'string|int'],
|
8774 | 8774 | 'pg_fetch_result\'1' => ['', 'result'=>'', 'row_number'=>'int', 'field_name'=>'string|int'],
|
8775 |
| -'pg_fetch_row' => ['array|false', 'result'=>'resource', 'row='=>'?int', 'result_type='=>'int'], |
| 8775 | +'pg_fetch_row' => ['non-empty-list<mixed>|false', 'result'=>'resource', 'row='=>'?int', 'result_type='=>'int'], |
8776 | 8776 | 'pg_field_is_null' => ['int|false', 'result'=>'', 'field_name_or_number'=>'string|int'],
|
8777 | 8777 | 'pg_field_is_null\'1' => ['int', 'result'=>'', 'row'=>'int', 'field_name_or_number'=>'string|int'],
|
8778 | 8778 | 'pg_field_name' => ['string|false', 'result'=>'resource', 'field_number'=>'int'],
|
|
0 commit comments