1<?php 2 3// Simulate a /include shortcut call (which will lead to a manual page) 4$_SERVER['REQUEST_URI'] = '/include'; 5include_once __DIR__ . '/prepend.inc'; 6include_once __DIR__ . '/../error.php'; 7