Jeffrey Riaboy
- 活动总数 36
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 2
- 订阅数 11
-
创建于 Local variables not added to watch window when created dynamicall
Hi, So I have the following in a function: extract(Array("a"=>1)); I would expect the variable $a to then show up in the watch window, but it does not. I added: /** @var $a string */ but th...