lets assume i have include.php
which sometimes includes 1.php , 2.php , 3.php ....
i want a line of code , in each of the included files to know it's name (aka print 1.php if it is the included file) WITHOUT the need to modify include.php itself .
is it possible ?