From 70491a7ea00dbc94e2032b963e4301e9b9e8680a Mon Sep 17 00:00:00 2001 From: SVN Migration Date: Fri, 18 Jul 2003 12:24:50 +0000 Subject: [PATCH] This commit was manufactured by cvs2svn to create branch 'PHP_4_3'. --- tests/lang/bug24573.phpt | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 tests/lang/bug24573.phpt diff --git a/tests/lang/bug24573.phpt b/tests/lang/bug24573.phpt new file mode 100644 index 0000000000..a7c8ac5ca5 --- /dev/null +++ b/tests/lang/bug24573.phpt @@ -0,0 +1,23 @@ +--TEST-- +Bug #24573 (debug_backtrace() crashes if $this is set to null) +--FILE-- +Bar(); + +echo "OK\n"; + +?> +--EXPECT-- +OK -- 2.40.0