From 093b043bca8147a2dad370e4dad155fb089e7786 Mon Sep 17 00:00:00 2001 From: SVN Migration Date: Sun, 12 Jan 2003 23:56:05 +0000 Subject: [PATCH] This commit was manufactured by cvs2svn to create branch 'PHP_4_3'. --- tests/lang/bug21600.phpt | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 tests/lang/bug21600.phpt diff --git a/tests/lang/bug21600.phpt b/tests/lang/bug21600.phpt new file mode 100644 index 0000000000..71c39bb2e5 --- /dev/null +++ b/tests/lang/bug21600.phpt @@ -0,0 +1,19 @@ +--TEST-- +Bug #21600 (assign by reference function call changes variable contents) +--FILE-- + +--EXPECT-- +array(1) { + ["foo"]=> + string(4) "test" +} + -- 2.50.1