Needs a touch more
This commit is contained in:
8
test/b/b.php
Normal file
8
test/b/b.php
Normal 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;
|
Reference in New Issue
Block a user