The include() construct will emit a warning if it cannot find a file; this is different behavior from require(), which will emit a fatal error.
The include() construct will emit a warning if it cannot find a file; this is different behavior from require(), which will emit a fatal error.