From: SVN Migration Date: Fri, 18 Jul 2003 12:24:50 +0000 (+0000) Subject: This commit was manufactured by cvs2svn to create branch 'PHP_4_3'. X-Git-Tag: php-4.3.3RC2~87 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=70491a7ea00dbc94e2032b963e4301e9b9e8680a;p=php This commit was manufactured by cvs2svn to create branch 'PHP_4_3'. --- 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