summaryrefslogtreecommitdiff
path: root/ext/spl/tests/regexiterator_setflags_exception.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/spl/tests/regexiterator_setflags_exception.phpt')
-rw-r--r--ext/spl/tests/regexiterator_setflags_exception.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/spl/tests/regexiterator_setflags_exception.phpt b/ext/spl/tests/regexiterator_setflags_exception.phpt
index fdc8bca649..44108c746d 100644
--- a/ext/spl/tests/regexiterator_setflags_exception.phpt
+++ b/ext/spl/tests/regexiterator_setflags_exception.phpt
@@ -24,7 +24,7 @@ $rege = '/^a/';
$r = new TestRegexIterator(new myIterator, $rege);
-try{
+try{
$r->setFlags();
}catch (Exception $e) {
echo $e->getMessage();