From: Marcus Boerger Date: Mon, 11 Aug 2008 17:30:22 +0000 (+0000) Subject: - EXPECT rather than EXPECTF X-Git-Tag: BEFORE_HEAD_NS_CHANGE~768 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=de87bc2d27688eb88bc746162e80f2914e64e6b2;p=php - EXPECT rather than EXPECTF --- diff --git a/ext/spl/tests/spl_004.phpt b/ext/spl/tests/spl_004.phpt index 1a2125de6c..bea5695846 100755 --- a/ext/spl/tests/spl_004.phpt +++ b/ext/spl/tests/spl_004.phpt @@ -49,7 +49,7 @@ var_dump(iterator_apply($it, 'non_existing_functon', NULL, 2)); ?> ===DONE=== ---EXPECTF-- +--EXPECT-- int(0) int(1) int(2)