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

xdebug doesn`t see what is inside \Ds\Map #68

Open
KonstantinKuklin opened this issue Nov 16, 2016 · 1 comment
Open

xdebug doesn`t see what is inside \Ds\Map #68

KonstantinKuklin opened this issue Nov 16, 2016 · 1 comment

Comments

@KonstantinKuklin
Copy link

KonstantinKuklin commented Nov 16, 2016

$abs = new \Ds\Map([1,2,3]);
xdebug_break();

xdebug shows 'can not get property' inside the $abs in PHPStorm
But with \Ds\Vector xdebug works correct, that is why I create issue here.

@rtheunissen
Copy link
Member

rtheunissen commented Feb 10, 2017

Can you please give me a way to reproduce this without using PHPStorm? Because without PHPStorm I'm not seeing "can not get property".

Using PHP 7.0.9, XDebug 2.5.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants