Skip to content

Conversation

TysonAndre
Copy link
Member

The following incorrect output was observed:

src/Phan/Output/Collector/ParallelParentCollector.php:110
PhanTypeNonVarPassByRef Only variables can be passed by reference at
argument 4 of \msg_receive()

https://secure.php.net/manual/en/function.msg-receive.php - max size is not a reference

Also, most of these return resources and take resources for the
identifiers.

The following incorrect output was observed:

```
src/Phan/Output/Collector/ParallelParentCollector.php:110
PhanTypeNonVarPassByRef Only variables can be passed by reference at
argument 4 of \msg_receive()
```

Also, most of these return resources and take resources for the
identifiers.
@TysonAndre TysonAndre closed this Mar 6, 2017
@TysonAndre TysonAndre deleted the fix-msg_receive_signature branch March 6, 2017 05:15
@TysonAndre TysonAndre restored the fix-msg_receive_signature branch March 6, 2017 21:58
@TysonAndre TysonAndre reopened this Mar 6, 2017
@morria morria merged commit cca5f2a into phan:master Mar 7, 2017
@TysonAndre TysonAndre deleted the fix-msg_receive_signature branch April 14, 2017 19:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants