mirror of
https://github.com/danog/psalm.git
synced 2024-11-27 04:45:20 +01:00
Add more impure functions
This commit is contained in:
parent
6a8ad1876f
commit
f6135bcefc
@ -303,7 +303,7 @@ class Functions
|
|||||||
'fopen', 'fread', 'fwrite', 'fclose', 'touch', 'fpassthru', 'fputs', 'fscanf', 'fseek',
|
'fopen', 'fread', 'fwrite', 'fclose', 'touch', 'fpassthru', 'fputs', 'fscanf', 'fseek',
|
||||||
'ftruncate', 'fprintf', 'symlink', 'mkdir', 'unlink', 'rename', 'rmdir', 'popen', 'pclose',
|
'ftruncate', 'fprintf', 'symlink', 'mkdir', 'unlink', 'rename', 'rmdir', 'popen', 'pclose',
|
||||||
'fgetcsv', 'fputcsv', 'umask', 'finfo_close', 'readline_add_history', 'stream_set_timeout',
|
'fgetcsv', 'fputcsv', 'umask', 'finfo_close', 'readline_add_history', 'stream_set_timeout',
|
||||||
'fgets', 'fflush', 'move_uploaded_file',
|
'fgets', 'fflush', 'move_uploaded_file', 'file_exists', 'realpath',
|
||||||
|
|
||||||
// stream/socket io
|
// stream/socket io
|
||||||
'stream_context_set_option', 'socket_write', 'stream_set_blocking', 'socket_close',
|
'stream_context_set_option', 'socket_write', 'stream_set_blocking', 'socket_close',
|
||||||
|
Loading…
Reference in New Issue
Block a user