summaryrefslogtreecommitdiff
path: root/Zend/tests/errmsg_001.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'Zend/tests/errmsg_001.phpt')
-rw-r--r--Zend/tests/errmsg_001.phpt10
1 files changed, 5 insertions, 5 deletions
diff --git a/Zend/tests/errmsg_001.phpt b/Zend/tests/errmsg_001.phpt
index b85e032b90..c17764cdec 100644
--- a/Zend/tests/errmsg_001.phpt
+++ b/Zend/tests/errmsg_001.phpt
@@ -3,14 +3,14 @@ errmsg: Non-abstract method must contain body
--FILE--
<?php
-abstract class test {
-}
+abstract class test {
+}
-class Impl extends Test {
- function Foo();
+class Impl extends Test {
+ function Foo();
}
echo "Done\n";
?>
---EXPECTF--
+--EXPECTF--
Fatal error: Non-abstract method Impl::Foo() must contain body in %s on line %d