You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Does semantic properly parse call by reference for php?
E.g.,
function foo(&$a)
{
$a++;
}
I was experimenting with this function using the latest semanatic docker, and I saw no difference in function signature produced by semantic between the above call by reference definition and one without (without the &).
The text was updated successfully, but these errors were encountered:
Does semantic properly parse call by reference for php?
E.g.,
I was experimenting with this function using the latest semanatic docker, and I saw no difference in function signature produced by semantic between the above call by reference definition and one without (without the
&
).The text was updated successfully, but these errors were encountered: