From 7af945e271d042a4991c9510f78b6ff7ac43ac34 Mon Sep 17 00:00:00 2001 From: Peter Kokot Date: Sun, 14 Oct 2018 15:37:22 +0200 Subject: Trim trailing whitespace in *.phpt --- ext/spl/tests/regexiterator_setpregflags_exception.phpt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/spl/tests/regexiterator_setpregflags_exception.phpt') diff --git a/ext/spl/tests/regexiterator_setpregflags_exception.phpt b/ext/spl/tests/regexiterator_setpregflags_exception.phpt index cc7c17c272..c84af67d2b 100644 --- a/ext/spl/tests/regexiterator_setpregflags_exception.phpt +++ b/ext/spl/tests/regexiterator_setpregflags_exception.phpt @@ -25,7 +25,7 @@ $rege = '/^a/'; $r = new TestRegexIterator(new myIterator, $rege); -try{ +try{ $r->setPregFlags(); }catch (Exception $e) { echo $e->getMessage(); -- cgit v1.2.1