chillerlan-QRCodeTest-Performance-PerformanceTest.html 25 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8">
  5. <title>Documentation</title>
  6. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  7. <base href="../">
  8. <link rel="icon" href="images/favicon.ico"/>
  9. <link rel="stylesheet" href="css/normalize.css">
  10. <link rel="stylesheet" href="css/base.css">
  11. <link rel="preconnect" href="https://fonts.gstatic.com">
  12. <link href="https://fonts.googleapis.com/css2?family=Open+Sans:wght@100;200;300;400;600;700&display=swap" rel="stylesheet">
  13. <link href="https://fonts.googleapis.com/css2?family=Source+Code+Pro:wght@400;600;700&display=swap" rel="stylesheet">
  14. <link rel="stylesheet" href="css/template.css">
  15. <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.12.0/css/all.min.css" integrity="sha256-ybRkN9dBjhcS2qrW1z+hfCxq+1aBdwyQM5wlQoQVt/0=" crossorigin="anonymous" />
  16. <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/prismjs@1.23.0/themes/prism-okaidia.css">
  17. <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/prismjs@1.23.0/plugins/line-numbers/prism-line-numbers.css">
  18. <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/prismjs@1.23.0/plugins/line-highlight/prism-line-highlight.css">
  19. <script src="https://cdn.jsdelivr.net/npm/fuse.js@3.4.6"></script>
  20. <script src="https://cdn.jsdelivr.net/npm/css-vars-ponyfill@2"></script>
  21. <script src="js/template.js"></script>
  22. <script src="js/search.js"></script>
  23. <script defer src="js/searchIndex.js"></script>
  24. </head>
  25. <body id="top">
  26. <header class="phpdocumentor-header phpdocumentor-section">
  27. <h1 class="phpdocumentor-title"><a href="" class="phpdocumentor-title__link">Documentation</a></h1>
  28. <input class="phpdocumentor-header__menu-button" type="checkbox" id="menu-button" name="menu-button" />
  29. <label class="phpdocumentor-header__menu-icon" for="menu-button">
  30. <i class="fas fa-bars"></i>
  31. </label>
  32. <section data-search-form class="phpdocumentor-search">
  33. <label>
  34. <span class="visually-hidden">Search for</span>
  35. <svg class="phpdocumentor-search__icon" width="21" height="20" viewBox="0 0 21 20" fill="none" xmlns="http://www.w3.org/2000/svg">
  36. <circle cx="7.5" cy="7.5" r="6.5" stroke="currentColor" stroke-width="2"/>
  37. <line x1="12.4892" y1="12.2727" x2="19.1559" y2="18.9393" stroke="currentColor" stroke-width="3"/>
  38. </svg>
  39. <input type="search" class="phpdocumentor-field phpdocumentor-search__field" placeholder="Loading .." disabled />
  40. </label>
  41. </section>
  42. <nav class="phpdocumentor-topnav">
  43. <ul class="phpdocumentor-topnav__menu">
  44. <li class="phpdocumentor-topnav__menu-item -menu">
  45. <a href="https://php-qrcode.readthedocs.io">
  46. <span>
  47. User Manual
  48. </span>
  49. </a>
  50. </li>
  51. <li class="phpdocumentor-topnav__menu-item -social">
  52. <a href="https://github.com/chillerlan/php-qrcode">
  53. <span>
  54. <i class="fab fa-github"></i>
  55. </span>
  56. </a>
  57. </li>
  58. </ul>
  59. </nav>
  60. </header>
  61. <main class="phpdocumentor">
  62. <div class="phpdocumentor-section">
  63. <input class="phpdocumentor-sidebar__menu-button" type="checkbox" id="sidebar-button" name="sidebar-button" />
  64. <label class="phpdocumentor-sidebar__menu-icon" for="sidebar-button">
  65. Menu
  66. </label>
  67. <aside class="phpdocumentor-column -three phpdocumentor-sidebar">
  68. <section class="phpdocumentor-sidebar__category">
  69. <h2 class="phpdocumentor-sidebar__category-header">Namespaces</h2>
  70. <h4 class="phpdocumentor-sidebar__root-namespace">
  71. <a href="namespaces/chillerlan.html" class="">chillerlan</a>
  72. </h4>
  73. <ul class="phpdocumentor-list">
  74. <li>
  75. <a href="namespaces/chillerlan-qrcode.html" class="">QRCode</a>
  76. </li>
  77. <li>
  78. <a href="namespaces/chillerlan-qrcodetest.html" class="">QRCodeTest</a>
  79. </li>
  80. </ul>
  81. <h4 class="phpdocumentor-sidebar__root-namespace">
  82. <a href="namespaces/output.html" class="">Output</a>
  83. </h4>
  84. </section>
  85. <section class="phpdocumentor-sidebar__category">
  86. <h2 class="phpdocumentor-sidebar__category-header">Packages</h2>
  87. <h4 class="phpdocumentor-sidebar__root-namespace">
  88. <a href="packages/Application.html" class="">Application</a>
  89. </h4>
  90. </section>
  91. <section class="phpdocumentor-sidebar__category">
  92. <h2 class="phpdocumentor-sidebar__category-header">Reports</h2>
  93. <h3 class="phpdocumentor-sidebar__root-package"><a href="reports/deprecated.html">Deprecated</a></h3>
  94. <h3 class="phpdocumentor-sidebar__root-package"><a href="reports/errors.html">Errors</a></h3>
  95. <h3 class="phpdocumentor-sidebar__root-package"><a href="reports/markers.html">Markers</a></h3>
  96. </section>
  97. <section class="phpdocumentor-sidebar__category">
  98. <h2 class="phpdocumentor-sidebar__category-header">Indices</h2>
  99. <h3 class="phpdocumentor-sidebar__root-package"><a href="indices/files.html">Files</a></h3>
  100. </section>
  101. </aside>
  102. <div class="phpdocumentor-column -nine phpdocumentor-content">
  103. <section>
  104. <ul class="phpdocumentor-breadcrumbs">
  105. <li class="phpdocumentor-breadcrumb"><a href="namespaces/chillerlan.html">chillerlan</a></li>
  106. <li class="phpdocumentor-breadcrumb"><a href="namespaces/chillerlan-qrcodetest.html">QRCodeTest</a></li>
  107. <li class="phpdocumentor-breadcrumb"><a href="namespaces/chillerlan-qrcodetest-performance.html">Performance</a></li>
  108. </ul>
  109. <article class="phpdocumentor-element -class">
  110. <h2 class="phpdocumentor-content__title">
  111. PerformanceTest
  112. <div class="phpdocumentor-element__package">
  113. in package
  114. <ul class="phpdocumentor-breadcrumbs">
  115. <li class="phpdocumentor-breadcrumb"><a href="packages/Application.html">Application</a></li>
  116. </ul>
  117. </div>
  118. </h2>
  119. <div class="phpdocumentor-label-line">
  120. </div>
  121. <aside class="phpdocumentor-element-found-in">
  122. <abbr class="phpdocumentor-element-found-in__file" title="tests/Performance/PerformanceTest.php"><a href="files/tests-performance-performancetest.html"><abbr title="tests/Performance/PerformanceTest.php">PerformanceTest.php</abbr></a></abbr>
  123. :
  124. <span class="phpdocumentor-element-found-in__line">19</span>
  125. </aside>
  126. <h3 id="toc">
  127. Table of Contents
  128. <a href="classes/chillerlan-QRCodeTest-Performance-PerformanceTest.html#toc" class="headerlink"><i class="fas fa-link"></i></a>
  129. </h3>
  130. <h4 id="toc-properties">
  131. Properties
  132. <a href="classes/chillerlan-QRCodeTest-Performance-PerformanceTest.html#toc-properties" class="headerlink"><i class="fas fa-link"></i></a>
  133. </h4>
  134. <dl class="phpdocumentor-table-of-contents">
  135. <dt class="phpdocumentor-table-of-contents__entry -property -protected">
  136. <a href="classes/chillerlan-QRCodeTest-Performance-PerformanceTest.html#property_runs">$runs</a>
  137. <span>
  138. &nbsp;: int </span>
  139. </dt>
  140. <dt class="phpdocumentor-table-of-contents__entry -property -protected">
  141. <a href="classes/chillerlan-QRCodeTest-Performance-PerformanceTest.html#property_total">$total</a>
  142. <span>
  143. &nbsp;: int </span>
  144. </dt>
  145. </dl>
  146. <h4 id="toc-methods">
  147. Methods
  148. <a href="classes/chillerlan-QRCodeTest-Performance-PerformanceTest.html#toc-methods" class="headerlink"><i class="fas fa-link"></i></a>
  149. </h4>
  150. <dl class="phpdocumentor-table-of-contents">
  151. <dt class="phpdocumentor-table-of-contents__entry -method -public">
  152. <a href="classes/chillerlan-QRCodeTest-Performance-PerformanceTest.html#method___construct">__construct()</a>
  153. <span>
  154. &nbsp;: mixed </span>
  155. </dt>
  156. <dt class="phpdocumentor-table-of-contents__entry -method -public">
  157. <a href="classes/chillerlan-QRCodeTest-Performance-PerformanceTest.html#method_getResult">getResult()</a>
  158. <span>
  159. &nbsp;: float </span>
  160. </dt>
  161. <dt class="phpdocumentor-table-of-contents__entry -method -public">
  162. <a href="classes/chillerlan-QRCodeTest-Performance-PerformanceTest.html#method_run">run()</a>
  163. <span>
  164. &nbsp;: self </span>
  165. </dt>
  166. </dl>
  167. <section class="phpdocumentor-properties">
  168. <h3 class="phpdocumentor-elements__header" id="properties">
  169. Properties
  170. <a href="classes/chillerlan-QRCodeTest-Performance-PerformanceTest.html#properties" class="headerlink"><i class="fas fa-link"></i></a>
  171. </h3>
  172. <article
  173. class="
  174. phpdocumentor-element
  175. -property
  176. -protected
  177. "
  178. >
  179. <h4 class="phpdocumentor-element__name" id="property_runs">
  180. $runs
  181. <a href="classes/chillerlan-QRCodeTest-Performance-PerformanceTest.html#property_runs" class="headerlink"><i class="fas fa-link"></i></a>
  182. <span class="phpdocumentor-element__modifiers">
  183. </span>
  184. </h4>
  185. <aside class="phpdocumentor-element-found-in">
  186. <abbr class="phpdocumentor-element-found-in__file" title="tests/Performance/PerformanceTest.php"><a href="files/tests-performance-performancetest.html"><abbr title="tests/Performance/PerformanceTest.php">PerformanceTest.php</abbr></a></abbr>
  187. :
  188. <span class="phpdocumentor-element-found-in__line">21</span>
  189. </aside>
  190. <code class="phpdocumentor-code phpdocumentor-signature ">
  191. <span class="phpdocumentor-signature__visibility">protected</span>
  192. <span class="phpdocumentor-signature__type">int</span>
  193. <span class="phpdocumentor-signature__name">$runs</span>
  194. </code>
  195. </article>
  196. <article
  197. class="
  198. phpdocumentor-element
  199. -property
  200. -protected
  201. "
  202. >
  203. <h4 class="phpdocumentor-element__name" id="property_total">
  204. $total
  205. <a href="classes/chillerlan-QRCodeTest-Performance-PerformanceTest.html#property_total" class="headerlink"><i class="fas fa-link"></i></a>
  206. <span class="phpdocumentor-element__modifiers">
  207. </span>
  208. </h4>
  209. <aside class="phpdocumentor-element-found-in">
  210. <abbr class="phpdocumentor-element-found-in__file" title="tests/Performance/PerformanceTest.php"><a href="files/tests-performance-performancetest.html"><abbr title="tests/Performance/PerformanceTest.php">PerformanceTest.php</abbr></a></abbr>
  211. :
  212. <span class="phpdocumentor-element-found-in__line">22</span>
  213. </aside>
  214. <code class="phpdocumentor-code phpdocumentor-signature ">
  215. <span class="phpdocumentor-signature__visibility">protected</span>
  216. <span class="phpdocumentor-signature__type">int</span>
  217. <span class="phpdocumentor-signature__name">$total</span>
  218. = <span class="phpdocumentor-signature__default-value">0</span></code>
  219. </article>
  220. </section>
  221. <section class="phpdocumentor-methods">
  222. <h3 class="phpdocumentor-elements__header" id="methods">
  223. Methods
  224. <a href="classes/chillerlan-QRCodeTest-Performance-PerformanceTest.html#methods" class="headerlink"><i class="fas fa-link"></i></a>
  225. </h3>
  226. <article
  227. class="phpdocumentor-element
  228. -method
  229. -public
  230. "
  231. >
  232. <h4 class="phpdocumentor-element__name" id="method___construct">
  233. __construct()
  234. <a href="classes/chillerlan-QRCodeTest-Performance-PerformanceTest.html#method___construct" class="headerlink"><i class="fas fa-link"></i></a>
  235. </h4>
  236. <aside class="phpdocumentor-element-found-in">
  237. <abbr class="phpdocumentor-element-found-in__file" title="tests/Performance/PerformanceTest.php"><a href="files/tests-performance-performancetest.html"><abbr title="tests/Performance/PerformanceTest.php">PerformanceTest.php</abbr></a></abbr>
  238. :
  239. <span class="phpdocumentor-element-found-in__line">24</span>
  240. </aside>
  241. <code class="phpdocumentor-code phpdocumentor-signature ">
  242. <span class="phpdocumentor-signature__visibility">public</span>
  243. <span class="phpdocumentor-signature__name">__construct</span><span>(</span><span class="phpdocumentor-signature__argument"><span>[</span><span class="phpdocumentor-signature__argument__return-type">int&nbsp;</span><span class="phpdocumentor-signature__argument__name">$runs</span><span> = </span><span class="phpdocumentor-signature__argument__default-value">1000</span><span> ]</span></span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">mixed</span></code>
  244. <div class="phpdocumentor-label-line">
  245. </div>
  246. <h5 class="phpdocumentor-argument-list__heading">Parameters</h5>
  247. <dl class="phpdocumentor-argument-list">
  248. <dt class="phpdocumentor-argument-list__entry">
  249. <span class="phpdocumentor-signature__argument__name">$runs</span>
  250. : <span class="phpdocumentor-signature__argument__return-type">int</span>
  251. = <span class="phpdocumentor-signature__argument__default-value">1000</span> </dt>
  252. <dd class="phpdocumentor-argument-list__definition">
  253. </dd>
  254. </dl>
  255. </article>
  256. <article
  257. class="phpdocumentor-element
  258. -method
  259. -public
  260. "
  261. >
  262. <h4 class="phpdocumentor-element__name" id="method_getResult">
  263. getResult()
  264. <a href="classes/chillerlan-QRCodeTest-Performance-PerformanceTest.html#method_getResult" class="headerlink"><i class="fas fa-link"></i></a>
  265. </h4>
  266. <aside class="phpdocumentor-element-found-in">
  267. <abbr class="phpdocumentor-element-found-in__file" title="tests/Performance/PerformanceTest.php"><a href="files/tests-performance-performancetest.html"><abbr title="tests/Performance/PerformanceTest.php">PerformanceTest.php</abbr></a></abbr>
  268. :
  269. <span class="phpdocumentor-element-found-in__line">44</span>
  270. </aside>
  271. <code class="phpdocumentor-code phpdocumentor-signature ">
  272. <span class="phpdocumentor-signature__visibility">public</span>
  273. <span class="phpdocumentor-signature__name">getResult</span><span>(</span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">float</span></code>
  274. <div class="phpdocumentor-label-line">
  275. </div>
  276. <section>
  277. <h5 class="phpdocumentor-return-value__heading">Return values</h5>
  278. <span class="phpdocumentor-signature__response_type">float</span>
  279. </section>
  280. </article>
  281. <article
  282. class="phpdocumentor-element
  283. -method
  284. -public
  285. "
  286. >
  287. <h4 class="phpdocumentor-element__name" id="method_run">
  288. run()
  289. <a href="classes/chillerlan-QRCodeTest-Performance-PerformanceTest.html#method_run" class="headerlink"><i class="fas fa-link"></i></a>
  290. </h4>
  291. <aside class="phpdocumentor-element-found-in">
  292. <abbr class="phpdocumentor-element-found-in__file" title="tests/Performance/PerformanceTest.php"><a href="files/tests-performance-performancetest.html"><abbr title="tests/Performance/PerformanceTest.php">PerformanceTest.php</abbr></a></abbr>
  293. :
  294. <span class="phpdocumentor-element-found-in__line">28</span>
  295. </aside>
  296. <code class="phpdocumentor-code phpdocumentor-signature ">
  297. <span class="phpdocumentor-signature__visibility">public</span>
  298. <span class="phpdocumentor-signature__name">run</span><span>(</span><span class="phpdocumentor-signature__argument"><span class="phpdocumentor-signature__argument__return-type"><abbr title="\Closure">Closure</abbr>&nbsp;</span><span class="phpdocumentor-signature__argument__name">$subject</span></span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">self</span></code>
  299. <div class="phpdocumentor-label-line">
  300. </div>
  301. <h5 class="phpdocumentor-argument-list__heading">Parameters</h5>
  302. <dl class="phpdocumentor-argument-list">
  303. <dt class="phpdocumentor-argument-list__entry">
  304. <span class="phpdocumentor-signature__argument__name">$subject</span>
  305. : <span class="phpdocumentor-signature__argument__return-type"><abbr title="\Closure">Closure</abbr></span>
  306. </dt>
  307. <dd class="phpdocumentor-argument-list__definition">
  308. </dd>
  309. </dl>
  310. <section>
  311. <h5 class="phpdocumentor-return-value__heading">Return values</h5>
  312. <span class="phpdocumentor-signature__response_type">self</span>
  313. </section>
  314. </article>
  315. </section>
  316. <div class="phpdocumentor-modal" id="source-view">
  317. <div class="phpdocumentor-modal-bg" data-exit-button></div>
  318. <div class="phpdocumentor-modal-container">
  319. <div class="phpdocumentor-modal-content">
  320. <pre style="max-height: 500px; overflow-y: scroll" data-src="files/tests/Performance/PerformanceTest.php.txt" class="language-php line-numbers linkable-line-numbers"></pre>
  321. </div>
  322. <button data-exit-button class="phpdocumentor-modal__close">&times;</button>
  323. </div>
  324. </div>
  325. <script type="text/javascript">
  326. (function () {
  327. function loadExternalCodeSnippet(el, url, line) {
  328. Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => {
  329. const src = url || pre.getAttribute('data-src').replace(/\\/g, '/');
  330. const language = 'php';
  331. const code = document.createElement('code');
  332. code.className = 'language-' + language;
  333. pre.textContent = '';
  334. pre.setAttribute('data-line', line)
  335. code.textContent = 'Loading…';
  336. pre.appendChild(code);
  337. var xhr = new XMLHttpRequest();
  338. xhr.open('GET', src, true);
  339. xhr.onreadystatechange = function () {
  340. if (xhr.readyState !== 4) {
  341. return;
  342. }
  343. if (xhr.status < 400 && xhr.responseText) {
  344. code.textContent = xhr.responseText;
  345. Prism.highlightElement(code);
  346. return;
  347. }
  348. if (xhr.status === 404) {
  349. code.textContent = '✖ Error: File could not be found';
  350. return;
  351. }
  352. if (xhr.status >= 400) {
  353. code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText;
  354. return;
  355. }
  356. code.textContent = '✖ Error: An unknown error occurred';
  357. };
  358. xhr.send(null);
  359. });
  360. }
  361. const modalButtons = document.querySelectorAll("[data-modal]");
  362. const openedAsLocalFile = window.location.protocol === 'file:';
  363. if (modalButtons.length > 0 && openedAsLocalFile) {
  364. console.warn(
  365. 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' +
  366. 'browsers block XHR requests when a page is opened this way'
  367. );
  368. }
  369. modalButtons.forEach(function (trigger) {
  370. if (openedAsLocalFile) {
  371. trigger.setAttribute("hidden", "hidden");
  372. }
  373. trigger.addEventListener("click", function (event) {
  374. event.preventDefault();
  375. const modal = document.getElementById(trigger.dataset.modal);
  376. if (!modal) {
  377. console.error(`Modal with id "${trigger.dataset.modal}" could not be found`);
  378. return;
  379. }
  380. modal.classList.add("phpdocumentor-modal__open");
  381. loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line)
  382. const exits = modal.querySelectorAll("[data-exit-button]");
  383. exits.forEach(function (exit) {
  384. exit.addEventListener("click", function (event) {
  385. event.preventDefault();
  386. modal.classList.remove("phpdocumentor-modal__open");
  387. });
  388. });
  389. });
  390. });
  391. })();
  392. </script>
  393. </article>
  394. </section>
  395. <section class="phpdocumentor-on-this-page__sidebar">
  396. <section class="phpdocumentor-on-this-page__content">
  397. <strong class="phpdocumentor-on-this-page__title">On this page</strong>
  398. <ul class="phpdocumentor-list -clean">
  399. <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li>
  400. <li>
  401. <ul class="phpdocumentor-list -clean">
  402. <li><a href="classes/chillerlan-QRCodeTest-Performance-PerformanceTest.html#toc-properties">Properties</a></li>
  403. <li><a href="classes/chillerlan-QRCodeTest-Performance-PerformanceTest.html#toc-methods">Methods</a></li>
  404. </ul>
  405. </li>
  406. <li class="phpdocumentor-on-this-page-section__title">Properties</li>
  407. <li>
  408. <ul class="phpdocumentor-list -clean">
  409. <li><a href="classes/chillerlan-QRCodeTest-Performance-PerformanceTest.html#property_runs">$runs<a href="classes/chillerlan-QRCodeTest-Performance-PerformanceTest.html"></li>
  410. <li><a href="classes/chillerlan-QRCodeTest-Performance-PerformanceTest.html#property_total">$total<a href="classes/chillerlan-QRCodeTest-Performance-PerformanceTest.html"></li>
  411. </ul>
  412. </li>
  413. <li class="phpdocumentor-on-this-page-section__title">Methods</li>
  414. <li>
  415. <ul class="phpdocumentor-list -clean">
  416. <li><a href="classes/chillerlan-QRCodeTest-Performance-PerformanceTest.html#method___construct">__construct()</a></li>
  417. <li><a href="classes/chillerlan-QRCodeTest-Performance-PerformanceTest.html#method_getResult">getResult()</a></li>
  418. <li><a href="classes/chillerlan-QRCodeTest-Performance-PerformanceTest.html#method_run">run()</a></li>
  419. </ul>
  420. </li>
  421. </ul>
  422. </section>
  423. </section>
  424. </div>
  425. <section data-search-results class="phpdocumentor-search-results phpdocumentor-search-results--hidden">
  426. <section class="phpdocumentor-search-results__dialog">
  427. <header class="phpdocumentor-search-results__header">
  428. <h2 class="phpdocumentor-search-results__title">Search results</h2>
  429. <button class="phpdocumentor-search-results__close"><i class="fas fa-times"></i></button>
  430. </header>
  431. <section class="phpdocumentor-search-results__body">
  432. <ul class="phpdocumentor-search-results__entries"></ul>
  433. </section>
  434. </section>
  435. </section>
  436. </div>
  437. <a href="classes/chillerlan-QRCodeTest-Performance-PerformanceTest.html#top" class="phpdocumentor-back-to-top"><i class="fas fa-chevron-circle-up"></i></a>
  438. </main>
  439. <script>
  440. cssVars({});
  441. </script>
  442. <script src="https://cdn.jsdelivr.net/npm/prismjs@1.23.0/prism.min.js"></script>
  443. <script src="https://cdn.jsdelivr.net/npm/prismjs@1.23.0/plugins/autoloader/prism-autoloader.min.js"></script>
  444. <script src="https://cdn.jsdelivr.net/npm/prismjs@1.23.0/plugins/line-numbers/prism-line-numbers.min.js"></script>
  445. <script src="https://cdn.jsdelivr.net/npm/prismjs@1.23.0/plugins/line-highlight/prism-line-highlight.min.js"></script>
  446. </body>
  447. </html>