Skip to content

Commit c717e4d

Browse files
committed
Update classTwo.php
1 parent a1420c1 commit c717e4d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

testclasses/classes/classTwo.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
class class_two {
66

77
public function method_from_class_two() {
8-
9-
echo '<p>I am Class "<b>' . __CLASS__ . '</b> have a method <b>' . __METHOD__ . '</b></p>';
8+
9+
echo "<p>I am Class <b>", __CLASS__, "</b> have a method <b>", __METHOD__, "</b></p>";
1010
}
1111

1212
}

0 commit comments

Comments
 (0)