https://bugs.kde.org/show_bug.cgi?id=412297
Bug ID: 412297
Summary: Treat pass-by-reference as variable definition
Product: kdevelop
Version: 5.4.1
Platform: Other
OS: Linux
Status: REPORTED
Severity: wishlist
Priority: NOR
Component: Language Support: PHP
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
In PHP, when I pass a non-existent variable by reference, it comes into
existence. That’s used for output-only parameters. E.g. after a call to
`mysqli_stmt::bind_result`, each of its arguments becomes a variable. But
KDevelop doesn’t notice that, highlighting the variable as undefined (like
those were never assigned to).
--
You are receiving this mail because:
You are watching all bug changes.