Skip to content
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

VarDumper::dump($GLOBALS) recurses into $GLOBALS #15506

Open
schmunk42 opened this issue Jan 16, 2018 · 0 comments
Open

VarDumper::dump($GLOBALS) recurses into $GLOBALS #15506

schmunk42 opened this issue Jan 16, 2018 · 0 comments
Labels
status:ready for adoption Feel free to implement this issue. type:bug Bug

Comments

@schmunk42
Copy link
Contributor

What steps will reproduce the problem?

echo VarDumper::dump($GLOBALS)

What is the expected result?

A dump with *RECURSION* shown when accessing $GLOBALS['GLOBALS'], like var_dump()

What do you get instead?

A dump of 10 levels (default depth).

Additional info

Q A
Yii version 2.0.13
PHP version 7.1
Operating system Alpine (Linux)
@samdark samdark added status:ready for adoption Feel free to implement this issue. type:bug Bug and removed type:enhancement labels Jan 16, 2018
@samdark samdark added this to the 2.0.15 milestone Jan 16, 2018
beroso added a commit to beroso/yii2 that referenced this issue Feb 21, 2018
@samdark samdark modified the milestones: 2.0.16, 2.0.17 Oct 26, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status:ready for adoption Feel free to implement this issue. type:bug Bug
Projects
None yet
Development

No branches or pull requests

2 participants