summaryrefslogtreecommitdiff
path: root/ext/spl/tests/spl_iterator_getcallchildren.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/spl/tests/spl_iterator_getcallchildren.phpt')
-rw-r--r--ext/spl/tests/spl_iterator_getcallchildren.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/spl/tests/spl_iterator_getcallchildren.phpt b/ext/spl/tests/spl_iterator_getcallchildren.phpt
index 77b03b6b7f..cbbd97bc6f 100644
--- a/ext/spl/tests/spl_iterator_getcallchildren.phpt
+++ b/ext/spl/tests/spl_iterator_getcallchildren.phpt
@@ -16,7 +16,7 @@ var_dump($test->current());
try {
$output = $test->callGetChildren();
} catch (InvalidArgumentException $ilae){
- $output = null;
+ $output = null;
print "invalid argument exception\n";
}
var_dump($output);