Use the Trace Error, Warning and Notice messages
action option to find where your code causes PHP to issue Error, Warning and Notice messages.
Selecting this option causes oik-bwtrace to attach an error handler which will produce two trace records and a bw_backtrace().
The first trace record reports the message with trace level BW_TRACE_ERROR. The second reports the error context with trace level BW_TRACE_VERBOSE.