You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I dump the PDO Object the program show this warning: Warning: Illegal offset type in isset or empty in /public-html/vendor/symfony/var-dumper/Symfony/Component/VarDumper/Caster/PdoCaster.php on line 74.
My STATEMENT_CLASS attribute set to an array cause the error.
The text was updated successfully, but these errors were encountered:
This PR was merged into the 2.6 branch.
Discussion
----------
[VarDumper] fix and test PdoCaster
| Q | A
| ------------- | ---
| Bug fix? | yes
| New feature? | no
| BC breaks? | no
| Deprecations? | no
| Tests pass? | yes
| Fixed tickets | #13042
| License | MIT
| Doc PR | -
Commits
-------
0b1be13 [VarDumper] fix and test PdoCaster
I have a PDO object created with this code:
When I dump the PDO Object the program show this warning:
Warning: Illegal offset type in isset or empty in /public-html/vendor/symfony/var-dumper/Symfony/Component/VarDumper/Caster/PdoCaster.php on line 74.
My
STATEMENT_CLASS
attribute set to an array cause the error.The text was updated successfully, but these errors were encountered: