This repository was archived by the owner on Apr 1, 2025. It is now read-only.
This repository was archived by the owner on Apr 1, 2025. It is now read-only.
PHP Call By Reference #637
Closed as not planned
Description
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 &
).
Metadata
Metadata
Assignees
Labels
No labels