Jeffrey Riaboy
- Total activity 36
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 11
-
Created 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...