summaryrefslogtreecommitdiff
path: root/ext/reflection/tests/ReflectionFunction_construct.001.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/reflection/tests/ReflectionFunction_construct.001.phpt')
-rw-r--r--ext/reflection/tests/ReflectionFunction_construct.001.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/reflection/tests/ReflectionFunction_construct.001.phpt b/ext/reflection/tests/ReflectionFunction_construct.001.phpt
index 0e2e8a3681..eab542e005 100644
--- a/ext/reflection/tests/ReflectionFunction_construct.001.phpt
+++ b/ext/reflection/tests/ReflectionFunction_construct.001.phpt
@@ -34,7 +34,7 @@ try {
}
?>
---EXPECTF--
+--EXPECT--
Ok - ReflectionFunction::__construct() expects parameter 1 to be string, array given
Function nonExistentFunction() does not exist
Ok - ReflectionFunction::__construct() expects exactly 1 parameter, 0 given