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 448d229 commit 31b02b2Copy full SHA for 31b02b2
tests/integration/data/GlobalFiles/inline_function.php
@@ -0,0 +1,11 @@
1
+<?php
2
+
3
+class Foo {
4
+ public function test() {
5
+ function internal() {
6
+ return "yep";
7
+ }
8
9
+ return internal();
10
11
+}
0 commit comments