1--TEST-- 2include() a file from the current script directory 3--FILE-- 4<?php 5include("inc.inc"); 6?> 7--EXPECT-- 8Included! 9