Needs a touch more

This commit is contained in:
2018-07-16 23:38:28 +01:00
parent 61afa57339
commit a7b33fd4dc
10 changed files with 59 additions and 12 deletions

8
test/b/b.php Normal file
View File

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