summaryrefslogtreecommitdiff
path: root/Zend/tests/bug62358.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'Zend/tests/bug62358.phpt')
-rw-r--r--Zend/tests/bug62358.phpt4
1 files changed, 2 insertions, 2 deletions
diff --git a/Zend/tests/bug62358.phpt b/Zend/tests/bug62358.phpt
index 35bbc33835..62c6d88ad8 100644
--- a/Zend/tests/bug62358.phpt
+++ b/Zend/tests/bug62358.phpt
@@ -1,7 +1,7 @@
--TEST--
Bug #62358 (Segfault when using traits a lot)
--FILE--
-<?php
+<?php
trait T {
public function foo() {
@@ -19,7 +19,7 @@ abstract class A implements I{
class B extends A {
public function foo($var) {
- }
+ }
}
?>
--EXPECTF--