This commit is contained in:
2018-07-14 14:46:24 +01:00
parent f8cf602b91
commit 4fa254c4eb
10 changed files with 47 additions and 6 deletions

7
test/c.php Normal file
View File

@@ -0,0 +1,7 @@
<?php
echo '[c] file: ' . __FILE__ . ', line: ' . __LINE__ . ', dir: ' . __DIR__ . PHP_EOL;
require_once 'more/a.php';
echo '[c] file: ' . __FILE__ . ', line: ' . __LINE__ . ', dir: ' . __DIR__ . PHP_EOL;