-
**Describe the bug**
bind_result defines the variable but intelephense says it's undefined if bind_result is in a function.
**To Reproduce**
```
-
- VSCode Version: 1.37.1
- Local OS Version: macOS 10.14.6
- Remote OS Version: Debian 4.19.37-5rodete4 (in-house Google Debian distro)
- Remote Extension/Connection Type: SSH
Steps to Rep…
-
Type: Bug
❗️❗️❗️ Please fill in the sections below to help us diagnose the issue ❗️❗️❗️
**TypeScript Version:** 5.4.3
**Steps to reproduce crash**
1.
2.
3.
**Global TypeScript Server Plugins**
…
-
**Describe the bug**
Trying to implement a collection base class that allows for narrowing the type hints for classes that extend it. But the templating docblock comments don't seem to be picked up c…
-
I do not know if this is a issue. Reporting wrong arguments.
![is-this-a-bug-in-intelephense-array-object](https://user-images.githubusercontent.com/6371372/236230810-b7e4a128-b2a8-4a63-9cb1-254b4065…
-
I'm working with Symfony 1.4 (legacy version) and the extension does not able to find any class declaration and any of the PHP built-in functions.
In the settings I have this options:
```
{
…
-
I've this kind of messages that keep popping up the side panel
![image](https://user-images.githubusercontent.com/1872031/91009682-60a43d00-e5e1-11ea-821d-08583053b0c0.png)
I guess i…
-
I use nvim lsp for PHP, and when use key or key to trigger complete, i have a character at after my cursor
![image](https://user-images.githubusercontent.com/53562817/132376176-48154079-2223-41b2-8…
-
### Module version(s) affected
5.2.1
### Description
I'm not sure on the exact behaviour of phpstan, but at least PHPStorm's inbuilt analyser does not correctly type the following snippet:
`…
-
**Describe the bug**
When I use the code below, intelephense tells me that the `$clone` variable is `Expected type 'object'. Found 'string'. intelephense(1006)`.
I don't understand how that can …