Tracing

Produce a log of activity with data.

You appear to be a bot. Output may be restricted


function a( $this, $that ) {
  bw_trace2();
  return( $that );
}
a( "this", "that" );
 

Trace output

 
\wordpress\wp-content\plugins\play\a.php(3:0) 2013-11-01T00:04:53+00:00 4 cf! a(2) 2 Array
(
    [0] => this
    [1] => that
)