From 04755091e0e3872227e66a337aa8ae1cc49c65b2 Mon Sep 17 00:00:00 2001 From: BigDave Date: Sat, 14 Jul 2018 15:07:38 +0100 Subject: [PATCH] Added a debug_backtrace call --- test/more/a.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/more/a.php b/test/more/a.php index 11354b1..49db8bc 100644 --- a/test/more/a.php +++ b/test/more/a.php @@ -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());