diff options
Diffstat (limited to 'Zend/tests/bug61970_1.phpt')
-rw-r--r-- | Zend/tests/bug61970_1.phpt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Zend/tests/bug61970_1.phpt b/Zend/tests/bug61970_1.phpt index 978884adba..15dc781385 100644 --- a/Zend/tests/bug61970_1.phpt +++ b/Zend/tests/bug61970_1.phpt @@ -10,6 +10,5 @@ abstract class Foo { class Bar extends Foo { protected function __construct(){} } - --EXPECTF-- Fatal error: Access level to Bar::__construct() must be public (as in class Foo) in %s |