Nexor1984

Avatar
  • 活动总数 2
  • 最后的活动
  • 成员加入日期
  • 关注 0 名用户
  • 关注者数 0 名用户
  • 投票数 0
  • 订阅数 1
  • Nexor1984 创建了一个帖子,

    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) {}...