Lines:
1 to 16 of 16
<?php // (C) Copyright Bobbing Wide 2016,2017,2019,2021 /* class OIK_trace_info */ /* function OIK_trace_info::__construct() – Constructor for OIK_trace_info */ /* function OIK_trace_info::display_info() – Display the trace information */ /* function OIK_trace_info::display_fields() – Display a whole load of fields */ /* function OIK_trace_info::tablerow() – Display a field, value and extra notes */ /* function OIK_trace_info::display_global() – Display a global field */ /* function OIK_trace_info::display_constant() – Display the value of a constant */ /* function OIK_trace_info::display_option() – Display the value of an option field */ /* function OIK_trace_info::display_ini() – Display the value of an option field */ /* function OIK_trace_info::display_function() – Display a virtual field determined by executing a function */ /* function OIK_trace_info::as_bool() – Display a value as a boolean */ /* function OIK_trace_info::as_string() – Display a value as a string */ /* function OIK_trace_info::as_url() – Display a value as an URL */ /* function OIK_trace_info::php_end_of_life() – Tell them the truth about PHP end of life */View on GitHub View on Trac