]> granicus.if.org Git - php/commitdiff
- EXPECT rather than EXPECTF
authorMarcus Boerger <helly@php.net>
Mon, 11 Aug 2008 17:30:22 +0000 (17:30 +0000)
committerMarcus Boerger <helly@php.net>
Mon, 11 Aug 2008 17:30:22 +0000 (17:30 +0000)
ext/spl/tests/spl_004.phpt

index 1a2125de6c0ef933bda5d7987e18fd0f183a82f6..bea56958461be753a46c6eeef7abd184c5db6a16 100755 (executable)
@@ -49,7 +49,7 @@ var_dump(iterator_apply($it, 'non_existing_functon', NULL, 2));
 ?>
 ===DONE===
 <?php exit(0); ?>
---EXPECTF--
+--EXPECT--
 int(0)
 int(1)
 int(2)