summaryrefslogtreecommitdiff
path: root/Zend/tests/bug70957.phpt
diff options
context:
space:
mode:
authorXinchen Hui <laruence@gmail.com>2015-11-23 18:33:14 +0800
committerXinchen Hui <laruence@gmail.com>2015-11-23 18:33:14 +0800
commit45c5e271830e5adb4fb9818efac4b2eaa98a2136 (patch)
tree49250014c28dcf2fb3da9e8ad59df147e1a39df1 /Zend/tests/bug70957.phpt
parent51ccc88b877a7298d6bec355e3b42174485392cf (diff)
downloadphp-git-45c5e271830e5adb4fb9818efac4b2eaa98a2136.tar.gz
Fixed test
Diffstat (limited to 'Zend/tests/bug70957.phpt')
-rw-r--r--Zend/tests/bug70957.phpt4
1 files changed, 2 insertions, 2 deletions
diff --git a/Zend/tests/bug70957.phpt b/Zend/tests/bug70957.phpt
index e6a38f7641..7db7d7d023 100644
--- a/Zend/tests/bug70957.phpt
+++ b/Zend/tests/bug70957.phpt
@@ -13,10 +13,10 @@ trait T {
}
}
-class Bar extends Foo
+class B extends Foo
{
use T;
}
?>
--EXPECTF--
-Strict Standards: Declaration of T::bar() should be compatible with Foo::bar($a = 'Foo') in %sbug70957.php on line %d
+Warning: Declaration of T::bar() should be compatible with Foo::bar($a = 'Foo') in %sbug70957.php on line %d