- If the require / include file is not found:
- require / require_once => will produce a fatal error (E_COMPILE_ERROR) and stop the script
- include / include_once => include will only produce a warning (E_WARNING) and the script will continue
- https://stackoverflow.com/a/2418514
- https://stackoverflow.com/a/2418580
Recent Pastes