php
on the command line tells me that it has an option:
-e Generate extended information for debugger/profiler
However by running my command line script with that I see nothing... what's that option for?
php
on the command line tells me that it has an option:
-e Generate extended information for debugger/profiler
However by running my command line script with that I see nothing... what's that option for?
This extended information are for debuggers and profilers. (eg. xdebug, or ZendDebugger)
Normaly this switch is used by IDE's with support for debugger (like Eclipse PDT)
see http://www.xdebug.org/docs/ for examples.