include functions #27
Loading…
Reference in New Issue
There is no content yet.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may exist for a short time before cleaning up, in most cases it CANNOT be undone. Continue?
Aer Information
48b2e9d1c6
Your problem description
Include functions [include(), include_once(), require(), require_once()] does not check for opening and closing bracket. They can be called both:
include('file.php');
and
Expected results
Describe here, what output and/or software behave did you expect.
Current results
Provide here current result and program output.