summaryrefslogtreecommitdiff
path: root/tests/classes/inheritance_002.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/classes/inheritance_002.phpt')
-rwxr-xr-xtests/classes/inheritance_002.phpt13
1 files changed, 0 insertions, 13 deletions
diff --git a/tests/classes/inheritance_002.phpt b/tests/classes/inheritance_002.phpt
index 185a913280..cbd62f05e5 100755
--- a/tests/classes/inheritance_002.phpt
+++ b/tests/classes/inheritance_002.phpt
@@ -58,19 +58,6 @@ $cm= new Child_mx2();
?>
--EXPECT--
### PHP 4 style
-string(17) "Child constructor"
-string(16) "Base constructor"
-### PHP 5 style
-string(17) "Child constructor"
-string(16) "Base constructor"
-### Mixed style 1
-string(17) "Child constructor"
-string(16) "Base constructor"
-### Mixed style 2
-string(17) "Child constructor"
-string(16) "Base constructor"
---UEXPECT--
-### PHP 4 style
unicode(17) "Child constructor"
unicode(16) "Base constructor"
### PHP 5 style