Added a debug_backtrace call
This commit is contained in:
parent
4fa254c4eb
commit
04755091e0
@ -6,3 +6,5 @@
|
||||
echo '[more/a] file: ' . __FILE__ . ', line: ' . __LINE__ . ', dir: ' . __DIR__ . PHP_EOL;
|
||||
require_once 'b.php';
|
||||
echo '[more/a] file: ' . __FILE__ . ', line: ' . __LINE__ . ', dir: ' . __DIR__ . PHP_EOL;
|
||||
|
||||
var_dump(debug_backtrace());
|
||||
|
Loading…
Reference in New Issue
Block a user