I am trying to create a file in my PHP application using the following code:
$file = @fopen(Data::$FILE_PATH, \'w\');