6

It seems __debugInfo does not work when xdebug overwrites var_dump.

Is there anyway to make this work?

I am using PHP 5.6.0 and XDebug 2.2.5

Petah
  • 45,477
  • 28
  • 157
  • 213

1 Answers1

2

This is now fixed in Xdebug - soon to be released: https://github.com/xdebug/xdebug/commit/14159486d8d77732b5ae193ca9431bae80c94074

Derick
  • 35,169
  • 5
  • 76
  • 99