Skip to content

Commit 08f3e2d

Browse files
committed
functionMap - removed functions that are reserved keywords and separate AST nodes
1 parent 6573959 commit 08f3e2d

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

resources/functionMap.php

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@
5757

5858
return [
5959
'_' => ['string', 'message'=>'string'],
60-
'__halt_compiler' => ['void'],
6160
'abs' => ['0|positive-int', 'number'=>'int'],
6261
'abs\'1' => ['float', 'number'=>'float'],
6362
'abs\'2' => ['float|0|positive-int', 'number'=>'string'],
@@ -2293,7 +2292,6 @@
22932292
'eio_unlink' => ['resource', 'path'=>'string', 'pri='=>'int', 'callback='=>'callable', 'data='=>'mixed'],
22942293
'eio_utime' => ['resource', 'path'=>'string', 'atime'=>'float', 'mtime'=>'float', 'pri='=>'int', 'callback='=>'callable', 'data='=>'mixed'],
22952294
'eio_write' => ['resource', 'fd'=>'mixed', 'str'=>'string', 'length='=>'int', 'offset='=>'int', 'pri='=>'int', 'callback='=>'callable', 'data='=>'mixed'],
2296-
'empty' => ['bool', 'var'=>'mixed'],
22972295
'EmptyIterator::current' => ['mixed'],
22982296
'EmptyIterator::key' => ['mixed'],
22992297
'EmptyIterator::next' => ['void'],
@@ -2369,7 +2367,6 @@
23692367
'Ev::suspend' => ['void'],
23702368
'Ev::time' => ['float'],
23712369
'Ev::verify' => ['void'],
2372-
'eval' => ['mixed', 'code_str'=>'string'],
23732370
'EvCheck::__construct' => ['void', 'callback'=>'callable', 'data='=>'mixed', 'priority='=>'int'],
23742371
'EvCheck::createStopped' => ['object', 'callback'=>'string', 'data='=>'string', 'priority='=>'string'],
23752372
'EvChild::__construct' => ['void', 'pid'=>'int', 'trace'=>'bool', 'callback'=>'callable', 'data='=>'mixed', 'priority='=>'int'],
@@ -2635,7 +2632,6 @@
26352632
'exif_read_data' => ['array|false', 'filename'=>'string|resource', 'sections_needed='=>'string', 'sub_arrays='=>'bool', 'read_thumbnail='=>'bool'],
26362633
'exif_tagname' => ['string|false', 'index'=>'int'],
26372634
'exif_thumbnail' => ['string|false', 'filename'=>'string', '&w_width='=>'int', '&w_height='=>'int', '&w_imagetype='=>'int'],
2638-
'exit' => ['', 'status'=>'string|int<0,254>'],
26392635
'exp' => ['float', 'number'=>'float'],
26402636
'expect_expectl' => ['int', 'expect'=>'resource', 'cases'=>'array', 'match='=>'array'],
26412637
'expect_popen' => ['resource|false', 'command'=>'string'],
@@ -5657,7 +5653,6 @@
56575653
'is_uploaded_file' => ['bool', 'path'=>'string'],
56585654
'is_writable' => ['bool', 'filename'=>'string'],
56595655
'is_writeable' => ['bool', 'filename'=>'string'],
5660-
'isset' => ['bool', 'var'=>'mixed', '...rest='=>'mixed'],
56615656
'Iterator::current' => ['mixed'],
56625657
'Iterator::key' => ['mixed'],
56635658
'Iterator::next' => ['void'],
@@ -8842,7 +8837,6 @@
88428837
'preg_replace_callback_array' => ['string|array|null', 'pattern'=>'array<string,callable>', 'subject'=>'string|array', 'limit='=>'int', '&w_count='=>'int'],
88438838
'preg_split' => ['array<int, string>|false', 'pattern'=>'string', 'subject'=>'string', 'limit='=>'?int', 'flags='=>'int'],
88448839
'prev' => ['mixed', '&rw_array_arg'=>'array|object'],
8845-
'print' => ['int', 'arg'=>'string'],
88468840
'print_r' => ['string|true', 'var'=>'mixed', 'return='=>'bool'],
88478841
'printf' => ['int', 'format'=>'string', '...values='=>'string|int|float'],
88488842
'proc_close' => ['int', 'process'=>'resource'],
@@ -12643,7 +12637,6 @@
1264312637
'unpack' => ['array|false', 'format'=>'string', 'data'=>'string', 'offset='=>'int'],
1264412638
'unregister_tick_function' => ['void', 'function_name'=>'callable'],
1264512639
'unserialize' => ['mixed', 'variable_representation'=>'string', 'allowed_classes='=>'array{allowed_classes?:string[]|bool}'],
12646-
'unset' => ['void', 'var='=>'mixed', '...args='=>'mixed'],
1264712640
'untaint' => ['bool', '&rw_string'=>'string', '&...rw_strings='=>'string'],
1264812641
'uopz_add_function' => ['bool', 'class'=>'string', 'function'=>'string', 'handler'=>'Closure', '$flags'=>'bool', '$all'=>'bool'],
1264912642
'uopz_add_function\1' => ['bool', 'function'=>'string', 'handler'=>'Closure', '$flags'=>'bool'],

0 commit comments

Comments
 (0)