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

View File

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