From e181e3ac7bdf1439b142c17dec6be2b76b776c76 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20Schl=C3=BCter?= Date: Mon, 30 Apr 2007 19:54:41 +0000 Subject: - MFH Fix "f" modifier for zend_parse_parameters_ex in case of a __call call # only affects iterator_apply() in 5_2 branch --- ext/spl/tests/spl_007.phpt | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100755 ext/spl/tests/spl_007.phpt (limited to 'ext') 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=== -- cgit v1.2.1