Dmitry027
- Total activity 14
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 11
- Subscriptions 1
-
Dmitry027 commented, -
Dmitry027 created a post, Find function usages with certain optional parameter specified
Say I have the following function: function foo($param1, $param2 = null, $param3 = null, $param4 = 'test'){ // ...} Is there a way to find usages of this function where optional parameter "$param3...