-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
[VarDumper] Notice: Undefined offset when dumping casted array from object with PHP7 #19356
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
Labels
Comments
Its interesting: https://3v4l.org/ACrH6 |
It's okay that is a documented php behavior, But |
Which version are you using? I remember fixing this already but maybe we have a regression? |
which is bundled in symfony 2.8.8 |
Should be fixed by #19368 |
Thanks @nickolas-grekas |
nicolas-grekas
added a commit
that referenced
this issue
Jul 17, 2016
…ekas) This PR was merged into the 2.7 branch. Discussion ---------- [VarDumper] Fix dumping jsons casted as arrays | Q | A | ------------- | --- | Branch? | 2.7 | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | #19356 | License | MIT | Doc PR | - Commits ------- 56549e7 [VarDumper] Fix dumping jsons casted as arrays
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I've got an Undefined offset notice here: https://github.com/symfony/symfony/blob/2.8/src/Symfony/Component/VarDumper/Cloner/VarCloner.php#L74
Simplest example:
Environment:
The text was updated successfully, but these errors were encountered: