From b2565bded0d6c1b91a6855aa29f4b9dc35004d7a Mon Sep 17 00:00:00 2001 From: Marcus Boerger Date: Sat, 18 Feb 2006 16:58:50 +0000 Subject: [PATCH] - Add new test --- ext/dba/tests/bug36436.phpt | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100755 ext/dba/tests/bug36436.phpt diff --git a/ext/dba/tests/bug36436.phpt b/ext/dba/tests/bug36436.phpt new file mode 100755 index 0000000000..e85cf85282 --- /dev/null +++ b/ext/dba/tests/bug36436.phpt @@ -0,0 +1,34 @@ +--TEST-- +Bug #36436 DBA problem with Berkeley DB4 +--SKIPIF-- + +--FILE-- + +===DONE=== +--EXPECTF-- +resource(%d) of type (dba persistent) +string(3) "XYZ" +string(1) "X" +string(1) "Y" +===DONE=== -- 2.50.1