Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

[VarDumper] Enhance dumping __PHP_Incomplete_Class objects#19630

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
fabpot merged 1 commit intosymfony:masterfromnicolas-grekas:var-dump-incomplete
Aug 16, 2016

Conversation

@nicolas-grekas
Copy link
Member

QA
Branch?master
Bug fix?no
New feature?yes
BC breaks?no
Deprecations?no
Tests pass?no
Fixed tickets-
LicenseMIT
Doc PR-

Before:

__PHP_Incomplete_Class {  +"__PHP_Incomplete_Class_Name": "Foo\Buzz"}

after:

__PHP_Incomplete_Class(Foo\Buzz) {}

The new output is less confusing: no dynamic property exists on incomplete class objects, yet the+ prefix suggests that.

@lyrixx
Copy link
Member

👍

@nicolas-grekasnicolas-grekasforce-pushed thevar-dump-incomplete branch 2 times, most recently from492adb2 to31190d3CompareAugust 16, 2016 12:01
@fabpot
Copy link
Member

Thank you@nicolas-grekas.

@fabpotfabpot merged commitee20d15 intosymfony:masterAug 16, 2016
fabpot added a commit that referenced this pull requestAug 16, 2016
…ects (nicolas-grekas)This PR was merged into the 3.2-dev branch.Discussion----------[VarDumper] Enhance dumping __PHP_Incomplete_Class objects| Q             | A| ------------- | ---| Branch?       | master| Bug fix?      | no| New feature?  | yes| BC breaks?    | no| Deprecations? | no| Tests pass?   | no| Fixed tickets | -| License       | MIT| Doc PR        | -Before:```__PHP_Incomplete_Class {  +"__PHP_Incomplete_Class_Name": "Foo\Buzz"}```after:```__PHP_Incomplete_Class(Foo\Buzz) {}```The new output is less confusing: no dynamic property exists on incomplete class objects, yet the `+` prefix suggests that.Commits-------ee20d15 [VarDumper] Enhance dumping __PHP_Incomplete_Class objects
@nicolas-grekasnicolas-grekas deleted the var-dump-incomplete branchAugust 16, 2016 17:22
@fabpotfabpot mentioned this pull requestOct 27, 2016
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

No reviews

Assignees

No one assigned

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

4 participants

@nicolas-grekas@lyrixx@fabpot@carsonbot

[8]ページ先頭

©2009-2025 Movatter.jp