File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ class classOne {
66
77 public function method_from_class_one () {
88
9- echo "<p> I am Class <b> classOne</b> have a namespace <b> testclasses</b> and a method <b> method_from_class_one</b></p> " ;
9+ echo "I am Class classOne have a namespace testclasses and a method method_from_class_one \n " ;
1010 }
1111
1212}
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ class three_class {
66
77 public function method_from_three_class () {
88
9- echo "<p> I am Class <b> three_class</b> have a namespace <b> name_space \namespace2</b> and a method <b> method_from_three_class</b></p> " ;
9+ echo "I am Class three_class have a namespace name_space \namespace2 and a method method_from_three_class \n " ;
1010 }
1111
1212}
Original file line number Diff line number Diff line change 55class class_two {
66
77 public function method_from_class_two () {
8-
9- echo "<p> I am Class <b> class_two</b> have a method <b> method_from_class_two</b></p> " ;
8+
9+ echo "I am Class class_two have a method method_from_class_two \n " ;
1010 }
1111
1212}
You can’t perform that action at this time.
0 commit comments