Sets and retrieves the tracing options.
Available since version 4.0
int zend_codetracing_options (string $options)
Old value of the options
Enables or disables producing trace dump.
Available since version 4.0
void zend_codetracing_dump (boolean $dump)
Creates a record of event in the trace log.
Available since version 4.0
array zend_codetracing_event (void)
Array containing trace dump ID number and event number inside the dump
Sets/retrieves current dump name
Available since version 4.0
array zend_codetracing_dump_name (string $name)
Current dump name (full path).
Retrieves current dump base - prefix from which dump names are created
Available since version 4.0
array zend_codetracing_dump_base (void)
Current dump base (full path).