We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1420c1 commit c717e4dCopy full SHA for c717e4d
testclasses/classes/classTwo.php
@@ -5,8 +5,8 @@
5
class class_two {
6
7
public function method_from_class_two() {
8
-
9
- echo '<p>I am Class "<b>' . __CLASS__ . '</b> have a method <b>' . __METHOD__ . '</b></p>';
+
+ echo "<p>I am Class <b>", __CLASS__, "</b> have a method <b>", __METHOD__, "</b></p>";
10
}
11
12
0 commit comments