|
7889 | 7889 | 'odbc_binmode' => ['bool', 'result_id'=>'int', 'mode'=>'int'],
|
7890 | 7890 | 'odbc_close' => ['void', 'connection_id'=>'resource'],
|
7891 | 7891 | 'odbc_close_all' => ['void'],
|
7892 |
| -'odbc_columnprivileges' => ['resource', 'connection_id'=>'resource', 'catalog'=>'string', 'schema'=>'string', 'table'=>'string', 'column'=>'string'], |
7893 |
| -'odbc_columns' => ['resource', 'connection_id'=>'resource', 'qualifier='=>'string', 'owner='=>'string', 'table_name='=>'string', 'column_name='=>'string'], |
| 7892 | +'odbc_columnprivileges' => ['resource|false', 'connection_id'=>'resource', 'catalog'=>'string', 'schema'=>'string', 'table'=>'string', 'column'=>'string'], |
| 7893 | +'odbc_columns' => ['resource|false', 'connection_id'=>'resource', 'qualifier='=>'string', 'owner='=>'string', 'table_name='=>'string', 'column_name='=>'string'], |
7894 | 7894 | 'odbc_commit' => ['bool', 'connection_id'=>'resource'],
|
7895 | 7895 | 'odbc_connect' => ['resource|false', 'dsn'=>'string', 'user'=>'string', 'password'=>'string', 'cursor_option='=>'int'],
|
7896 | 7896 | 'odbc_cursor' => ['string|false', 'result_id'=>'resource'],
|
7897 | 7897 | 'odbc_data_source' => ['array|false', 'connection_id'=>'resource', 'fetch_type'=>'int'],
|
7898 |
| -'odbc_do' => ['resource', 'connection_id'=>'resource', 'query'=>'string', 'flags='=>'int'], |
| 7898 | +'odbc_do' => ['resource|false', 'connection_id'=>'resource', 'query'=>'string', 'flags='=>'int'], |
7899 | 7899 | 'odbc_error' => ['string', 'connection_id='=>'resource'],
|
7900 | 7900 | 'odbc_errormsg' => ['string', 'connection_id='=>'resource'],
|
7901 | 7901 | 'odbc_exec' => ['resource|false', 'connection_id'=>'resource', 'query'=>'string', 'flags='=>'int'],
|
|
7910 | 7910 | 'odbc_field_precision' => ['int|false', 'result_id'=>'resource', 'field_number'=>'int'],
|
7911 | 7911 | 'odbc_field_scale' => ['int|false', 'result_id'=>'resource', 'field_number'=>'int'],
|
7912 | 7912 | 'odbc_field_type' => ['string|false', 'result_id'=>'resource', 'field_number'=>'int'],
|
7913 |
| -'odbc_foreignkeys' => ['resource', 'connection_id'=>'resource', 'pk_qualifier'=>'string', 'pk_owner'=>'string', 'pk_table'=>'string', 'fk_qualifier'=>'string', 'fk_owner'=>'string', 'fk_table'=>'string'], |
| 7913 | +'odbc_foreignkeys' => ['resource|false', 'connection_id'=>'resource', 'pk_qualifier'=>'string', 'pk_owner'=>'string', 'pk_table'=>'string', 'fk_qualifier'=>'string', 'fk_owner'=>'string', 'fk_table'=>'string'], |
7914 | 7914 | 'odbc_free_result' => ['bool', 'result_id'=>'resource'],
|
7915 |
| -'odbc_gettypeinfo' => ['resource', 'connection_id'=>'resource', 'data_type='=>'int'], |
| 7915 | +'odbc_gettypeinfo' => ['resource|false', 'connection_id'=>'resource', 'data_type='=>'int'], |
7916 | 7916 | 'odbc_longreadlen' => ['bool', 'result_id'=>'resource', 'length'=>'int'],
|
7917 | 7917 | 'odbc_next_result' => ['bool', 'result_id'=>'resource'],
|
7918 | 7918 | 'odbc_num_fields' => ['int', 'result_id'=>'resource'],
|
7919 | 7919 | 'odbc_num_rows' => ['int', 'result_id'=>'resource'],
|
7920 |
| -'odbc_pconnect' => ['resource', 'dsn'=>'string', 'user'=>'string', 'password'=>'string', 'cursor_option='=>'int'], |
| 7920 | +'odbc_pconnect' => ['resource|false', 'dsn'=>'string', 'user'=>'string', 'password'=>'string', 'cursor_option='=>'int'], |
7921 | 7921 | 'odbc_prepare' => ['resource|false', 'connection_id'=>'resource', 'query'=>'string'],
|
7922 |
| -'odbc_primarykeys' => ['resource', 'connection_id'=>'resource', 'qualifier'=>'string', 'owner'=>'string', 'table'=>'string'], |
7923 |
| -'odbc_procedurecolumns' => ['resource', 'connection_id'=>'', 'qualifier'=>'string', 'owner'=>'string', 'proc'=>'string', 'column'=>'string'], |
7924 |
| -'odbc_procedures' => ['resource', 'connection_id'=>'', 'qualifier'=>'string', 'owner'=>'string', 'name'=>'string'], |
| 7922 | +'odbc_primarykeys' => ['resource|false', 'connection_id'=>'resource', 'qualifier'=>'string', 'owner'=>'string', 'table'=>'string'], |
| 7923 | +'odbc_procedurecolumns' => ['resource|false', 'connection_id'=>'', 'qualifier'=>'string', 'owner'=>'string', 'proc'=>'string', 'column'=>'string'], |
| 7924 | +'odbc_procedures' => ['resource|false', 'connection_id'=>'', 'qualifier'=>'string', 'owner'=>'string', 'name'=>'string'], |
7925 | 7925 | 'odbc_result' => ['mixed', 'result_id'=>'resource', 'field'=>'mixed'],
|
7926 | 7926 | 'odbc_result_all' => ['int|false', 'result_id'=>'resource', 'format='=>'string'],
|
7927 | 7927 | 'odbc_rollback' => ['bool', 'connection_id'=>'resource'],
|
7928 | 7928 | 'odbc_setoption' => ['bool', 'result_id'=>'resource', 'which'=>'int', 'option'=>'int', 'value'=>'int'],
|
7929 |
| -'odbc_specialcolumns' => ['resource', 'connection_id'=>'resource', 'type'=>'int', 'qualifier'=>'string', 'owner'=>'string', 'table'=>'string', 'scope'=>'int', 'nullable'=>'int'], |
7930 |
| -'odbc_statistics' => ['resource', 'connection_id'=>'resource', 'qualifier'=>'string', 'owner'=>'string', 'name'=>'string', 'unique'=>'int', 'accuracy'=>'int'], |
7931 |
| -'odbc_tableprivileges' => ['resource', 'connection_id'=>'resource', 'qualifier'=>'string', 'owner'=>'string', 'name'=>'string'], |
7932 |
| -'odbc_tables' => ['resource', 'connection_id'=>'resource', 'qualifier='=>'string', 'owner='=>'string', 'name='=>'string', 'table_types='=>'string'], |
| 7929 | +'odbc_specialcolumns' => ['resource|false', 'connection_id'=>'resource', 'type'=>'int', 'qualifier'=>'string', 'owner'=>'string', 'table'=>'string', 'scope'=>'int', 'nullable'=>'int'], |
| 7930 | +'odbc_statistics' => ['resource|false', 'connection_id'=>'resource', 'qualifier'=>'string', 'owner'=>'string', 'name'=>'string', 'unique'=>'int', 'accuracy'=>'int'], |
| 7931 | +'odbc_tableprivileges' => ['resource|false', 'connection_id'=>'resource', 'qualifier'=>'string', 'owner'=>'string', 'name'=>'string'], |
| 7932 | +'odbc_tables' => ['resource|false', 'connection_id'=>'resource', 'qualifier='=>'string', 'owner='=>'string', 'name='=>'string', 'table_types='=>'string'], |
7933 | 7933 | 'opcache_compile_file' => ['bool', 'file'=>'string'],
|
7934 | 7934 | 'opcache_get_configuration' => ['array|false'],
|
7935 | 7935 | 'opcache_get_status' => ['array|false', 'get_scripts='=>'bool'],
|
|
0 commit comments