From: SVN Migration Date: Sun, 12 Jan 2003 23:56:05 +0000 (+0000) Subject: This commit was manufactured by cvs2svn to create branch 'PHP_4_3'. X-Git-Tag: PHP_4_3_before_13561_fix~79 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=093b043bca8147a2dad370e4dad155fb089e7786;p=php This commit was manufactured by cvs2svn to create branch 'PHP_4_3'. --- 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" +} +