From: foobar Date: Fri, 18 Jul 2003 12:24:49 +0000 (+0000) Subject: Added test case for bug #24573 X-Git-Tag: BEFORE_ARG_INFO~202 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a00e3f6f1e8ba9ce3419b3034d538d484f362c9f;p=php Added test case for bug #24573 --- 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