|
1796 | 1796 | 'debugger_print' => [''],
|
1797 | 1797 | 'debugger_start_debug' => [''],
|
1798 | 1798 | 'decbin' => ['string', 'decimal_number'=>'int'],
|
1799 |
| -'dechex' => ['string', 'decimal_number'=>'int'], |
| 1799 | +'dechex' => ['string', 'num'=>'int'], |
1800 | 1800 | 'decoct' => ['string', 'decimal_number'=>'int'],
|
1801 | 1801 | 'define' => ['bool', 'constant_name'=>'string', 'value'=>'mixed', 'case_insensitive='=>'bool'],
|
1802 | 1802 | 'define_syslog_variables' => ['void'],
|
|
3003 | 3003 | 'forward_static_call_array' => ['mixed', 'function'=>'callable', 'parameters'=>'array<int,mixed>'],
|
3004 | 3004 | 'fpassthru' => ['int|false', 'fp'=>'resource'],
|
3005 | 3005 | 'fpm_get_status' => ['array|false'],
|
3006 |
| -'fprintf' => ['int', 'stream'=>'resource', 'format'=>'string', '...args='=>'string|int|float'], |
| 3006 | +'fprintf' => ['int', 'stream'=>'resource', 'format'=>'string', '...values='=>'string|int|float'], |
3007 | 3007 | 'fputcsv' => ['int|false', 'fp'=>'resource', 'fields'=>'array', 'delimiter='=>'string', 'enclosure='=>'string', 'escape_char='=>'string'],
|
3008 | 3008 | 'fputs' => ['int|false', 'fp'=>'resource', 'str'=>'string', 'length='=>'int'],
|
3009 | 3009 | 'fread' => ['string|false', 'fp'=>'resource', 'length'=>'int'],
|
|
8845 | 8845 | 'prev' => ['mixed', '&rw_array_arg'=>'array'],
|
8846 | 8846 | 'print' => ['int', 'arg'=>'string'],
|
8847 | 8847 | 'print_r' => ['string|true', 'var'=>'mixed', 'return='=>'bool'],
|
8848 |
| -'printf' => ['int', 'format'=>'string', '...args='=>'string|int|float'], |
| 8848 | +'printf' => ['int', 'format'=>'string', '...values='=>'string|int|float'], |
8849 | 8849 | 'proc_close' => ['int', 'process'=>'resource'],
|
8850 | 8850 | 'proc_get_status' => ['array{command: string, pid: int, running: bool, signaled: bool, stopped: bool, exitcode: int, termsig: int, stopsig: int}|false', 'process'=>'resource'],
|
8851 | 8851 | 'proc_nice' => ['bool', 'priority'=>'int'],
|
|
9875 | 9875 | 'register_tick_function' => ['bool', 'function'=>'callable(): void', '...args='=>'mixed'],
|
9876 | 9876 | 'rename' => ['bool', 'old_name'=>'string', 'new_name'=>'string', 'context='=>'resource'],
|
9877 | 9877 | 'rename_function' => ['bool', 'original_name'=>'string', 'new_name'=>'string'],
|
9878 |
| -'reset' => ['mixed', '&rw_array_arg'=>'array'], |
| 9878 | +'reset' => ['mixed', '&rw_array'=>'array'], |
9879 | 9879 | 'ResourceBundle::__construct' => ['void', 'locale'=>'string', 'bundlename'=>'string', 'fallback='=>'bool'],
|
9880 | 9880 | 'ResourceBundle::count' => ['int'],
|
9881 | 9881 | 'ResourceBundle::create' => ['?ResourceBundle', 'locale'=>'string', 'bundlename'=>'string', 'fallback='=>'bool'],
|
|
10141 | 10141 | 'SessionUpdateTimestampHandler::validateId' => ['char', 'id'=>'string'],
|
10142 | 10142 | 'SessionUpdateTimestampHandlerInterface::updateTimestamp' => ['bool', 'key'=>'string', 'val'=>'string'],
|
10143 | 10143 | 'SessionUpdateTimestampHandlerInterface::validateId' => ['bool', 'key'=>'string'],
|
10144 |
| -'set_error_handler' => ['?callable', 'error_handler'=>'null|callable(int,string,string,int,array):bool|callable(int,string,string,int):bool|callable(int,string,string):bool|callable(int,string):bool', 'error_types='=>'int'], |
| 10144 | +'set_error_handler' => ['?callable', 'callback'=>'null|callable(int,string,string,int,array):bool|callable(int,string,string,int):bool|callable(int,string,string):bool|callable(int,string):bool', 'error_types='=>'int'], |
10145 | 10145 | 'set_exception_handler' => ['null|callable(Throwable):void', 'exception_handler'=>'null|callable(Throwable):void'],
|
10146 | 10146 | 'set_file_buffer' => ['int', 'fp'=>'resource', 'buffer'=>'int'],
|
10147 | 10147 | 'set_include_path' => ['string', 'new_include_path'=>'string'],
|
|
10232 | 10232 | 'SimpleXMLElement::addChild' => ['SimpleXMLElement', 'name'=>'string', 'value='=>'string', 'ns='=>'string'],
|
10233 | 10233 | 'SimpleXMLElement::asXML' => ['string|bool', 'filename='=>'string'],
|
10234 | 10234 | 'SimpleXMLElement::attributes' => ['SimpleXMLElement|null', 'ns='=>'string', 'is_prefix='=>'bool'],
|
10235 |
| -'SimpleXMLElement::children' => ['SimpleXMLElement', 'ns='=>'string|null', 'is_prefix='=>'bool'], |
| 10235 | +'SimpleXMLElement::children' => ['SimpleXMLElement', 'namespaceOrPrefix='=>'string|null', 'is_prefix='=>'bool'], |
10236 | 10236 | 'SimpleXMLElement::count' => ['int'],
|
10237 | 10237 | 'SimpleXMLElement::getDocNamespaces' => ['string[]', 'recursive='=>'bool', 'from_root='=>'bool'],
|
10238 | 10238 | 'SimpleXMLElement::getName' => ['string'],
|
|
10298 | 10298 | 'SoapClient::__setSoapHeaders' => ['bool', 'soapheaders='=>''],
|
10299 | 10299 | 'SoapClient::__soapCall' => ['', 'function_name'=>'string', 'arguments'=>'array', 'options='=>'array', 'input_headers='=>'SoapHeader|array', '&w_output_headers='=>'array'],
|
10300 | 10300 | 'SoapClient::SoapClient' => ['object', 'wsdl'=>'mixed', 'options='=>'array|null'],
|
10301 |
| -'SoapFault::__construct' => ['void', 'faultcode'=>'string', 'faultstring'=>'string', 'faultactor='=>'string', 'detail='=>'string', 'faultname='=>'string', 'headerfault='=>'string'], |
| 10301 | +'SoapFault::__construct' => ['void', 'faultcode'=>'string', 'string'=>'string', 'faultactor='=>'string', 'detail='=>'string', 'faultname='=>'string', 'headerfault='=>'string'], |
10302 | 10302 | 'SoapFault::__toString' => ['string'],
|
10303 |
| -'SoapFault::SoapFault' => ['object', 'faultcode'=>'string', 'faultstring'=>'string', 'faultactor='=>'string', 'detail='=>'string', 'faultname='=>'string', 'headerfault='=>'string'], |
| 10303 | +'SoapFault::SoapFault' => ['object', 'faultcode'=>'string', 'string'=>'string', 'faultactor='=>'string', 'detail='=>'string', 'faultname='=>'string', 'headerfault='=>'string'], |
10304 | 10304 | 'SoapHeader::__construct' => ['void', 'namespace'=>'string', 'name'=>'string', 'data='=>'mixed', 'mustunderstand='=>'bool', 'actor='=>'string'],
|
10305 | 10305 | 'SoapHeader::SoapHeader' => ['object', 'namespace'=>'string', 'name'=>'string', 'data='=>'mixed', 'mustunderstand='=>'bool', 'actor='=>'string'],
|
10306 | 10306 | 'SoapParam::__construct' => ['void', 'data'=>'mixed', 'name'=>'string'],
|
|
11400 | 11400 | 'Spoofchecker::setAllowedLocales' => ['void', 'locale_list'=>'string'],
|
11401 | 11401 | 'Spoofchecker::setChecks' => ['void', 'checks'=>'long'],
|
11402 | 11402 | 'Spoofchecker::setRestrictionLevel' => ['void', 'restriction_level'=>'int'],
|
11403 |
| -'sprintf' => ['string', 'format'=>'string', '...args='=>'string|int|float|bool'], |
| 11403 | +'sprintf' => ['string', 'format'=>'string', '...values='=>'string|int|float|bool'], |
11404 | 11404 | 'sql_regcase' => ['string', 'string'=>'string'],
|
11405 | 11405 | 'SQLite3::__construct' => ['void', 'filename'=>'string', 'flags='=>'int', 'encryption_key='=>'string|null'],
|
11406 | 11406 | 'SQLite3::busyTimeout' => ['bool', 'msecs'=>'int'],
|
|
0 commit comments