Added a debug_backtrace call
This commit is contained in:
@@ -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());
|
||||
|
Reference in New Issue
Block a user