From 607b7b35e5b8a357ca9d87a87d3573dc4193895f Mon Sep 17 00:00:00 2001 From: SVN Migration Date: Mon, 24 Jan 2005 20:22:57 +0000 Subject: [PATCH] This commit was manufactured by cvs2svn to create branch 'PHP_5_0'. --- 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