summaryrefslogtreecommitdiff
path: root/Zend/tests/parameter_default_values/userland_declaration_error_class_const.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'Zend/tests/parameter_default_values/userland_declaration_error_class_const.phpt')
-rw-r--r--Zend/tests/parameter_default_values/userland_declaration_error_class_const.phpt1
1 files changed, 1 insertions, 0 deletions
diff --git a/Zend/tests/parameter_default_values/userland_declaration_error_class_const.phpt b/Zend/tests/parameter_default_values/userland_declaration_error_class_const.phpt
index c65883229d..40648c80b2 100644
--- a/Zend/tests/parameter_default_values/userland_declaration_error_class_const.phpt
+++ b/Zend/tests/parameter_default_values/userland_declaration_error_class_const.phpt
@@ -21,5 +21,6 @@ class B extends A
{
}
}
+?>
--EXPECTF--
Fatal error: Declaration of B::foo() must be compatible with A::foo($param1 = Foo\Bar::CONSTANT, $param2 = Foo\Bar::CONSTANT, $param3 = Foo\Bar::CONSTANT) in %s on line %d