PluginProbe ʕ •ᴥ•ʔ
Matomo Analytics – Powerful, Privacy-First Insights for WordPress / 5.2.0
Matomo Analytics – Powerful, Privacy-First Insights for WordPress v5.2.0
5.11.1 5.11.0 5.10.2 5.10.1 trunk 1.0.2 1.0.3 1.0.4 1.0.5 1.0.6 1.1.0 1.1.1 1.1.2 1.1.3 1.2.0 1.3.0 1.3.1 1.3.2 4.0.0 4.0.1 4.0.2 4.0.3 4.0.4 4.1.0 4.1.1 4.1.2 4.1.3 4.10.0 4.11.0 4.12.0 4.13.0 4.13.2 4.13.3 4.13.4 4.13.5 4.14.0 4.14.1 4.14.2 4.15.0 4.15.1 4.15.2 4.15.3 4.2.0 4.3.0 4.3.1 4.4.1 4.4.2 4.5.0 4.6.0 5.0.1 5.0.2 5.0.3 5.0.4 5.0.5 5.0.6 5.0.7 5.0.8 5.1.0 5.1.1 5.1.2 5.1.3 5.1.4 5.1.5 5.1.6 5.1.7 5.10.0 5.2.0 5.2.1 5.2.2 5.3.0 5.3.1 5.3.2 5.3.3 5.6.0 5.6.1 5.7.0 5.7.1 5.8.0 5.8.1 5.8.2
matomo / app / vendor / scoper-autoload.php
matomo / app / vendor Last commit date
composer 1 year ago davaxi 1 year ago lox 2 years ago matomo 1 year ago mustangostang 2 years ago prefixed 1 year ago symfony 1 year ago szymach 1 year ago tecnickcom 1 year ago tedivm 1 year ago wikimedia 2 years ago .htaccess 2 years ago autoload.php 2 years ago autoload_original.php 1 year ago scoper-autoload.php 1 year ago
scoper-autoload.php
215 lines
1 <?php
2
3 // scoper-autoload.php @generated by PhpScoper
4
5 // Backup the autoloaded Composer files
6 if (isset($GLOBALS['__composer_autoload_files'])) {
7 $existingComposerAutoloadFiles = $GLOBALS['__composer_autoload_files'];
8 }
9
10 $loader = require_once __DIR__.'/autoload.php';
11 // Ensure InstalledVersions is available
12 $installedVersionsPath = __DIR__.'/composer/InstalledVersions.php';
13 if (file_exists($installedVersionsPath)) require_once $installedVersionsPath;
14
15 // Restore the backup
16 if (isset($existingComposerAutoloadFiles)) {
17 $GLOBALS['__composer_autoload_files'] = $existingComposerAutoloadFiles;
18 } else {
19 unset($GLOBALS['__composer_autoload_files']);
20 }
21
22 // Function aliases. For more information see:
23 // https://github.com/humbug/php-scoper/blob/master/docs/further-reading.md#function-aliases
24 if (!function_exists('Matomo_getUrlTrackGoal')) { function Matomo_getUrlTrackGoal() { return \Matomo\Dependencies\Matomo_getUrlTrackGoal(...func_get_args()); } }
25 if (!function_exists('Matomo_getUrlTrackPageView')) { function Matomo_getUrlTrackPageView() { return \Matomo\Dependencies\Matomo_getUrlTrackPageView(...func_get_args()); } }
26 if (!function_exists('PclZipUtilCopyBlock')) { function PclZipUtilCopyBlock() { return \Matomo\Dependencies\PclZipUtilCopyBlock(...func_get_args()); } }
27 if (!function_exists('PclZipUtilOptionText')) { function PclZipUtilOptionText() { return \Matomo\Dependencies\PclZipUtilOptionText(...func_get_args()); } }
28 if (!function_exists('PclZipUtilPathInclusion')) { function PclZipUtilPathInclusion() { return \Matomo\Dependencies\PclZipUtilPathInclusion(...func_get_args()); } }
29 if (!function_exists('PclZipUtilPathReduction')) { function PclZipUtilPathReduction() { return \Matomo\Dependencies\PclZipUtilPathReduction(...func_get_args()); } }
30 if (!function_exists('PclZipUtilRename')) { function PclZipUtilRename() { return \Matomo\Dependencies\PclZipUtilRename(...func_get_args()); } }
31 if (!function_exists('PclZipUtilTranslateWinPath')) { function PclZipUtilTranslateWinPath() { return \Matomo\Dependencies\PclZipUtilTranslateWinPath(...func_get_args()); } }
32 if (!function_exists('Piwik_GetErrorMessagePage')) { function Piwik_GetErrorMessagePage() { return \Matomo\Dependencies\Piwik_GetErrorMessagePage(...func_get_args()); } }
33 if (!function_exists('Piwik_ShouldPrintBackTraceWithMessage')) { function Piwik_ShouldPrintBackTraceWithMessage() { return \Matomo\Dependencies\Piwik_ShouldPrintBackTraceWithMessage(...func_get_args()); } }
34 if (!function_exists('Piwik_getUrlTrackGoal')) { function Piwik_getUrlTrackGoal() { return \Matomo\Dependencies\Piwik_getUrlTrackGoal(...func_get_args()); } }
35 if (!function_exists('Piwik_getUrlTrackPageView')) { function Piwik_getUrlTrackPageView() { return \Matomo\Dependencies\Piwik_getUrlTrackPageView(...func_get_args()); } }
36 if (!function_exists('_glob')) { function _glob() { return \Matomo\Dependencies\_glob(...func_get_args()); } }
37 if (!function_exists('_parse_ini_file')) { function _parse_ini_file() { return \Matomo\Dependencies\_parse_ini_file(...func_get_args()); } }
38 if (!function_exists('_readfile')) { function _readfile() { return \Matomo\Dependencies\_readfile(...func_get_args()); } }
39 if (!function_exists('_safe_serialize')) { function _safe_serialize() { return \Matomo\Dependencies\_safe_serialize(...func_get_args()); } }
40 if (!function_exists('_safe_unserialize')) { function _safe_unserialize() { return \Matomo\Dependencies\_safe_unserialize(...func_get_args()); } }
41 if (!function_exists('array_is_list')) { function array_is_list() { return \Matomo\Dependencies\array_is_list(...func_get_args()); } }
42 if (!function_exists('array_key_first')) { function array_key_first() { return \Matomo\Dependencies\array_key_first(...func_get_args()); } }
43 if (!function_exists('array_key_last')) { function array_key_last() { return \Matomo\Dependencies\array_key_last(...func_get_args()); } }
44 if (!function_exists('bar')) { function bar() { return \Matomo\Dependencies\bar(...func_get_args()); } }
45 if (!function_exists('ctype_alnum')) { function ctype_alnum() { return \Matomo\Dependencies\ctype_alnum(...func_get_args()); } }
46 if (!function_exists('ctype_alpha')) { function ctype_alpha() { return \Matomo\Dependencies\ctype_alpha(...func_get_args()); } }
47 if (!function_exists('ctype_cntrl')) { function ctype_cntrl() { return \Matomo\Dependencies\ctype_cntrl(...func_get_args()); } }
48 if (!function_exists('ctype_digit')) { function ctype_digit() { return \Matomo\Dependencies\ctype_digit(...func_get_args()); } }
49 if (!function_exists('ctype_graph')) { function ctype_graph() { return \Matomo\Dependencies\ctype_graph(...func_get_args()); } }
50 if (!function_exists('ctype_lower')) { function ctype_lower() { return \Matomo\Dependencies\ctype_lower(...func_get_args()); } }
51 if (!function_exists('ctype_print')) { function ctype_print() { return \Matomo\Dependencies\ctype_print(...func_get_args()); } }
52 if (!function_exists('ctype_punct')) { function ctype_punct() { return \Matomo\Dependencies\ctype_punct(...func_get_args()); } }
53 if (!function_exists('ctype_space')) { function ctype_space() { return \Matomo\Dependencies\ctype_space(...func_get_args()); } }
54 if (!function_exists('ctype_upper')) { function ctype_upper() { return \Matomo\Dependencies\ctype_upper(...func_get_args()); } }
55 if (!function_exists('ctype_xdigit')) { function ctype_xdigit() { return \Matomo\Dependencies\ctype_xdigit(...func_get_args()); } }
56 if (!function_exists('dd_autoload')) { function dd_autoload() { return \Matomo\Dependencies\dd_autoload(...func_get_args()); } }
57 if (!function_exists('disableEaccelerator')) { function disableEaccelerator() { return \Matomo\Dependencies\disableEaccelerator(...func_get_args()); } }
58 if (!function_exists('displayXHProfReport')) { function displayXHProfReport() { return \Matomo\Dependencies\displayXHProfReport(...func_get_args()); } }
59 if (!function_exists('dump')) { function dump() { return \Matomo\Dependencies\dump(...func_get_args()); } }
60 if (!function_exists('enum_exists')) { function enum_exists() { return \Matomo\Dependencies\enum_exists(...func_get_args()); } }
61 if (!function_exists('fdiv')) { function fdiv() { return \Matomo\Dependencies\fdiv(...func_get_args()); } }
62 if (!function_exists('file_get_contents')) { function file_get_contents() { return \Matomo\Dependencies\file_get_contents(...func_get_args()); } }
63 if (!function_exists('fnmatch')) { function fnmatch() { return \Matomo\Dependencies\fnmatch(...func_get_args()); } }
64 if (!function_exists('foo')) { function foo() { return \Matomo\Dependencies\foo(...func_get_args()); } }
65 if (!function_exists('full_report')) { function full_report() { return \Matomo\Dependencies\full_report(...func_get_args()); } }
66 if (!function_exists('get_debug_type')) { function get_debug_type() { return \Matomo\Dependencies\get_debug_type(...func_get_args()); } }
67 if (!function_exists('get_print_class')) { function get_print_class() { return \Matomo\Dependencies\get_print_class(...func_get_args()); } }
68 if (!function_exists('get_resource_id')) { function get_resource_id() { return \Matomo\Dependencies\get_resource_id(...func_get_args()); } }
69 if (!function_exists('get_tooltip_attributes')) { function get_tooltip_attributes() { return \Matomo\Dependencies\get_tooltip_attributes(...func_get_args()); } }
70 if (!function_exists('grapheme_extract')) { function grapheme_extract() { return \Matomo\Dependencies\grapheme_extract(...func_get_args()); } }
71 if (!function_exists('grapheme_stripos')) { function grapheme_stripos() { return \Matomo\Dependencies\grapheme_stripos(...func_get_args()); } }
72 if (!function_exists('grapheme_stristr')) { function grapheme_stristr() { return \Matomo\Dependencies\grapheme_stristr(...func_get_args()); } }
73 if (!function_exists('grapheme_strlen')) { function grapheme_strlen() { return \Matomo\Dependencies\grapheme_strlen(...func_get_args()); } }
74 if (!function_exists('grapheme_strpos')) { function grapheme_strpos() { return \Matomo\Dependencies\grapheme_strpos(...func_get_args()); } }
75 if (!function_exists('grapheme_strripos')) { function grapheme_strripos() { return \Matomo\Dependencies\grapheme_strripos(...func_get_args()); } }
76 if (!function_exists('grapheme_strrpos')) { function grapheme_strrpos() { return \Matomo\Dependencies\grapheme_strrpos(...func_get_args()); } }
77 if (!function_exists('grapheme_strstr')) { function grapheme_strstr() { return \Matomo\Dependencies\grapheme_strstr(...func_get_args()); } }
78 if (!function_exists('grapheme_substr')) { function grapheme_substr() { return \Matomo\Dependencies\grapheme_substr(...func_get_args()); } }
79 if (!function_exists('gzopen')) { function gzopen() { return \Matomo\Dependencies\gzopen(...func_get_args()); } }
80 if (!function_exists('gzseek')) { function gzseek() { return \Matomo\Dependencies\gzseek(...func_get_args()); } }
81 if (!function_exists('gztell')) { function gztell() { return \Matomo\Dependencies\gztell(...func_get_args()); } }
82 if (!function_exists('hrtime')) { function hrtime() { return \Matomo\Dependencies\hrtime(...func_get_args()); } }
83 if (!function_exists('humbug_phpscoper_expose_class')) { function humbug_phpscoper_expose_class() { return \Matomo\Dependencies\humbug_phpscoper_expose_class(...func_get_args()); } }
84 if (!function_exists('iconv')) { function iconv() { return \Matomo\Dependencies\iconv(...func_get_args()); } }
85 if (!function_exists('iconv_get_encoding')) { function iconv_get_encoding() { return \Matomo\Dependencies\iconv_get_encoding(...func_get_args()); } }
86 if (!function_exists('iconv_mime_decode')) { function iconv_mime_decode() { return \Matomo\Dependencies\iconv_mime_decode(...func_get_args()); } }
87 if (!function_exists('iconv_mime_decode_headers')) { function iconv_mime_decode_headers() { return \Matomo\Dependencies\iconv_mime_decode_headers(...func_get_args()); } }
88 if (!function_exists('iconv_mime_encode')) { function iconv_mime_encode() { return \Matomo\Dependencies\iconv_mime_encode(...func_get_args()); } }
89 if (!function_exists('iconv_set_encoding')) { function iconv_set_encoding() { return \Matomo\Dependencies\iconv_set_encoding(...func_get_args()); } }
90 if (!function_exists('iconv_strlen')) { function iconv_strlen() { return \Matomo\Dependencies\iconv_strlen(...func_get_args()); } }
91 if (!function_exists('iconv_strpos')) { function iconv_strpos() { return \Matomo\Dependencies\iconv_strpos(...func_get_args()); } }
92 if (!function_exists('iconv_strrpos')) { function iconv_strrpos() { return \Matomo\Dependencies\iconv_strrpos(...func_get_args()); } }
93 if (!function_exists('iconv_substr')) { function iconv_substr() { return \Matomo\Dependencies\iconv_substr(...func_get_args()); } }
94 if (!function_exists('init_metrics')) { function init_metrics() { return \Matomo\Dependencies\init_metrics(...func_get_args()); } }
95 if (!function_exists('isTrackerDebugEnabled')) { function isTrackerDebugEnabled() { return \Matomo\Dependencies\isTrackerDebugEnabled(...func_get_args()); } }
96 if (!function_exists('is_countable')) { function is_countable() { return \Matomo\Dependencies\is_countable(...func_get_args()); } }
97 if (!function_exists('mb_check_encoding')) { function mb_check_encoding() { return \Matomo\Dependencies\mb_check_encoding(...func_get_args()); } }
98 if (!function_exists('mb_chr')) { function mb_chr() { return \Matomo\Dependencies\mb_chr(...func_get_args()); } }
99 if (!function_exists('mb_convert_case')) { function mb_convert_case() { return \Matomo\Dependencies\mb_convert_case(...func_get_args()); } }
100 if (!function_exists('mb_convert_encoding')) { function mb_convert_encoding() { return \Matomo\Dependencies\mb_convert_encoding(...func_get_args()); } }
101 if (!function_exists('mb_convert_variables')) { function mb_convert_variables() { return \Matomo\Dependencies\mb_convert_variables(...func_get_args()); } }
102 if (!function_exists('mb_decode_mimeheader')) { function mb_decode_mimeheader() { return \Matomo\Dependencies\mb_decode_mimeheader(...func_get_args()); } }
103 if (!function_exists('mb_decode_numericentity')) { function mb_decode_numericentity() { return \Matomo\Dependencies\mb_decode_numericentity(...func_get_args()); } }
104 if (!function_exists('mb_detect_encoding')) { function mb_detect_encoding() { return \Matomo\Dependencies\mb_detect_encoding(...func_get_args()); } }
105 if (!function_exists('mb_detect_order')) { function mb_detect_order() { return \Matomo\Dependencies\mb_detect_order(...func_get_args()); } }
106 if (!function_exists('mb_encode_mimeheader')) { function mb_encode_mimeheader() { return \Matomo\Dependencies\mb_encode_mimeheader(...func_get_args()); } }
107 if (!function_exists('mb_encode_numericentity')) { function mb_encode_numericentity() { return \Matomo\Dependencies\mb_encode_numericentity(...func_get_args()); } }
108 if (!function_exists('mb_encoding_aliases')) { function mb_encoding_aliases() { return \Matomo\Dependencies\mb_encoding_aliases(...func_get_args()); } }
109 if (!function_exists('mb_get_info')) { function mb_get_info() { return \Matomo\Dependencies\mb_get_info(...func_get_args()); } }
110 if (!function_exists('mb_http_input')) { function mb_http_input() { return \Matomo\Dependencies\mb_http_input(...func_get_args()); } }
111 if (!function_exists('mb_http_output')) { function mb_http_output() { return \Matomo\Dependencies\mb_http_output(...func_get_args()); } }
112 if (!function_exists('mb_internal_encoding')) { function mb_internal_encoding() { return \Matomo\Dependencies\mb_internal_encoding(...func_get_args()); } }
113 if (!function_exists('mb_language')) { function mb_language() { return \Matomo\Dependencies\mb_language(...func_get_args()); } }
114 if (!function_exists('mb_lcfirst')) { function mb_lcfirst() { return \Matomo\Dependencies\mb_lcfirst(...func_get_args()); } }
115 if (!function_exists('mb_list_encodings')) { function mb_list_encodings() { return \Matomo\Dependencies\mb_list_encodings(...func_get_args()); } }
116 if (!function_exists('mb_ltrim')) { function mb_ltrim() { return \Matomo\Dependencies\mb_ltrim(...func_get_args()); } }
117 if (!function_exists('mb_ord')) { function mb_ord() { return \Matomo\Dependencies\mb_ord(...func_get_args()); } }
118 if (!function_exists('mb_output_handler')) { function mb_output_handler() { return \Matomo\Dependencies\mb_output_handler(...func_get_args()); } }
119 if (!function_exists('mb_parse_str')) { function mb_parse_str() { return \Matomo\Dependencies\mb_parse_str(...func_get_args()); } }
120 if (!function_exists('mb_rtrim')) { function mb_rtrim() { return \Matomo\Dependencies\mb_rtrim(...func_get_args()); } }
121 if (!function_exists('mb_scrub')) { function mb_scrub() { return \Matomo\Dependencies\mb_scrub(...func_get_args()); } }
122 if (!function_exists('mb_str_pad')) { function mb_str_pad() { return \Matomo\Dependencies\mb_str_pad(...func_get_args()); } }
123 if (!function_exists('mb_str_split')) { function mb_str_split() { return \Matomo\Dependencies\mb_str_split(...func_get_args()); } }
124 if (!function_exists('mb_stripos')) { function mb_stripos() { return \Matomo\Dependencies\mb_stripos(...func_get_args()); } }
125 if (!function_exists('mb_stristr')) { function mb_stristr() { return \Matomo\Dependencies\mb_stristr(...func_get_args()); } }
126 if (!function_exists('mb_strlen')) { function mb_strlen() { return \Matomo\Dependencies\mb_strlen(...func_get_args()); } }
127 if (!function_exists('mb_strpos')) { function mb_strpos() { return \Matomo\Dependencies\mb_strpos(...func_get_args()); } }
128 if (!function_exists('mb_strrchr')) { function mb_strrchr() { return \Matomo\Dependencies\mb_strrchr(...func_get_args()); } }
129 if (!function_exists('mb_strrichr')) { function mb_strrichr() { return \Matomo\Dependencies\mb_strrichr(...func_get_args()); } }
130 if (!function_exists('mb_strripos')) { function mb_strripos() { return \Matomo\Dependencies\mb_strripos(...func_get_args()); } }
131 if (!function_exists('mb_strrpos')) { function mb_strrpos() { return \Matomo\Dependencies\mb_strrpos(...func_get_args()); } }
132 if (!function_exists('mb_strstr')) { function mb_strstr() { return \Matomo\Dependencies\mb_strstr(...func_get_args()); } }
133 if (!function_exists('mb_strtolower')) { function mb_strtolower() { return \Matomo\Dependencies\mb_strtolower(...func_get_args()); } }
134 if (!function_exists('mb_strtoupper')) { function mb_strtoupper() { return \Matomo\Dependencies\mb_strtoupper(...func_get_args()); } }
135 if (!function_exists('mb_strwidth')) { function mb_strwidth() { return \Matomo\Dependencies\mb_strwidth(...func_get_args()); } }
136 if (!function_exists('mb_substitute_character')) { function mb_substitute_character() { return \Matomo\Dependencies\mb_substitute_character(...func_get_args()); } }
137 if (!function_exists('mb_substr')) { function mb_substr() { return \Matomo\Dependencies\mb_substr(...func_get_args()); } }
138 if (!function_exists('mb_substr_count')) { function mb_substr_count() { return \Matomo\Dependencies\mb_substr_count(...func_get_args()); } }
139 if (!function_exists('mb_trim')) { function mb_trim() { return \Matomo\Dependencies\mb_trim(...func_get_args()); } }
140 if (!function_exists('mb_ucfirst')) { function mb_ucfirst() { return \Matomo\Dependencies\mb_ucfirst(...func_get_args()); } }
141 if (!function_exists('mysqli_set_charset')) { function mysqli_set_charset() { return \Matomo\Dependencies\mysqli_set_charset(...func_get_args()); } }
142 if (!function_exists('normalizer_is_normalized')) { function normalizer_is_normalized() { return \Matomo\Dependencies\normalizer_is_normalized(...func_get_args()); } }
143 if (!function_exists('normalizer_normalize')) { function normalizer_normalize() { return \Matomo\Dependencies\normalizer_normalize(...func_get_args()); } }
144 if (!function_exists('pc_info')) { function pc_info() { return \Matomo\Dependencies\pc_info(...func_get_args()); } }
145 if (!function_exists('pct')) { function pct() { return \Matomo\Dependencies\pct(...func_get_args()); } }
146 if (!function_exists('php5to4')) { function php5to4() { return \Matomo\Dependencies\php5to4(...func_get_args()); } }
147 if (!function_exists('preg_last_error_msg')) { function preg_last_error_msg() { return \Matomo\Dependencies\preg_last_error_msg(...func_get_args()); } }
148 if (!function_exists('printTemplates')) { function printTemplates() { return \Matomo\Dependencies\printTemplates(...func_get_args()); } }
149 if (!function_exists('print_canonical')) { function print_canonical() { return \Matomo\Dependencies\print_canonical(...func_get_args()); } }
150 if (!function_exists('print_flat_data')) { function print_flat_data() { return \Matomo\Dependencies\print_flat_data(...func_get_args()); } }
151 if (!function_exists('print_function_info')) { function print_function_info() { return \Matomo\Dependencies\print_function_info(...func_get_args()); } }
152 if (!function_exists('print_pc_array')) { function print_pc_array() { return \Matomo\Dependencies\print_pc_array(...func_get_args()); } }
153 if (!function_exists('print_source_link')) { function print_source_link() { return \Matomo\Dependencies\print_source_link(...func_get_args()); } }
154 if (!function_exists('print_symbol_summary')) { function print_symbol_summary() { return \Matomo\Dependencies\print_symbol_summary(...func_get_args()); } }
155 if (!function_exists('print_td_num')) { function print_td_num() { return \Matomo\Dependencies\print_td_num(...func_get_args()); } }
156 if (!function_exists('print_td_pct')) { function print_td_pct() { return \Matomo\Dependencies\print_td_pct(...func_get_args()); } }
157 if (!function_exists('profiler_diff_report')) { function profiler_diff_report() { return \Matomo\Dependencies\profiler_diff_report(...func_get_args()); } }
158 if (!function_exists('profiler_report')) { function profiler_report() { return \Matomo\Dependencies\profiler_report(...func_get_args()); } }
159 if (!function_exists('profiler_single_run_report')) { function profiler_single_run_report() { return \Matomo\Dependencies\profiler_single_run_report(...func_get_args()); } }
160 if (!function_exists('roundTrip')) { function roundTrip() { return \Matomo\Dependencies\roundTrip(...func_get_args()); } }
161 if (!function_exists('safe_serialize')) { function safe_serialize() { return \Matomo\Dependencies\safe_serialize(...func_get_args()); } }
162 if (!function_exists('safe_unserialize')) { function safe_unserialize() { return \Matomo\Dependencies\safe_unserialize(...func_get_args()); } }
163 if (!function_exists('showHelp')) { function showHelp() { return \Matomo\Dependencies\showHelp(...func_get_args()); } }
164 if (!function_exists('sort_cbk')) { function sort_cbk() { return \Matomo\Dependencies\sort_cbk(...func_get_args()); } }
165 if (!function_exists('spyc_dump')) { function spyc_dump() { return \Matomo\Dependencies\spyc_dump(...func_get_args()); } }
166 if (!function_exists('spyc_load')) { function spyc_load() { return \Matomo\Dependencies\spyc_load(...func_get_args()); } }
167 if (!function_exists('spyc_load_file')) { function spyc_load_file() { return \Matomo\Dependencies\spyc_load_file(...func_get_args()); } }
168 if (!function_exists('stat_description')) { function stat_description() { return \Matomo\Dependencies\stat_description(...func_get_args()); } }
169 if (!function_exists('str_contains')) { function str_contains() { return \Matomo\Dependencies\str_contains(...func_get_args()); } }
170 if (!function_exists('str_ends_with')) { function str_ends_with() { return \Matomo\Dependencies\str_ends_with(...func_get_args()); } }
171 if (!function_exists('str_starts_with')) { function str_starts_with() { return \Matomo\Dependencies\str_starts_with(...func_get_args()); } }
172 if (!function_exists('symbol_report')) { function symbol_report() { return \Matomo\Dependencies\symbol_report(...func_get_args()); } }
173 if (!function_exists('unlinkRecursive')) { function unlinkRecursive() { return \Matomo\Dependencies\unlinkRecursive(...func_get_args()); } }
174 if (!function_exists('updatePluginUrlsForTests')) { function updatePluginUrlsForTests() { return \Matomo\Dependencies\updatePluginUrlsForTests(...func_get_args()); } }
175 if (!function_exists('updateUrlsInFixtureContent')) { function updateUrlsInFixtureContent() { return \Matomo\Dependencies\updateUrlsInFixtureContent(...func_get_args()); } }
176 if (!function_exists('utf8_decode')) { function utf8_decode() { return \Matomo\Dependencies\utf8_decode(...func_get_args()); } }
177 if (!function_exists('utf8_encode')) { function utf8_encode() { return \Matomo\Dependencies\utf8_encode(...func_get_args()); } }
178 if (!function_exists('xhprof_aggregate_runs')) { function xhprof_aggregate_runs() { return \Matomo\Dependencies\xhprof_aggregate_runs(...func_get_args()); } }
179 if (!function_exists('xhprof_array_set')) { function xhprof_array_set() { return \Matomo\Dependencies\xhprof_array_set(...func_get_args()); } }
180 if (!function_exists('xhprof_array_unset')) { function xhprof_array_unset() { return \Matomo\Dependencies\xhprof_array_unset(...func_get_args()); } }
181 if (!function_exists('xhprof_build_parent_child_key')) { function xhprof_build_parent_child_key() { return \Matomo\Dependencies\xhprof_build_parent_child_key(...func_get_args()); } }
182 if (!function_exists('xhprof_compute_diff')) { function xhprof_compute_diff() { return \Matomo\Dependencies\xhprof_compute_diff(...func_get_args()); } }
183 if (!function_exists('xhprof_compute_flat_info')) { function xhprof_compute_flat_info() { return \Matomo\Dependencies\xhprof_compute_flat_info(...func_get_args()); } }
184 if (!function_exists('xhprof_compute_inclusive_times')) { function xhprof_compute_inclusive_times() { return \Matomo\Dependencies\xhprof_compute_inclusive_times(...func_get_args()); } }
185 if (!function_exists('xhprof_count_format')) { function xhprof_count_format() { return \Matomo\Dependencies\xhprof_count_format(...func_get_args()); } }
186 if (!function_exists('xhprof_error')) { function xhprof_error() { return \Matomo\Dependencies\xhprof_error(...func_get_args()); } }
187 if (!function_exists('xhprof_generate_dot_script')) { function xhprof_generate_dot_script() { return \Matomo\Dependencies\xhprof_generate_dot_script(...func_get_args()); } }
188 if (!function_exists('xhprof_generate_image_by_dot')) { function xhprof_generate_image_by_dot() { return \Matomo\Dependencies\xhprof_generate_image_by_dot(...func_get_args()); } }
189 if (!function_exists('xhprof_generate_mime_header')) { function xhprof_generate_mime_header() { return \Matomo\Dependencies\xhprof_generate_mime_header(...func_get_args()); } }
190 if (!function_exists('xhprof_get_bool_param')) { function xhprof_get_bool_param() { return \Matomo\Dependencies\xhprof_get_bool_param(...func_get_args()); } }
191 if (!function_exists('xhprof_get_children_table')) { function xhprof_get_children_table() { return \Matomo\Dependencies\xhprof_get_children_table(...func_get_args()); } }
192 if (!function_exists('xhprof_get_content_by_run')) { function xhprof_get_content_by_run() { return \Matomo\Dependencies\xhprof_get_content_by_run(...func_get_args()); } }
193 if (!function_exists('xhprof_get_float_param')) { function xhprof_get_float_param() { return \Matomo\Dependencies\xhprof_get_float_param(...func_get_args()); } }
194 if (!function_exists('xhprof_get_matching_functions')) { function xhprof_get_matching_functions() { return \Matomo\Dependencies\xhprof_get_matching_functions(...func_get_args()); } }
195 if (!function_exists('xhprof_get_metrics')) { function xhprof_get_metrics() { return \Matomo\Dependencies\xhprof_get_metrics(...func_get_args()); } }
196 if (!function_exists('xhprof_get_param_helper')) { function xhprof_get_param_helper() { return \Matomo\Dependencies\xhprof_get_param_helper(...func_get_args()); } }
197 if (!function_exists('xhprof_get_possible_metrics')) { function xhprof_get_possible_metrics() { return \Matomo\Dependencies\xhprof_get_possible_metrics(...func_get_args()); } }
198 if (!function_exists('xhprof_get_string_param')) { function xhprof_get_string_param() { return \Matomo\Dependencies\xhprof_get_string_param(...func_get_args()); } }
199 if (!function_exists('xhprof_get_uint_param')) { function xhprof_get_uint_param() { return \Matomo\Dependencies\xhprof_get_uint_param(...func_get_args()); } }
200 if (!function_exists('xhprof_http_header')) { function xhprof_http_header() { return \Matomo\Dependencies\xhprof_http_header(...func_get_args()); } }
201 if (!function_exists('xhprof_include_js_css')) { function xhprof_include_js_css() { return \Matomo\Dependencies\xhprof_include_js_css(...func_get_args()); } }
202 if (!function_exists('xhprof_normalize_metrics')) { function xhprof_normalize_metrics() { return \Matomo\Dependencies\xhprof_normalize_metrics(...func_get_args()); } }
203 if (!function_exists('xhprof_param_init')) { function xhprof_param_init() { return \Matomo\Dependencies\xhprof_param_init(...func_get_args()); } }
204 if (!function_exists('xhprof_parse_parent_child')) { function xhprof_parse_parent_child() { return \Matomo\Dependencies\xhprof_parse_parent_child(...func_get_args()); } }
205 if (!function_exists('xhprof_percent_format')) { function xhprof_percent_format() { return \Matomo\Dependencies\xhprof_percent_format(...func_get_args()); } }
206 if (!function_exists('xhprof_prune_run')) { function xhprof_prune_run() { return \Matomo\Dependencies\xhprof_prune_run(...func_get_args()); } }
207 if (!function_exists('xhprof_render_actions')) { function xhprof_render_actions() { return \Matomo\Dependencies\xhprof_render_actions(...func_get_args()); } }
208 if (!function_exists('xhprof_render_diff_image')) { function xhprof_render_diff_image() { return \Matomo\Dependencies\xhprof_render_diff_image(...func_get_args()); } }
209 if (!function_exists('xhprof_render_image')) { function xhprof_render_image() { return \Matomo\Dependencies\xhprof_render_image(...func_get_args()); } }
210 if (!function_exists('xhprof_render_link')) { function xhprof_render_link() { return \Matomo\Dependencies\xhprof_render_link(...func_get_args()); } }
211 if (!function_exists('xhprof_trim_run')) { function xhprof_trim_run() { return \Matomo\Dependencies\xhprof_trim_run(...func_get_args()); } }
212 if (!function_exists('xhprof_valid_run')) { function xhprof_valid_run() { return \Matomo\Dependencies\xhprof_valid_run(...func_get_args()); } }
213
214 return $loader;
215