Skip to content

[VarDumper] Fix dumping by-ref variadics #20931

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 15, 2016

Conversation

nicolas-grekas
Copy link
Member

Q A
Branch? 2.7
Bug fix? yes
New feature? no
BC breaks? no
Deprecations? no
Tests pass? yes
Fixed tickets -
License MIT
Doc PR -

The correct php syntax is &...$foo, not ...&$foo

@chalasr
Copy link
Member

chalasr commented Dec 15, 2016

👍

Status: Reviewed

@stof
Copy link
Member

stof commented Dec 15, 2016

👍

@nicolas-grekas nicolas-grekas merged commit 28ec361 into symfony:2.7 Dec 15, 2016
nicolas-grekas added a commit that referenced this pull request Dec 15, 2016
This PR was merged into the 2.7 branch.

Discussion
----------

[VarDumper] Fix dumping by-ref variadics

| Q             | A
| ------------- | ---
| Branch?       | 2.7
| Bug fix?      | yes
| New feature?  | no
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets | -
| License       | MIT
| Doc PR        | -

The correct php syntax is `&...$foo`, not ~~`...&$foo`~~

Commits
-------

28ec361 [VarDumper] Fix dumping by-ref variadics
@nicolas-grekas nicolas-grekas deleted the fix-variadic branch December 15, 2016 13:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants