slides/xdebug/gathering1.xml
Gathering debug data
10/22
Gathering data
Gathering debug data


  • • Functions and classnames
  • • Normal functions (strlen())
  • • Class members ($obj->strlen())
  • • Static class members (class::strlen())
  • • include/require/eval
  • • Parameters
  • • From argument stack
  • • Converted to strings