summaryrefslogtreecommitdiff
path: root/Zend/tests/traits/property003.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'Zend/tests/traits/property003.phpt')
-rw-r--r--Zend/tests/traits/property003.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/tests/traits/property003.phpt b/Zend/tests/traits/property003.phpt
index b4f0105d20..dc88ce3178 100644
--- a/Zend/tests/traits/property003.phpt
+++ b/Zend/tests/traits/property003.phpt
@@ -24,7 +24,7 @@ echo "POST-CLASS-GUARD\n";
$t = new TraitsTest;
$t->hello = "foo";
?>
---EXPECTF--
+--EXPECTF--
PRE-CLASS-GUARD
Fatal error: THello1 and THello2 define the same property ($hello) in the composition of TraitsTest. However, the definition differs and is considered incompatible. Class was composed in %s on line %d \ No newline at end of file