Lines:
1 to 36 of 36
<?php // (C) Copyright Bobbing Wide 2016 /** * oik-bwtrace's "String watch" capability * * Monitor the output for a particular string * When it's found write it to the trace output. * Only report the first instance. * * @TODO We may need to start really early - as soon as actions are enabled */ bw_trace_stringwatch_loaded(); /* function bw_trace_stringwatch_loaded() – Start string watching if required */ /* function bw_trace_stringwatch() – ‘all’ hook looking for the defined string BW_TRACE_STRINGWATCH */ /* function bw_trace_stringwatch_filter() – Check for the string in a scalar field */ /* function bw_trace_stringwatch_on() – Turn on stringwatching */ /* function bw_trace_stringwatch_off() – Turn off string watching */ /* function bw_trace_output_callback() – output buffer callback routine */ /* function bw_trace_stringwatch_echo() – Defer or echo stringwatch results */View on GitHub View on Trac
Called by
Invoked by
Call hooks
API Letters: