Nexor1984
- Total activity 2
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
-
Nexor1984 created a post, Structural search - find function with argument named $abc
Is it possible to use structural search to find a function that has 1 or more arguments, and any of them is named $abc. So this would match: function test ($a, $abc) {} function test2 ($abc, $a) {}...