include.php 47 B

12345
  1. <?php
  2. function test()
  3. {
  4. echo __FILE__."\n";
  5. }