summaryrefslogtreecommitdiff
path: root/ext/reflection/tests/018.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/reflection/tests/018.phpt')
-rw-r--r--ext/reflection/tests/018.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/reflection/tests/018.phpt b/ext/reflection/tests/018.phpt
index fbda5d62d4..40bda17544 100644
--- a/ext/reflection/tests/018.phpt
+++ b/ext/reflection/tests/018.phpt
@@ -6,7 +6,7 @@ Reflection::getModifierNames
<?php
var_dump(Reflection::getModifierNames(ReflectionMethod::IS_FINAL | ReflectionMethod::IS_PROTECTED));
?>
---EXPECT--
+--EXPECT--
array(2) {
[0]=>
string(5) "final"