require
require
is identical to
except upon failure it will also produce an
exception ( level error prior to
PHP 8.0.0) whereas will only produce a warning
( level error).
require``include``Error``E_COMPILE_ERROR``include``E_WARNING
See the documentation for how this works.
include