From cae9aab2c07c5fe98cedebd6ca866bfd3361419d Mon Sep 17 00:00:00 2001 From: Marcus Boerger Date: Sat, 7 Jun 2003 00:57:07 +0000 Subject: [PATCH] Goodbye namespaces --- tests/classes/inheritance_002.phpt | 108 +++++++++++++---------------- 1 file changed, 50 insertions(+), 58 deletions(-) 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" -- 2.50.1