What can prevent PHP from being able to open a file on the hard drive (Choose 3)?

A.
File system permissions
B.
File is outside ofopen_basedir
C.
File is owned by another user andsafe_mode is enabled.
D.
File is inside the /tmp directory.
E.
PHP is running as the web server user.
I choose ABC
0
0