From 696663bc3daa7797512e2592bd2de4db62bde079 Mon Sep 17 00:00:00 2001 From: Wez Furlong Date: Thu, 22 Apr 2004 14:29:33 +0000 Subject: [PATCH] Add test --- ext/com_dotnet/tests/27974.phpt | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100755 ext/com_dotnet/tests/27974.phpt diff --git a/ext/com_dotnet/tests/27974.phpt b/ext/com_dotnet/tests/27974.phpt new file mode 100755 index 0000000000..5956d2b4aa --- /dev/null +++ b/ext/com_dotnet/tests/27974.phpt @@ -0,0 +1,27 @@ +--TEST-- +COM: mapping a safearray +--SKIPIF-- + +--FILE-- + +--EXPECT-- +object(variant)#1 (0) { +} +123 +456 +789 +OK! -- 2.50.1