Added a debug_backtrace call

This commit is contained in:
BigDave 2018-07-14 15:07:38 +01:00
parent 4fa254c4eb
commit 04755091e0
Signed by: BigDave
GPG Key ID: 2787C0A942BB86EC

View File

@ -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());