From 36e6841ef50836ee78d4ed2a1db6cf0bab6fd656 Mon Sep 17 00:00:00 2001 From: Marcus Boerger Date: Mon, 24 Jan 2005 20:22:56 +0000 Subject: [PATCH] - Add new test --- ext/spl/tests/bug31348.phpt | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100755 ext/spl/tests/bug31348.phpt diff --git a/ext/spl/tests/bug31348.phpt b/ext/spl/tests/bug31348.phpt new file mode 100755 index 0000000000..047e4b223a --- /dev/null +++ b/ext/spl/tests/bug31348.phpt @@ -0,0 +1,15 @@ +--TEST-- +Bug #31348 (CachingIterator::rewind() leaks) +--FILE-- +rewind(); + +?> +===DONE=== +--EXPECT-- +===DONE=== -- 2.50.1