Lines:
1 to 81 of 81
<?php // (C) Copyright Bobbing Wide 2015-2018 /* function bw_action_options() – Load the global bw_action_options */ /* function bw_trace_add_action() – Add a selected trace action */ /* function bw_trace_add_selected_actions() – Add actions to trace selected actions */ /* function bw_trace_deprecated_argument_trigger_error() – Perform a debug backtrace before reporting the deprecation */ /* function bw_trace_deprecated_argument_run() – Implement "deprecated_argument_run" action for oik-bwtrace */ /* function bw_trace_deprecated_constructor_run() – Implement "deprecated_constructor_run" action for oik-bwtrace */ /* function bw_trace_deprecated_file_included() – Implement "deprecated_file_included" action for oik-bwtrace */ /* function bw_trace_deprecated_function_run() – Implement "deprecated_function_run" action for oik-bwtrace */ /* function bw_trace_doing_it_wrong_run() – Implement "doing_it_wrong_run" action for oik-bwtrace */ /* function bw_trace_add_error_handler() – Add our error handler for Notice and Warning messages */ /* function bw_trace_errno() – Return string representation of the $errno */ /* function bw_trace_error_handler() – Trace catchable errors */ /* function bw_trace_add_trace_selected_hooks() – Trace selected hooks */ /* function bw_trace_add_filters() – Add the filter function for the selected hooks */ /* function bw_trace_add_filter() – Add the filter function for the selected hook and priority */ /* function bw_trace_parms() – Trace the parameters passed to the hook */ /* function bw_trace_add_trace_selected_filters() – Trace selected results */ /* function bw_trace_results() – Trace the results from filtering */ /* function bw_trace_inspect_current() – Find the current priority */ /* function bw_trace_add_trace_selected_hooks_the_post() – Add selected hooks to trace the values in the global post */ /* function bw_trace_add_trace_selected_hooks_attached_hooks() – Add selected hooks to trace the attached hooks */ /* function bw_trace_add_trace_selected_hooks_backtrace() – Add selected hooks to debug backtrace */ /* function bw_trace_add_trace_stringwatch() – Add stringwatch logic if required */ /* function bw_trace_add_trace_anychange() – Adds anychange logic if required */ /* function bw_trace_add_trace_rest */ /* function bw_trace_plugins_loaded */ /* function bw_trace_time_plugin_loaded */ /* function bw_trace_rest_pre_echo_response */ /* function bw_trace_http_raw_post_data */ /* function bw_trace_the_post() – Trace the global post object */ /* function bw_trace_attached_hooks() – Trace the attached hooks for the given hook */ /* function bw_trace_all_attached_hooks() – Traces all attached hooks */ /* function bw_trace_get_attached_hooks() – Return the attached hooks */ /* function bw_trace_backtrace() – Backtrace the selected hook */View on GitHub View on Trac