Code has been added to clipboard!

Errors in PHP

Example
<?php
  $doc = fopen('helloworld.txt', 'r');
?>