1
0
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:
Matthew Brown 2020-08-23 13:15:27 -04:00
parent 6a8ad1876f
commit f6135bcefc

View File

@ -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',