summaryrefslogtreecommitdiff
path: root/Zend/tests/bug61970_1.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'Zend/tests/bug61970_1.phpt')
-rw-r--r--Zend/tests/bug61970_1.phpt1
1 files changed, 1 insertions, 0 deletions
diff --git a/Zend/tests/bug61970_1.phpt b/Zend/tests/bug61970_1.phpt
index 417eaa0aef..f688edf15a 100644
--- a/Zend/tests/bug61970_1.phpt
+++ b/Zend/tests/bug61970_1.phpt
@@ -10,5 +10,6 @@ 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 on line 8