|
57 | 57 |
|
58 | 58 | return [ |
59 | 59 | '_' => ['string', 'message'=>'string'], |
60 | | -'__halt_compiler' => ['void'], |
61 | 60 | 'abs' => ['0|positive-int', 'number'=>'int'], |
62 | 61 | 'abs\'1' => ['float', 'number'=>'float'], |
63 | 62 | 'abs\'2' => ['float|0|positive-int', 'number'=>'string'], |
|
2293 | 2292 | 'eio_unlink' => ['resource', 'path'=>'string', 'pri='=>'int', 'callback='=>'callable', 'data='=>'mixed'], |
2294 | 2293 | 'eio_utime' => ['resource', 'path'=>'string', 'atime'=>'float', 'mtime'=>'float', 'pri='=>'int', 'callback='=>'callable', 'data='=>'mixed'], |
2295 | 2294 | 'eio_write' => ['resource', 'fd'=>'mixed', 'str'=>'string', 'length='=>'int', 'offset='=>'int', 'pri='=>'int', 'callback='=>'callable', 'data='=>'mixed'], |
2296 | | -'empty' => ['bool', 'var'=>'mixed'], |
2297 | 2295 | 'EmptyIterator::current' => ['mixed'], |
2298 | 2296 | 'EmptyIterator::key' => ['mixed'], |
2299 | 2297 | 'EmptyIterator::next' => ['void'], |
|
2369 | 2367 | 'Ev::suspend' => ['void'], |
2370 | 2368 | 'Ev::time' => ['float'], |
2371 | 2369 | 'Ev::verify' => ['void'], |
2372 | | -'eval' => ['mixed', 'code_str'=>'string'], |
2373 | 2370 | 'EvCheck::__construct' => ['void', 'callback'=>'callable', 'data='=>'mixed', 'priority='=>'int'], |
2374 | 2371 | 'EvCheck::createStopped' => ['object', 'callback'=>'string', 'data='=>'string', 'priority='=>'string'], |
2375 | 2372 | 'EvChild::__construct' => ['void', 'pid'=>'int', 'trace'=>'bool', 'callback'=>'callable', 'data='=>'mixed', 'priority='=>'int'], |
|
2635 | 2632 | 'exif_read_data' => ['array|false', 'filename'=>'string|resource', 'sections_needed='=>'string', 'sub_arrays='=>'bool', 'read_thumbnail='=>'bool'], |
2636 | 2633 | 'exif_tagname' => ['string|false', 'index'=>'int'], |
2637 | 2634 | 'exif_thumbnail' => ['string|false', 'filename'=>'string', '&w_width='=>'int', '&w_height='=>'int', '&w_imagetype='=>'int'], |
2638 | | -'exit' => ['', 'status'=>'string|int<0,254>'], |
2639 | 2635 | 'exp' => ['float', 'number'=>'float'], |
2640 | 2636 | 'expect_expectl' => ['int', 'expect'=>'resource', 'cases'=>'array', 'match='=>'array'], |
2641 | 2637 | 'expect_popen' => ['resource|false', 'command'=>'string'], |
|
5657 | 5653 | 'is_uploaded_file' => ['bool', 'path'=>'string'], |
5658 | 5654 | 'is_writable' => ['bool', 'filename'=>'string'], |
5659 | 5655 | 'is_writeable' => ['bool', 'filename'=>'string'], |
5660 | | -'isset' => ['bool', 'var'=>'mixed', '...rest='=>'mixed'], |
5661 | 5656 | 'Iterator::current' => ['mixed'], |
5662 | 5657 | 'Iterator::key' => ['mixed'], |
5663 | 5658 | 'Iterator::next' => ['void'], |
|
8842 | 8837 | 'preg_replace_callback_array' => ['string|array|null', 'pattern'=>'array<string,callable>', 'subject'=>'string|array', 'limit='=>'int', '&w_count='=>'int'], |
8843 | 8838 | 'preg_split' => ['array<int, string>|false', 'pattern'=>'string', 'subject'=>'string', 'limit='=>'?int', 'flags='=>'int'], |
8844 | 8839 | 'prev' => ['mixed', '&rw_array_arg'=>'array|object'], |
8845 | | -'print' => ['int', 'arg'=>'string'], |
8846 | 8840 | 'print_r' => ['string|true', 'var'=>'mixed', 'return='=>'bool'], |
8847 | 8841 | 'printf' => ['int', 'format'=>'string', '...values='=>'string|int|float'], |
8848 | 8842 | 'proc_close' => ['int', 'process'=>'resource'], |
|
12643 | 12637 | 'unpack' => ['array|false', 'format'=>'string', 'data'=>'string', 'offset='=>'int'], |
12644 | 12638 | 'unregister_tick_function' => ['void', 'function_name'=>'callable'], |
12645 | 12639 | 'unserialize' => ['mixed', 'variable_representation'=>'string', 'allowed_classes='=>'array{allowed_classes?:string[]|bool}'], |
12646 | | -'unset' => ['void', 'var='=>'mixed', '...args='=>'mixed'], |
12647 | 12640 | 'untaint' => ['bool', '&rw_string'=>'string', '&...rw_strings='=>'string'], |
12648 | 12641 | 'uopz_add_function' => ['bool', 'class'=>'string', 'function'=>'string', 'handler'=>'Closure', '$flags'=>'bool', '$all'=>'bool'], |
12649 | 12642 | 'uopz_add_function\1' => ['bool', 'function'=>'string', 'handler'=>'Closure', '$flags'=>'bool'], |
|
0 commit comments