summaryrefslogtreecommitdiff
path: root/Zend/tests/bug60536_002.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'Zend/tests/bug60536_002.phpt')
-rw-r--r--Zend/tests/bug60536_002.phpt4
1 files changed, 2 insertions, 2 deletions
diff --git a/Zend/tests/bug60536_002.phpt b/Zend/tests/bug60536_002.phpt
index 1dcba1dbc5..0d39693808 100644
--- a/Zend/tests/bug60536_002.phpt
+++ b/Zend/tests/bug60536_002.phpt
@@ -5,7 +5,7 @@ The same rules are applied for properties that are defined in the class hierarch
error_reporting(E_ALL | E_STRICT);
class Base {
- private $hello;
+ private $hello;
}
trait THello1 {
@@ -31,7 +31,7 @@ echo "POST-CLASS-GUARD2\n";
$t = new TraitsTest;
$t->hello = "foo";
?>
---EXPECTF--
+--EXPECTF--
PRE-CLASS-GUARD
POST-CLASS-GUARD