From: Johannes Schlüter Date: Mon, 30 Apr 2007 19:52:04 +0000 (+0000) Subject: - Add new test X-Git-Tag: RELEASE_1_2_0~193 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=20582e9a3cc2e00350805dc50088308685400455;p=php - Add new test --- diff --git a/ext/spl/tests/spl_007.phpt b/ext/spl/tests/spl_007.phpt new file mode 100755 index 0000000000..dcd63f9b5a --- /dev/null +++ b/ext/spl/tests/spl_007.phpt @@ -0,0 +1,26 @@ +--TEST-- +SPL: iterator_apply() with callback using __call() +--SKIPIF-- + +--FILE-- + +===DONE=== + +--EXPECT-- +Called foobar. +Called foobar. +Called foobar. +===DONE===