|
7478 | 7478 | 'mysqli_fetch_all' => ['array|false', 'result'=>'mysqli_result', 'resulttype='=>'int'],
|
7479 | 7479 | 'mysqli_fetch_array' => ['array|null|false', 'result'=>'mysqli_result', 'resulttype='=>'int'],
|
7480 | 7480 | 'mysqli_fetch_assoc' => ['array<string,string>|null', 'result'=>'mysqli_result'],
|
7481 |
| -'mysqli_fetch_field' => ['object|false', 'result'=>'mysqli_result'], |
7482 |
| -'mysqli_fetch_field_direct' => ['object|false', 'result'=>'mysqli_result', 'fieldnr'=>'int'], |
7483 |
| -'mysqli_fetch_fields' => ['array', 'result'=>'mysqli_result'], |
| 7481 | +'mysqli_fetch_field' => ['(stdClass&object{name: string, orgname: string, table: string, orgtable: string, def: string, db: string, catalog: "def", max_length: int, length: int, charsetnr: string, flags: int, type: int, decimals: int})|false', 'result'=>'mysqli_result'], |
| 7482 | +'mysqli_fetch_field_direct' => ['(stdClass&object{name: string, orgname: string, table: string, orgtable: string, def: string, db: string, catalog: "def", max_length: int, length: int, charsetnr: string, flags: int, type: int, decimals: int})|false', 'result'=>'mysqli_result', 'fieldnr'=>'int'], |
| 7483 | +'mysqli_fetch_fields' => ['list<stdClass&object{name: string, orgname: string, table: string, orgtable: string, def: string, db: string, catalog: "def", max_length: int, length: int, charsetnr: string, flags: int, type: int, decimals: int}>', 'result'=>'mysqli_result'], |
7484 | 7484 | 'mysqli_fetch_lengths' => ['array|false', 'result'=>'mysqli_result'],
|
7485 | 7485 | 'mysqli_fetch_object' => ['object|null', 'result'=>'mysqli_result', 'class_name='=>'string', 'params='=>'?array'],
|
7486 | 7486 | 'mysqli_fetch_row' => ['array|null', 'result'=>'mysqli_result'],
|
|
7529 | 7529 | 'mysqli_result::fetch_all' => ['array', 'resulttype='=>'int'],
|
7530 | 7530 | 'mysqli_result::fetch_array' => ['array|null', 'resulttype='=>'int'],
|
7531 | 7531 | 'mysqli_result::fetch_assoc' => ['array<string,string>|null'],
|
7532 |
| -'mysqli_result::fetch_field' => ['object|false'], |
7533 |
| -'mysqli_result::fetch_field_direct' => ['object|false', 'fieldnr'=>'int'], |
7534 |
| -'mysqli_result::fetch_fields' => ['array'], |
| 7532 | +'mysqli_result::fetch_field' => ['(stdClass&object{name: string, orgname: string, table: string, orgtable: string, def: string, db: string, catalog: "def", max_length: int, length: int, charsetnr: string, flags: int, type: int, decimals: int})|false'], |
| 7533 | +'mysqli_result::fetch_field_direct' => ['(stdClass&object{name: string, orgname: string, table: string, orgtable: string, def: string, db: string, catalog: "def", max_length: int, length: int, charsetnr: string, flags: int, type: int, decimals: int})|false', 'fieldnr'=>'int'], |
| 7534 | +'mysqli_result::fetch_fields' => ['list<stdClass&object{name: string, orgname: string, table: string, orgtable: string, def: string, db: string, catalog: "def", max_length: int, length: int, charsetnr: string, flags: int, type: int, decimals: int}>'], |
7535 | 7535 | 'mysqli_result::fetch_object' => ['object|null', 'class_name='=>'string', 'params='=>'array'],
|
7536 | 7536 | 'mysqli_result::fetch_row' => ['array|null'],
|
7537 | 7537 | 'mysqli_result::field_seek' => ['bool', 'fieldnr'=>'int'],
|
|
0 commit comments