mirror of
https://github.com/danog/psalm.git
synced 2025-01-22 22:01:48 +01:00
Add more impure functions
This commit is contained in:
parent
9d6939226e
commit
0c3306b002
@ -303,7 +303,7 @@ class Functions
|
||||
'fopen', 'fread', 'fwrite', 'fclose', 'touch', 'fpassthru', 'fputs', 'fscanf', 'fseek',
|
||||
'ftruncate', 'fprintf', 'symlink', 'mkdir', 'unlink', 'rename', 'rmdir', 'popen', 'pclose',
|
||||
'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_context_set_option', 'socket_write', 'stream_set_blocking', 'socket_close',
|
||||
|
Loading…
x
Reference in New Issue
Block a user