diff options
Diffstat (limited to 'ext/reflection/tests/bug29523.phpt')
| -rw-r--r-- | ext/reflection/tests/bug29523.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/reflection/tests/bug29523.phpt b/ext/reflection/tests/bug29523.phpt index e74403c6a6..fafc93ef40 100644 --- a/ext/reflection/tests/bug29523.phpt +++ b/ext/reflection/tests/bug29523.phpt @@ -11,7 +11,7 @@ function optionalTest(TestClass $a, TestClass $b, $c = 3) { } -$function = new ReflectionFunction('optionalTest'); +$function = new ReflectionFunction('optionalTest'); $numberOfNotOptionalParameters = 0; $numberOfOptionalParameters = 0; foreach($function->getParameters() as $parameter) |
