summaryrefslogtreecommitdiff
path: root/Zend/tests/trait_type_errors.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'Zend/tests/trait_type_errors.phpt')
-rw-r--r--Zend/tests/trait_type_errors.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/tests/trait_type_errors.phpt b/Zend/tests/trait_type_errors.phpt
index 2f5069a433..d3c7c0582f 100644
--- a/Zend/tests/trait_type_errors.phpt
+++ b/Zend/tests/trait_type_errors.phpt
@@ -38,6 +38,6 @@ try {
?>
--EXPECTF--
-Return value of C::test1() must be of type int, string returned
+C::test1(): Return value must be of type int, string returned
C::test2(): Argument #1 ($arg) must be of type int, string given, called in %s on line %d
C::test3(): Argument #1 ($arg) must be of type int, string given, called in %s on line %d