Needs a touch more
This commit is contained in:
6
test/a/a.php
Normal file
6
test/a/a.php
Normal file
@@ -0,0 +1,6 @@
|
||||
<?php
|
||||
|
||||
|
||||
echo '[a] file: ' . __FILE__ . ', line: ' . __LINE__ . ', dir: ' . __DIR__ . PHP_EOL;
|
||||
require_once '../b/b.php';
|
||||
echo '[a] file: ' . __FILE__ . ', line: ' . __LINE__ . ', dir: ' . __DIR__ . PHP_EOL;
|
Reference in New Issue
Block a user