diff options
Diffstat (limited to 'Zend/tests/traits/property001.phpt')
-rw-r--r-- | Zend/tests/traits/property001.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/tests/traits/property001.phpt b/Zend/tests/traits/property001.phpt index 002a252a72..eb1c5a520e 100644 --- a/Zend/tests/traits/property001.phpt +++ b/Zend/tests/traits/property001.phpt @@ -32,7 +32,7 @@ class TraitsTest2 { var_dump(property_exists('TraitsTest', 'foo')); var_dump(property_exists('TraitsTest2', 'foo')); ?> ---EXPECTF-- +--EXPECTF-- PRE-CLASS-GUARD-TraitsTest PRE-CLASS-GUARD-TraitsTest2 bool(true) |