From: Dmitry Stogov Date: Thu, 24 Jan 2008 09:47:10 +0000 (+0000) Subject: Fixed bug #43426 (crash on nested call_user_func() calls) X-Git-Tag: RELEASE_2_0_0a1~798 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9b21430ee668f4c8fdf634db59946cee697c112d;p=php Fixed bug #43426 (crash on nested call_user_func() calls) --- diff --git a/Zend/tests/bug43426.phpt b/Zend/tests/bug43426.phpt new file mode 100644 index 0000000000..73c38df2ba --- /dev/null +++ b/Zend/tests/bug43426.phpt @@ -0,0 +1,39 @@ +--TEST-- +Bug #43426 (crash on nested call_user_func calls) +--FILE-- + +--EXPECT-- +ok