|
4565 | 4565 | 'imagecopyresampled' => ['bool', 'dst_im'=>'resource', 'src_im'=>'resource', 'dst_x'=>'int', 'dst_y'=>'int', 'src_x'=>'int', 'src_y'=>'int', 'dst_w'=>'int', 'dst_h'=>'int', 'src_w'=>'int', 'src_h'=>'int'], |
4566 | 4566 | 'imagecopyresized' => ['bool', 'dst_im'=>'resource', 'src_im'=>'resource', 'dst_x'=>'int', 'dst_y'=>'int', 'src_x'=>'int', 'src_y'=>'int', 'dst_w'=>'int', 'dst_h'=>'int', 'src_w'=>'int', 'src_h'=>'int'], |
4567 | 4567 | 'imagecreate' => ['__benevolent<resource|false>', 'x_size'=>'int<1, max>', 'y_size'=>'int<1, max>'], |
| 4568 | +'imagecreatefromavif' => ['resource|false', 'filename'=>'string'], |
| 4569 | +'imagecreatefromtga' => ['resource|false', 'filename'=>'string'], |
4568 | 4570 | 'imagecreatefrombmp' => ['resource|false', 'filename'=>'string'], |
4569 | 4571 | 'imagecreatefromgd' => ['resource|false', 'filename'=>'string'], |
4570 | 4572 | 'imagecreatefromgd2' => ['resource|false', 'filename'=>'string'], |
|
8274 | 8276 | 'odbc_pconnect' => ['resource', 'dsn'=>'string', 'user'=>'string', 'password'=>'string', 'cursor_option='=>'int'], |
8275 | 8277 | 'odbc_prepare' => ['resource|false', 'connection_id'=>'resource', 'query'=>'string'], |
8276 | 8278 | 'odbc_primarykeys' => ['resource', 'connection_id'=>'resource', 'qualifier'=>'string', 'owner'=>'string', 'table'=>'string'], |
8277 | | -'odbc_procedurecolumns' => ['resource', 'connection_id'=>'', 'qualifier'=>'string', 'owner'=>'string', 'proc'=>'string', 'column'=>'string'], |
8278 | | -'odbc_procedures' => ['resource', 'connection_id'=>'', 'qualifier'=>'string', 'owner'=>'string', 'name'=>'string'], |
| 8279 | +'odbc_procedurecolumns' => ['resource|false', 'odbc'=>'resource', 'catalog'=>'string|null', 'schema'=>'string|null', 'procedure'=>'string|null', 'column'=>'string|null'], |
| 8280 | +'odbc_procedures' => ['resource|false', 'odbc'=>'resource', 'catalog'=>'string|null', 'schema'=>'string|null', 'procedure'=>'string|null'], |
8279 | 8281 | 'odbc_result' => ['mixed', 'result_id'=>'resource', 'field'=>'mixed'], |
8280 | 8282 | 'odbc_result_all' => ['int|false', 'result_id'=>'resource', 'format='=>'string'], |
8281 | 8283 | 'odbc_rollback' => ['bool', 'connection_id'=>'resource'], |
|
8316 | 8318 | 'opendir' => ['resource|false', 'path'=>'string', 'context='=>'resource'], |
8317 | 8319 | 'openlog' => ['bool', 'ident'=>'string', 'option'=>'int', 'facility'=>'int'], |
8318 | 8320 | 'openssl_cipher_iv_length' => ['int|false', 'method'=>'string'], |
| 8321 | +'openssl_cipher_key_length' => ['int|false', 'cipher_algo'=>'string'], |
8319 | 8322 | 'openssl_csr_export' => ['bool', 'csr'=>'string|resource', '&w_out'=>'string', 'notext='=>'bool'], |
8320 | 8323 | 'openssl_csr_export_to_file' => ['bool', 'csr'=>'string|resource', 'outfilename'=>'string', 'notext='=>'bool'], |
8321 | 8324 | 'openssl_csr_get_public_key' => ['resource|false', 'csr'=>'string|resource', 'use_shortnames='=>'bool'], |
|
8797 | 8800 | 'pg_lo_create' => ['int|false', 'connection='=>'resource', 'large_object_oid='=>''], |
8798 | 8801 | 'pg_lo_export' => ['bool', 'connection'=>'resource', 'oid'=>'int', 'filename'=>'string'], |
8799 | 8802 | 'pg_lo_export\'1' => ['bool', 'oid'=>'int', 'pathname'=>'string'], |
8800 | | -'pg_lo_import' => ['int|false', 'connection'=>'resource', 'pathname'=>'string', 'oid'=>''], |
| 8803 | +'pg_lo_import' => ['int', 'connection'=>'resource', 'pathname'=>'string', 'object_id'=>'mixed'], |
8801 | 8804 | 'pg_lo_import\'1' => ['int', 'pathname'=>'string', 'oid'=>''], |
8802 | 8805 | 'pg_lo_open' => ['resource|false', 'connection'=>'resource', 'oid'=>'int', 'mode'=>'string'], |
8803 | 8806 | 'pg_lo_read' => ['string|false', 'large_object'=>'resource', 'len='=>'int'], |
|
10706 | 10709 | 'sodium_bin2base64' => ['string', 'binary'=>'string', 'variant'=>'int'], |
10707 | 10710 | 'sodium_bin2hex' => ['string', 'binary'=>'string'], |
10708 | 10711 | 'sodium_compare' => ['int', 'string_1'=>'string', 'string_2'=>'string'], |
| 10712 | +'sodium_crypto_aead_aegis128l_decrypt' => ['string|false', 'ciphertext'=>'string', 'additional_data'=>'string', 'nonce'=>'string', 'key'=>'string'], |
| 10713 | +'sodium_crypto_aead_aegis256_decrypt' => ['string|false', 'ciphertext'=>'string', 'additional_data'=>'string', 'nonce'=>'string', 'key'=>'string'], |
10709 | 10714 | 'sodium_crypto_aead_aes256gcm_decrypt' => ['string|false', 'confidential_message'=>'string', 'public_message'=>'string', 'nonce'=>'string', 'key'=>'string'], |
10710 | 10715 | 'sodium_crypto_aead_aes256gcm_encrypt' => ['string', 'confidential_message'=>'string', 'public_message'=>'string', 'nonce'=>'string', 'key'=>'string'], |
10711 | 10716 | 'sodium_crypto_aead_aes256gcm_is_available' => ['bool'], |
|
11846 | 11851 | 'ssh2_exec' => ['resource|false', 'session'=>'resource', 'command'=>'string', 'pty='=>'string', 'env='=>'array', 'width='=>'int', 'height='=>'int', 'width_height_type='=>'int'], |
11847 | 11852 | 'ssh2_fetch_stream' => ['resource|false', 'channel'=>'resource', 'streamid'=>'int'], |
11848 | 11853 | 'ssh2_fingerprint' => ['string|false', 'session'=>'resource', 'flags='=>'int'], |
| 11854 | +'ssh2_forward_accept' => ['resource|false', 'listener'=>'resource'], |
| 11855 | +'ssh2_forward_listen' => ['resource|false', 'session'=>'resource', 'port='=>'int', 'host'=>'string', 'connections'=>'int'], |
11849 | 11856 | 'ssh2_methods_negotiated' => ['array|false', 'session'=>'resource'], |
11850 | 11857 | 'ssh2_publickey_add' => ['bool', 'pkey'=>'resource', 'algoname'=>'string', 'blob'=>'string', 'overwrite='=>'bool', 'attributes='=>'array'], |
11851 | 11858 | 'ssh2_publickey_init' => ['resource|false', 'session'=>'resource'], |
|
0 commit comments