@@ -11511,34 +11511,34 @@
11511
11511
'ssdeep_fuzzy_hash_filename' => ['string', 'file_name'=>'string'],
11512
11512
'ssh2_auth_agent' => ['bool', 'session'=>'resource', 'username'=>'string'],
11513
11513
'ssh2_auth_hostbased_file' => ['bool', 'session'=>'resource', 'username'=>'string', 'hostname'=>'string', 'pubkeyfile'=>'string', 'privkeyfile'=>'string', 'passphrase='=>'string', 'local_username='=>'string'],
11514
- 'ssh2_auth_none' => ['true |string[]', 'session'=>'resource', 'username'=>'string'],
11514
+ 'ssh2_auth_none' => ['bool |string[]', 'session'=>'resource', 'username'=>'string'],
11515
11515
'ssh2_auth_password' => ['bool', 'session'=>'resource', 'username'=>'string', 'password'=>'string'],
11516
11516
'ssh2_auth_pubkey_file' => ['bool', 'session'=>'resource', 'username'=>'string', 'pubkeyfile'=>'string', 'privkeyfile'=>'string', 'passphrase='=>'string'],
11517
11517
'ssh2_connect' => ['resource|false', 'host'=>'string', 'port='=>'int', 'methods='=>'array', 'callbacks='=>'array'],
11518
11518
'ssh2_disconnect' => ['bool', 'session'=>'resource'],
11519
11519
'ssh2_exec' => ['resource|false', 'session'=>'resource', 'command'=>'string', 'pty='=>'string', 'env='=>'array', 'width='=>'int', 'height='=>'int', 'width_height_type='=>'int'],
11520
- 'ssh2_fetch_stream' => ['resource', 'channel'=>'resource', 'streamid'=>'int'],
11521
- 'ssh2_fingerprint' => ['string', 'session'=>'resource', 'flags='=>'int'],
11522
- 'ssh2_methods_negotiated' => ['array', 'session'=>'resource'],
11520
+ 'ssh2_fetch_stream' => ['resource|false ', 'channel'=>'resource', 'streamid'=>'int'],
11521
+ 'ssh2_fingerprint' => ['string|false ', 'session'=>'resource', 'flags='=>'int'],
11522
+ 'ssh2_methods_negotiated' => ['array|false ', 'session'=>'resource'],
11523
11523
'ssh2_publickey_add' => ['bool', 'pkey'=>'resource', 'algoname'=>'string', 'blob'=>'string', 'overwrite='=>'bool', 'attributes='=>'array'],
11524
11524
'ssh2_publickey_init' => ['resource|false', 'session'=>'resource'],
11525
- 'ssh2_publickey_list' => ['array', 'pkey'=>'resource'],
11525
+ 'ssh2_publickey_list' => ['array|false ', 'pkey'=>'resource'],
11526
11526
'ssh2_publickey_remove' => ['bool', 'pkey'=>'resource', 'algoname'=>'string', 'blob'=>'string'],
11527
11527
'ssh2_scp_recv' => ['bool', 'session'=>'resource', 'remote_file'=>'string', 'local_file'=>'string'],
11528
11528
'ssh2_scp_send' => ['bool', 'session'=>'resource', 'local_file'=>'string', 'remote_file'=>'string', 'create_mode='=>'int'],
11529
11529
'ssh2_sftp' => ['resource|false', 'session'=>'resource'],
11530
11530
'ssh2_sftp_chmod' => ['bool', 'sftp'=>'resource', 'filename'=>'string', 'mode'=>'int'],
11531
- 'ssh2_sftp_lstat' => ['array', 'sftp'=>'resource', 'path'=>'string'],
11531
+ 'ssh2_sftp_lstat' => ['array|false ', 'sftp'=>'resource', 'path'=>'string'],
11532
11532
'ssh2_sftp_mkdir' => ['bool', 'sftp'=>'resource', 'dirname'=>'string', 'mode='=>'int', 'recursive='=>'bool'],
11533
- 'ssh2_sftp_readlink' => ['string', 'sftp'=>'resource', 'link'=>'string'],
11534
- 'ssh2_sftp_realpath' => ['string', 'sftp'=>'resource', 'filename'=>'string'],
11533
+ 'ssh2_sftp_readlink' => ['string|false ', 'sftp'=>'resource', 'link'=>'string'],
11534
+ 'ssh2_sftp_realpath' => ['string|false ', 'sftp'=>'resource', 'filename'=>'string'],
11535
11535
'ssh2_sftp_rename' => ['bool', 'sftp'=>'resource', 'from'=>'string', 'to'=>'string'],
11536
11536
'ssh2_sftp_rmdir' => ['bool', 'sftp'=>'resource', 'dirname'=>'string'],
11537
11537
'ssh2_sftp_stat' => ['array|false', 'sftp'=>'resource', 'path'=>'string'],
11538
11538
'ssh2_sftp_symlink' => ['bool', 'sftp'=>'resource', 'target'=>'string', 'link'=>'string'],
11539
11539
'ssh2_sftp_unlink' => ['bool', 'sftp'=>'resource', 'filename'=>'string'],
11540
- 'ssh2_shell' => ['resource', 'session'=>'resource', 'term_type='=>'string', 'env='=>'array', 'width='=>'int', 'height='=>'int', 'width_height_type='=>'int'],
11541
- 'ssh2_tunnel' => ['resource', 'session'=>'resource', 'host'=>'string', 'port'=>'int'],
11540
+ 'ssh2_shell' => ['resource|false ', 'session'=>'resource', 'term_type='=>'string', 'env='=>'array', 'width='=>'int', 'height='=>'int', 'width_height_type='=>'int'],
11541
+ 'ssh2_tunnel' => ['resource|false ', 'session'=>'resource', 'host'=>'string', 'port'=>'int'],
11542
11542
'stat' => ['array|false', 'filename'=>'string'],
11543
11543
'stats_absolute_deviation' => ['float', 'a'=>'array'],
11544
11544
'stats_cdf_beta' => ['float', 'par1'=>'float', 'par2'=>'float', 'par3'=>'float', 'which'=>'int'],
0 commit comments