Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 134 Bytes

MissingFile.md

File metadata and controls

9 lines (6 loc) · 134 Bytes

MissingFile

Emitted when using include or require on a file that does not exist

<?php

require("nonexistent.php");