|
6403 | 6403 | 'mcrypt_module_open' => ['resource|false', 'cipher'=>'string', 'cipher_directory'=>'string', 'mode'=>'string', 'mode_directory'=>'string'], |
6404 | 6404 | 'mcrypt_module_self_test' => ['bool', 'algorithm'=>'string', 'lib_dir='=>'string'], |
6405 | 6405 | 'mcrypt_ofb' => ['string', 'cipher'=>'string', 'key'=>'string', 'data'=>'string', 'mode'=>'int', 'iv='=>'string'], |
6406 | | -'md5' => ['non-falsy-string', 'str'=>'string', 'raw_output='=>'bool'], |
6407 | | -'md5_file' => ['non-falsy-string|false', 'filename'=>'string', 'raw_output='=>'bool'], |
| 6406 | +'md5' => ['non-falsy-string&lowercase-string', 'str'=>'string', 'raw_output='=>'bool'], |
| 6407 | +'md5_file' => ['(non-falsy-string&lowercase-string)|false', 'filename'=>'string', 'raw_output='=>'bool'], |
6408 | 6408 | 'mdecrypt_generic' => ['string', 'td'=>'resource', 'data'=>'string'], |
6409 | 6409 | 'Memcache::add' => ['bool', 'key'=>'string', 'var'=>'mixed', 'flag='=>'int', 'expire='=>'int'], |
6410 | 6410 | 'Memcache::addServer' => ['bool', 'host'=>'string', 'port='=>'int', 'persistent='=>'bool', 'weight='=>'int', 'timeout='=>'int', 'retry_interval='=>'int', 'status='=>'bool', 'failure_callback='=>'callable', 'timeoutms='=>'int'], |
|
10446 | 10446 | 'setRightFill' => ['void', 'red'=>'int', 'green'=>'int', 'blue'=>'int', 'a='=>'int'], |
10447 | 10447 | 'setthreadtitle' => ['bool', 'title'=>'string'], |
10448 | 10448 | 'settype' => ['bool', '&rw_var'=>'mixed', 'type'=>'string'], |
10449 | | -'sha1' => ['non-falsy-string', 'str'=>'string', 'raw_output='=>'bool'], |
10450 | | -'sha1_file' => ['non-falsy-string|false', 'filename'=>'string', 'raw_output='=>'bool'], |
| 10449 | +'sha1' => ['non-falsy-string&lowercase-string', 'str'=>'string', 'raw_output='=>'bool'], |
| 10450 | +'sha1_file' => ['(non-falsy-string&lowercase-string)|false', 'filename'=>'string', 'raw_output='=>'bool'], |
10451 | 10451 | 'sha256' => ['string', 'str'=>'string', 'raw_output='=>'bool'], |
10452 | 10452 | 'sha256_file' => ['string', 'filename'=>'string', 'raw_output='=>'bool'], |
10453 | 10453 | 'shapefileObj::__construct' => ['void', 'filename'=>'string', 'type'=>'int'], |
|
0 commit comments