|  | 
| 1677 | 1677 | 'db2_last_insert_id' => ['string', 'resource'=>'resource'], | 
| 1678 | 1678 | 'db2_lob_read' => ['string|false', 'stmt'=>'resource', 'colnum'=>'int', 'length'=>'int'], | 
| 1679 | 1679 | 'db2_next_result' => ['resource|false', 'stmt'=>'resource'], | 
| 1680 |  | -'db2_num_fields' => ['int|false', 'stmt'=>'resource'], | 
| 1681 |  | -'db2_num_rows' => ['int', 'stmt'=>'resource'], | 
|  | 1680 | +'db2_num_fields' => ['0|positive-int|false', 'stmt'=>'resource'], | 
|  | 1681 | +'db2_num_rows' => ['0|positive-int', 'stmt'=>'resource'], | 
| 1682 | 1682 | 'db2_pclose' => ['bool', 'resource'=>'resource'], | 
| 1683 | 1683 | 'db2_pconnect' => ['resource|false', 'database'=>'string', 'username'=>'string', 'password'=>'string', 'options='=>'array'], | 
| 1684 | 1684 | 'db2_prepare' => ['resource|false', 'connection'=>'resource', 'statement'=>'string', 'options='=>'array'], | 
|  | 
| 7205 | 7205 | 'mysqli::store_result' => ['mysqli_result|false', 'option='=>'int'], | 
| 7206 | 7206 | 'mysqli::thread_safe' => ['bool'], | 
| 7207 | 7207 | 'mysqli::use_result' => ['mysqli_result|false'], | 
| 7208 |  | -'mysqli_affected_rows' => ['int', 'link'=>'mysqli'], | 
|  | 7208 | +'mysqli_affected_rows' => ['int<-1,max>|numeric-string', 'link'=>'mysqli'], | 
| 7209 | 7209 | 'mysqli_autocommit' => ['bool', 'link'=>'mysqli', 'mode'=>'bool'], | 
| 7210 | 7210 | 'mysqli_begin_transaction' => ['bool', 'link'=>'mysqli', 'flags='=>'int', 'name='=>'string'], | 
| 7211 | 7211 | 'mysqli_change_user' => ['bool', 'link'=>'mysqli', 'user'=>'string', 'password'=>'string', 'database'=>'string'], | 
|  | 
| 7326 | 7326 | 'mysqli_stmt::result_metadata' => ['mysqli_result|false'], | 
| 7327 | 7327 | 'mysqli_stmt::send_long_data' => ['bool', 'param_nr'=>'int', 'data'=>'string'], | 
| 7328 | 7328 | 'mysqli_stmt::store_result' => ['bool'], | 
| 7329 |  | -'mysqli_stmt_affected_rows' => ['int|string', 'stmt'=>'mysqli_stmt'], | 
|  | 7329 | +'mysqli_stmt_affected_rows' => ['int<-1,max>|numeric-string', 'stmt'=>'mysqli_stmt'], | 
| 7330 | 7330 | 'mysqli_stmt_attr_get' => ['int|false', 'stmt'=>'mysqli_stmt', 'attr'=>'int'], | 
| 7331 | 7331 | 'mysqli_stmt_attr_set' => ['bool', 'stmt'=>'mysqli_stmt', 'attr'=>'int', 'mode'=>'int'], | 
| 7332 | 7332 | 'mysqli_stmt_bind_param' => ['bool', 'stmt'=>'mysqli_stmt', 'types'=>'string', 'var1'=>'mixed', '...args='=>'mixed'], | 
|  | 
| 7971 | 7971 | 'oci_new_connect' => ['resource|false', 'user'=>'string', 'pass'=>'string', 'db='=>'string', 'charset='=>'string', 'session_mode='=>'int'], | 
| 7972 | 7972 | 'oci_new_cursor' => ['resource|false', 'connection'=>'resource'], | 
| 7973 | 7973 | 'oci_new_descriptor' => ['OCI-Lob|false', 'connection'=>'resource', 'type='=>'int'], | 
| 7974 |  | -'oci_num_fields' => ['int|false', 'stmt'=>'resource'], | 
| 7975 |  | -'oci_num_rows' => ['int|false', 'stmt'=>'resource'], | 
|  | 7974 | +'oci_num_fields' => ['0|positive-int|false', 'stmt'=>'resource'], | 
|  | 7975 | +'oci_num_rows' => ['0|positive-int|false', 'stmt'=>'resource'], | 
| 7976 | 7976 | 'oci_parse' => ['resource|false', 'connection'=>'resource', 'statement'=>'string'], | 
| 7977 | 7977 | 'oci_password_change' => ['bool', 'connection'=>'', 'username'=>'string', 'old_password'=>'string', 'new_password'=>'string'], | 
| 7978 | 7978 | 'oci_pconnect' => ['resource|false', 'user'=>'string', 'pass'=>'string', 'db='=>'string', 'charset='=>'string', 'session_mode='=>'int'], | 
|  | 
| 8473 | 8473 | 'PDOStatement::bindParam' => ['bool', 'parameter'=>'mixed', '&w_variable'=>'mixed', 'data_type='=>'int', 'length='=>'int', 'driver_options='=>'mixed'], | 
| 8474 | 8474 | 'PDOStatement::bindValue' => ['bool', 'parameter'=>'mixed', 'value'=>'mixed', 'data_type='=>'int'], | 
| 8475 | 8475 | 'PDOStatement::closeCursor' => ['bool'], | 
| 8476 |  | -'PDOStatement::columnCount' => ['int'], | 
|  | 8476 | +'PDOStatement::columnCount' => ['0|positive-int'], | 
| 8477 | 8477 | 'PDOStatement::debugDumpParams' => ['void'], | 
| 8478 | 8478 | 'PDOStatement::errorCode' => ['string'], | 
| 8479 | 8479 | 'PDOStatement::errorInfo' => ['array'], | 
|  | 
| 8485 | 8485 | 'PDOStatement::getAttribute' => ['mixed', 'attribute'=>'int'], | 
| 8486 | 8486 | 'PDOStatement::getColumnMeta' => ['array|false', 'column'=>'int'], | 
| 8487 | 8487 | 'PDOStatement::nextRowset' => ['bool'], | 
| 8488 |  | -'PDOStatement::rowCount' => ['int'], | 
|  | 8488 | +'PDOStatement::rowCount' => ['0|positive-int'], | 
| 8489 | 8489 | 'PDOStatement::setAttribute' => ['bool', 'attribute'=>'int', 'value'=>'mixed'], | 
| 8490 | 8490 | 'PDOStatement::setFetchMode' => ['bool', 'mode'=>'int'], | 
| 8491 | 8491 | 'PDOStatement::setFetchMode\'1' => ['bool', 'fetch_column'=>'int', 'colno'=>'int'], | 
|  | 
| 11535 | 11535 | 'sqlsrv_prepare' => ['resource|false', 'conn'=>'resource', 'sql'=>'string', 'params='=>'array', 'options='=>'array'], | 
| 11536 | 11536 | 'sqlsrv_query' => ['resource|false', 'conn'=>'resource', 'sql'=>'string', 'params='=>'array', 'options='=>'array'], | 
| 11537 | 11537 | 'sqlsrv_rollback' => ['bool', 'conn'=>'resource'], | 
| 11538 |  | -'sqlsrv_rows_affected' => ['int|false', 'stmt'=>'resource'], | 
|  | 11538 | +'sqlsrv_rows_affected' => ['int<-1,max>|false', 'stmt'=>'resource'], | 
| 11539 | 11539 | 'sqlsrv_send_stream_data' => ['bool', 'stmt'=>'resource'], | 
| 11540 | 11540 | 'sqlsrv_server_info' => ['array', 'conn'=>'resource'], | 
| 11541 | 11541 | 'sqrt' => ['float', 'number'=>'float'], | 
|  | 
0 commit comments