3919
3919
'hash_init' => ['HashContext', 'algo'=>'string', 'options='=>'int', 'key='=>'string'],
3920
3920
'hash_pbkdf2' => ['string', 'algo'=>'string', 'password'=>'string', 'salt'=>'string', 'iterations'=>'int', 'length='=>'int', 'raw_output='=>'bool'],
3921
3921
'hash_update' => ['bool', 'context'=>'HashContext', 'data'=>'string'],
3922
- 'hash_update_file' => ['bool', 'context= '=>'HashContext', 'filename'=>'string', 'scontext='=>'?HashContext'],
3922
+ 'hash_update_file' => ['bool', 'context'=>'HashContext', 'filename'=>'string', 'scontext='=>'?HashContext'],
3923
3923
'hash_update_stream' => ['int', 'context'=>'HashContext', 'handle'=>'resource', 'length='=>'int'],
3924
3924
'hashTableObj::clear' => ['void'],
3925
3925
'hashTableObj::get' => ['string', 'key'=>'string'],
5850
5850
'ldap_add' => ['bool', 'link_identifier'=>'resource', 'dn'=>'string', 'entry'=>'array', 'servercontrols='=>'array'],
5851
5851
'ldap_add_ext' => ['resource|false', 'link_identifier'=>'resource', 'dn'=>'string', 'entry'=>'array', 'servercontrols='=>'array'],
5852
5852
'ldap_bind' => ['bool', 'link_identifier'=>'resource', 'bind_rdn='=>'string|null', 'bind_password='=>'string|null', 'serverctrls=' => 'array'],
5853
- 'ldap_bind_ext' => ['resource|false', 'link_identifier'=>'resource', 'bind_rdn='=>'string|null', 'bind_password='=>'string|null', 'serverctrls' => 'array'],
5853
+ 'ldap_bind_ext' => ['resource|false', 'link_identifier'=>'resource', 'bind_rdn='=>'string|null', 'bind_password='=>'string|null', 'serverctrls= ' => 'array'],
5854
5854
'ldap_close' => ['bool', 'link_identifier'=>'resource'],
5855
5855
'ldap_compare' => ['bool', 'link_identifier'=>'resource', 'dn'=>'string', 'attr'=>'string', 'value'=>'string'],
5856
5856
'ldap_connect' => ['resource|false', 'host='=>'string', 'port='=>'int', 'wallet='=>'string', 'wallet_passwd='=>'string', 'authmode='=>'int'],
11861
11861
'svn_ls' => ['array', 'repos_url'=>'string', 'revision_no='=>'int', 'recurse='=>'bool', 'peg='=>'bool'],
11862
11862
'svn_mkdir' => ['bool', 'path'=>'string', 'log_message='=>'string'],
11863
11863
'svn_move' => ['mixed', 'src_path'=>'string', 'dst_path'=>'string', 'force='=>'bool|false'],
11864
- 'svn_propget' => ['mixed', 'path'=>'string', 'property_name'=>'string', 'recurse='=>'bool|false', 'revision'=>'int'],
11865
- 'svn_proplist' => ['mixed', 'path'=>'string', 'recurse='=>'bool|false', 'revision'=>'int'],
11864
+ 'svn_propget' => ['mixed', 'path'=>'string', 'property_name'=>'string', 'recurse='=>'bool|false', 'revision= '=>'int'],
11865
+ 'svn_proplist' => ['mixed', 'path'=>'string', 'recurse='=>'bool|false', 'revision= '=>'int'],
11866
11866
'svn_repos_create' => ['resource', 'path'=>'string', 'config='=>'array', 'fsconfig='=>'array'],
11867
11867
'svn_repos_fs' => ['resource', 'repos'=>'resource'],
11868
11868
'svn_repos_fs_begin_txn_for_commit' => ['resource', 'repos'=>'resource', 'rev'=>'int', 'author'=>'string', 'log_msg'=>'string'],
12657
12657
'uopz_function\'1' => ['void', 'function'=>'string', 'handler'=>'Closure', 'modifiers='=>'int'],
12658
12658
'uopz_get_exit_status' => ['mixed'],
12659
12659
'uopz_get_mock' => ['mixed', 'class'=>'string'],
12660
- 'uopz_get_return' => ['mixed', 'class='=>'string', 'function'=>'string'],
12660
+ 'uopz_get_return' => ['mixed', 'class='=>'string', 'function= '=>'string'],
12661
12661
'uopz_implement' => ['void', 'class'=>'string', 'interface'=>'string'],
12662
12662
'uopz_overload' => ['void', 'opcode'=>'int', 'callable'=>'Callable'],
12663
12663
'uopz_redefine' => ['void', 'class'=>'string', 'constant'=>'string', 'value'=>'mixed'],
@@ -12667,12 +12667,12 @@
12667
12667
'uopz_restore' => ['void', 'class'=>'string', 'function'=>'string'],
12668
12668
'uopz_restore\'1' => ['void', 'function'=>'string'],
12669
12669
'uopz_set_mock' => ['void', 'class'=>'string', 'mock'=>'object|string'],
12670
- 'uopz_set_return' => ['bool', 'class= '=>'string', 'function'=>'string', 'value'=>'mixed', 'execute='=>'bool'],
12670
+ 'uopz_set_return' => ['bool', 'class'=>'string', 'function'=>'string', 'value'=>'mixed', 'execute='=>'bool'],
12671
12671
'uopz_set_return\'1' => ['bool', 'function'=>'string', 'value'=>'mixed', 'execute='=>'bool'],
12672
12672
'uopz_undefine' => ['void', 'class'=>'string', 'constant'=>'string'],
12673
12673
'uopz_undefine\'1' => ['void', 'constant'=>'string'],
12674
12674
'uopz_unset_mock' => ['void', 'class'=>'string'],
12675
- 'uopz_unset_return' => ['bool', 'class='=>'string', 'function'=>'string'],
12675
+ 'uopz_unset_return' => ['bool', 'class='=>'string', 'function= '=>'string'],
12676
12676
'uopz_unset_return\'1' => ['bool', 'function'=>'string'],
12677
12677
'urldecode' => ['string', 'str'=>'string'],
12678
12678
'urlencode' => ['string', 'str'=>'string'],
0 commit comments