From: Marcus Boerger Date: Sat, 7 Jun 2003 00:57:07 +0000 (+0000) Subject: Goodbye namespaces X-Git-Tag: RELEASE_1_0_2~376 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cae9aab2c07c5fe98cedebd6ca866bfd3361419d;p=php Goodbye namespaces --- diff --git a/tests/classes/inheritance_002.phpt b/tests/classes/inheritance_002.phpt index 41358928bf..0d355d8551 100755 --- a/tests/classes/inheritance_002.phpt +++ b/tests/classes/inheritance_002.phpt @@ -4,73 +4,65 @@ Constructor precedence --FILE-- --EXPECT-- ### PHP4 style @@ -84,4 +76,4 @@ string(17) "Child constructor" string(16) "Base constructor" ### Mixed style 2 string(17) "Child constructor" -string(16) "Base constructor" \ No newline at end of file +string(16) "Base constructor"