chillerlan-QRCodeTest-Data-ECITest.html 48 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119
  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. <li class="phpdocumentor-topnav__menu-item -social">
  59. <a href="https://github.com/chillerlan/php-qrcode/discussions">
  60. <span>
  61. <i class="fas fa-envelope-open-text"></i>
  62. </span>
  63. </a>
  64. </li>
  65. </ul>
  66. </nav>
  67. </header>
  68. <main class="phpdocumentor">
  69. <div class="phpdocumentor-section">
  70. <input class="phpdocumentor-sidebar__menu-button" type="checkbox" id="sidebar-button" name="sidebar-button" />
  71. <label class="phpdocumentor-sidebar__menu-icon" for="sidebar-button">
  72. Menu
  73. </label>
  74. <aside class="phpdocumentor-column -three phpdocumentor-sidebar">
  75. <section class="phpdocumentor-sidebar__category -namespaces">
  76. <h2 class="phpdocumentor-sidebar__category-header">Namespaces</h2>
  77. <h4 class="phpdocumentor-sidebar__root-namespace">
  78. <a href="namespaces/chillerlan.html" class="">chillerlan</a>
  79. </h4>
  80. <ul class="phpdocumentor-list">
  81. <li>
  82. <a href="namespaces/chillerlan-qrcode.html" class="">QRCode</a>
  83. </li>
  84. <li>
  85. <a href="namespaces/chillerlan-qrcodetest.html" class="">QRCodeTest</a>
  86. </li>
  87. </ul>
  88. <h4 class="phpdocumentor-sidebar__root-namespace">
  89. <a href="namespaces/output.html" class="">Output</a>
  90. </h4>
  91. </section>
  92. <section class="phpdocumentor-sidebar__category -packages">
  93. <h2 class="phpdocumentor-sidebar__category-header">Packages</h2>
  94. <h4 class="phpdocumentor-sidebar__root-namespace">
  95. <a href="packages/Application.html" class="">Application</a>
  96. </h4>
  97. </section>
  98. <section class="phpdocumentor-sidebar__category -reports">
  99. <h2 class="phpdocumentor-sidebar__category-header">Reports</h2>
  100. <h3 class="phpdocumentor-sidebar__root-package"><a href="reports/deprecated.html">Deprecated</a></h3>
  101. <h3 class="phpdocumentor-sidebar__root-package"><a href="reports/errors.html">Errors</a></h3>
  102. <h3 class="phpdocumentor-sidebar__root-package"><a href="reports/markers.html">Markers</a></h3>
  103. </section>
  104. <section class="phpdocumentor-sidebar__category -indices">
  105. <h2 class="phpdocumentor-sidebar__category-header">Indices</h2>
  106. <h3 class="phpdocumentor-sidebar__root-package"><a href="indices/files.html">Files</a></h3>
  107. </section>
  108. </aside>
  109. <div class="phpdocumentor-column -nine phpdocumentor-content">
  110. <section>
  111. <ul class="phpdocumentor-breadcrumbs">
  112. <li class="phpdocumentor-breadcrumb"><a href="namespaces/chillerlan.html">chillerlan</a></li>
  113. <li class="phpdocumentor-breadcrumb"><a href="namespaces/chillerlan-qrcodetest.html">QRCodeTest</a></li>
  114. <li class="phpdocumentor-breadcrumb"><a href="namespaces/chillerlan-qrcodetest-data.html">Data</a></li>
  115. </ul>
  116. <article class="phpdocumentor-element -class">
  117. <h2 class="phpdocumentor-content__title">
  118. ECITest
  119. <span class="phpdocumentor-element__extends">
  120. extends <abbr title="\PHPUnit\Framework\TestCase">TestCase</abbr>
  121. </span>
  122. <div class="phpdocumentor-element__package">
  123. in package
  124. <ul class="phpdocumentor-breadcrumbs">
  125. <li class="phpdocumentor-breadcrumb"><a href="packages/Application.html">Application</a></li>
  126. </ul>
  127. </div>
  128. </h2>
  129. <div class="phpdocumentor-label-line">
  130. <div class="phpdocumentor-label phpdocumentor-label--success"><span>Final</span><span>Yes</span></div>
  131. </div>
  132. <aside class="phpdocumentor-element-found-in">
  133. <abbr class="phpdocumentor-element-found-in__file" title="tests/Data/ECITest.php"><a href="files/tests-data-ecitest.html"><abbr title="tests/Data/ECITest.php">ECITest.php</abbr></a></abbr>
  134. :
  135. <span class="phpdocumentor-element-found-in__line">22</span>
  136. </aside>
  137. <p class="phpdocumentor-summary">Tests the ECI class</p>
  138. <h3 id="toc">
  139. Table of Contents
  140. <a href="classes/chillerlan-QRCodeTest-Data-ECITest.html#toc" class="headerlink"><i class="fas fa-link"></i></a>
  141. </h3>
  142. <h4 id="toc-constants">
  143. Constants
  144. <a href="classes/chillerlan-QRCodeTest-Data-ECITest.html#toc-constants" class="headerlink"><i class="fas fa-link"></i></a>
  145. </h4>
  146. <dl class="phpdocumentor-table-of-contents">
  147. <dt class="phpdocumentor-table-of-contents__entry -constant -private">
  148. <a class="" href="classes/chillerlan-QRCodeTest-Data-ECITest.html#constant_testData">testData</a>
  149. <span>
  150. &nbsp;= &#039;无可奈何燃花作香&#039; </span>
  151. </dt>
  152. </dl>
  153. <h4 id="toc-properties">
  154. Properties
  155. <a href="classes/chillerlan-QRCodeTest-Data-ECITest.html#toc-properties" class="headerlink"><i class="fas fa-link"></i></a>
  156. </h4>
  157. <dl class="phpdocumentor-table-of-contents">
  158. <dt class="phpdocumentor-table-of-contents__entry -property -private">
  159. <a class="" href="classes/chillerlan-QRCodeTest-Data-ECITest.html#property_QRData">$QRData</a>
  160. <span>
  161. &nbsp;: <a href="classes/chillerlan-QRCode-Data-QRData.html"><abbr title="\chillerlan\QRCode\Data\QRData">QRData</abbr></a> </span>
  162. </dt>
  163. <dt class="phpdocumentor-table-of-contents__entry -property -private">
  164. <a class="" href="classes/chillerlan-QRCodeTest-Data-ECITest.html#property_testCharset">$testCharset</a>
  165. <span>
  166. &nbsp;: int </span>
  167. </dt>
  168. </dl>
  169. <h4 id="toc-methods">
  170. Methods
  171. <a href="classes/chillerlan-QRCodeTest-Data-ECITest.html#toc-methods" class="headerlink"><i class="fas fa-link"></i></a>
  172. </h4>
  173. <dl class="phpdocumentor-table-of-contents">
  174. <dt class="phpdocumentor-table-of-contents__entry -method -public">
  175. <a class="" href="classes/chillerlan-QRCodeTest-Data-ECITest.html#method_eciCharsetIdProvider">eciCharsetIdProvider()</a>
  176. <span>
  177. &nbsp;: array&lt;string|int, mixed&gt; </span>
  178. </dt>
  179. <dt class="phpdocumentor-table-of-contents__entry -method -public">
  180. <a class="" href="classes/chillerlan-QRCodeTest-Data-ECITest.html#method_testConvertUnknownEncoding">testConvertUnknownEncoding()</a>
  181. <span>
  182. &nbsp;: void </span>
  183. </dt>
  184. <dd>Tests detection of an unknown character set</dd>
  185. <dt class="phpdocumentor-table-of-contents__entry -method -public">
  186. <a class="" href="classes/chillerlan-QRCodeTest-Data-ECITest.html#method_testDataModeInstance">testDataModeInstance()</a>
  187. <span>
  188. &nbsp;: void </span>
  189. </dt>
  190. <dt class="phpdocumentor-table-of-contents__entry -method -public">
  191. <a class="" href="classes/chillerlan-QRCodeTest-Data-ECITest.html#method_testDecodeECISegmentFollowedByInvalidModeException">testDecodeECISegmentFollowedByInvalidModeException()</a>
  192. <span>
  193. &nbsp;: void </span>
  194. </dt>
  195. <dd>Tests if and exception is thrown when the ECI segment is followed by a mode that is not 8-bit byte</dd>
  196. <dt class="phpdocumentor-table-of-contents__entry -method -public">
  197. <a class="" href="classes/chillerlan-QRCodeTest-Data-ECITest.html#method_testDecodeSegment">testDecodeSegment()</a>
  198. <span>
  199. &nbsp;: void </span>
  200. </dt>
  201. <dt class="phpdocumentor-table-of-contents__entry -method -public">
  202. <a class="" href="classes/chillerlan-QRCodeTest-Data-ECITest.html#method_testInvalidDataException">testInvalidDataException()</a>
  203. <span>
  204. &nbsp;: void </span>
  205. </dt>
  206. <dt class="phpdocumentor-table-of-contents__entry -method -public">
  207. <a class="" href="classes/chillerlan-QRCodeTest-Data-ECITest.html#method_testInvalidDataOnEmptyException">testInvalidDataOnEmptyException()</a>
  208. <span>
  209. &nbsp;: void </span>
  210. </dt>
  211. <dd>since the ECI class only accepts integer values,
  212. we&#039;ll use this test to check for the upper end of the accepted input range</dd>
  213. <dt class="phpdocumentor-table-of-contents__entry -method -public">
  214. <a class="" href="classes/chillerlan-QRCodeTest-Data-ECITest.html#method_testReadWrite">testReadWrite()</a>
  215. <span>
  216. &nbsp;: void </span>
  217. </dt>
  218. <dt class="phpdocumentor-table-of-contents__entry -method -public">
  219. <a class="" href="classes/chillerlan-QRCodeTest-Data-ECITest.html#method_unknownEncodingDataProvider">unknownEncodingDataProvider()</a>
  220. <span>
  221. &nbsp;: array&lt;string|int, mixed&gt; </span>
  222. </dt>
  223. <dt class="phpdocumentor-table-of-contents__entry -method -public">
  224. <a class="" href="classes/chillerlan-QRCodeTest-Data-ECITest.html#method_versionBreakpointProvider">versionBreakpointProvider()</a>
  225. <span>
  226. &nbsp;: array&lt;string|int, mixed&gt; </span>
  227. </dt>
  228. <dd>returns versions within the version breakpoints 1-9, 10-26 and 27-40</dd>
  229. <dt class="phpdocumentor-table-of-contents__entry -method -protected">
  230. <a class="" href="classes/chillerlan-QRCodeTest-Data-ECITest.html#method_setUp">setUp()</a>
  231. <span>
  232. &nbsp;: void </span>
  233. </dt>
  234. <dt class="phpdocumentor-table-of-contents__entry -method -private">
  235. <a class="" href="classes/chillerlan-QRCodeTest-Data-ECITest.html#method_getDataSegments">getDataSegments()</a>
  236. <span>
  237. &nbsp;: array&lt;string|int, mixed&gt; </span>
  238. </dt>
  239. </dl>
  240. <section class="phpdocumentor-constants">
  241. <h3 class="phpdocumentor-elements__header" id="constants">
  242. Constants
  243. <a href="classes/chillerlan-QRCodeTest-Data-ECITest.html#constants" class="headerlink"><i class="fas fa-link"></i></a>
  244. </h3>
  245. <article class="phpdocumentor-element -constant -private ">
  246. <h4 class="phpdocumentor-element__name" id="constant_testData">
  247. testData
  248. <a href="classes/chillerlan-QRCodeTest-Data-ECITest.html#constant_testData" class="headerlink"><i class="fas fa-link"></i></a>
  249. </h4>
  250. <aside class="phpdocumentor-element-found-in">
  251. <abbr class="phpdocumentor-element-found-in__file" title="tests/Data/ECITest.php"><a href="files/tests-data-ecitest.html"><abbr title="tests/Data/ECITest.php">ECITest.php</abbr></a></abbr>
  252. :
  253. <span class="phpdocumentor-element-found-in__line">27</span>
  254. </aside>
  255. <code class="phpdocumentor-signature phpdocumentor-code ">
  256. <span class="phpdocumentor-signature__visibility">private</span>
  257. <span class="phpdocumentor-signature__type">mixed</span>
  258. <span class="phpdocumentor-signature__name">testData</span>
  259. = <span class="phpdocumentor-signature__default-value">&#039;无可奈何燃花作香&#039;</span>
  260. </code>
  261. </article>
  262. </section>
  263. <section class="phpdocumentor-properties">
  264. <h3 class="phpdocumentor-elements__header" id="properties">
  265. Properties
  266. <a href="classes/chillerlan-QRCodeTest-Data-ECITest.html#properties" class="headerlink"><i class="fas fa-link"></i></a>
  267. </h3>
  268. <article
  269. class="
  270. phpdocumentor-element
  271. -property
  272. -private
  273. "
  274. >
  275. <h4 class="phpdocumentor-element__name" id="property_QRData">
  276. $QRData
  277. <a href="classes/chillerlan-QRCodeTest-Data-ECITest.html#property_QRData" class="headerlink"><i class="fas fa-link"></i></a>
  278. <span class="phpdocumentor-element__modifiers">
  279. </span>
  280. </h4>
  281. <aside class="phpdocumentor-element-found-in">
  282. <abbr class="phpdocumentor-element-found-in__file" title="tests/Data/ECITest.php"><a href="files/tests-data-ecitest.html"><abbr title="tests/Data/ECITest.php">ECITest.php</abbr></a></abbr>
  283. :
  284. <span class="phpdocumentor-element-found-in__line">24</span>
  285. </aside>
  286. <code class="phpdocumentor-code phpdocumentor-signature ">
  287. <span class="phpdocumentor-signature__visibility">private</span>
  288. <span class="phpdocumentor-signature__type"><a href="classes/chillerlan-QRCode-Data-QRData.html"><abbr title="\chillerlan\QRCode\Data\QRData">QRData</abbr></a></span>
  289. <span class="phpdocumentor-signature__name">$QRData</span>
  290. </code>
  291. </article>
  292. <article
  293. class="
  294. phpdocumentor-element
  295. -property
  296. -private
  297. "
  298. >
  299. <h4 class="phpdocumentor-element__name" id="property_testCharset">
  300. $testCharset
  301. <a href="classes/chillerlan-QRCodeTest-Data-ECITest.html#property_testCharset" class="headerlink"><i class="fas fa-link"></i></a>
  302. <span class="phpdocumentor-element__modifiers">
  303. </span>
  304. </h4>
  305. <aside class="phpdocumentor-element-found-in">
  306. <abbr class="phpdocumentor-element-found-in__file" title="tests/Data/ECITest.php"><a href="files/tests-data-ecitest.html"><abbr title="tests/Data/ECITest.php">ECITest.php</abbr></a></abbr>
  307. :
  308. <span class="phpdocumentor-element-found-in__line">25</span>
  309. </aside>
  310. <code class="phpdocumentor-code phpdocumentor-signature ">
  311. <span class="phpdocumentor-signature__visibility">private</span>
  312. <span class="phpdocumentor-signature__type">int</span>
  313. <span class="phpdocumentor-signature__name">$testCharset</span>
  314. = <span class="phpdocumentor-signature__default-value">\chillerlan\QRCode\Common\ECICharset::GB18030</span></code>
  315. </article>
  316. </section>
  317. <section class="phpdocumentor-methods">
  318. <h3 class="phpdocumentor-elements__header" id="methods">
  319. Methods
  320. <a href="classes/chillerlan-QRCodeTest-Data-ECITest.html#methods" class="headerlink"><i class="fas fa-link"></i></a>
  321. </h3>
  322. <article
  323. class="phpdocumentor-element
  324. -method
  325. -public
  326. -static "
  327. >
  328. <h4 class="phpdocumentor-element__name" id="method_eciCharsetIdProvider">
  329. eciCharsetIdProvider()
  330. <a href="classes/chillerlan-QRCodeTest-Data-ECITest.html#method_eciCharsetIdProvider" class="headerlink"><i class="fas fa-link"></i></a>
  331. </h4>
  332. <aside class="phpdocumentor-element-found-in">
  333. <abbr class="phpdocumentor-element-found-in__file" title="tests/Data/ECITest.php"><a href="files/tests-data-ecitest.html"><abbr title="tests/Data/ECITest.php">ECITest.php</abbr></a></abbr>
  334. :
  335. <span class="phpdocumentor-element-found-in__line">90</span>
  336. </aside>
  337. <code class="phpdocumentor-code phpdocumentor-signature ">
  338. <span class="phpdocumentor-signature__visibility">public</span>
  339. <span class="phpdocumentor-signature__static">static</span> <span class="phpdocumentor-signature__name">eciCharsetIdProvider</span><span>(</span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">array&lt;string|int, mixed&gt;</span></code>
  340. <div class="phpdocumentor-label-line">
  341. </div>
  342. <section>
  343. <h5 class="phpdocumentor-return-value__heading">Return values</h5>
  344. <span class="phpdocumentor-signature__response_type">array&lt;string|int, mixed&gt;</span>
  345. </section>
  346. </article>
  347. <article
  348. class="phpdocumentor-element
  349. -method
  350. -public
  351. "
  352. >
  353. <h4 class="phpdocumentor-element__name" id="method_testConvertUnknownEncoding">
  354. testConvertUnknownEncoding()
  355. <a href="classes/chillerlan-QRCodeTest-Data-ECITest.html#method_testConvertUnknownEncoding" class="headerlink"><i class="fas fa-link"></i></a>
  356. </h4>
  357. <aside class="phpdocumentor-element-found-in">
  358. <abbr class="phpdocumentor-element-found-in__file" title="tests/Data/ECITest.php"><a href="files/tests-data-ecitest.html"><abbr title="tests/Data/ECITest.php">ECITest.php</abbr></a></abbr>
  359. :
  360. <span class="phpdocumentor-element-found-in__line">142</span>
  361. </aside>
  362. <p class="phpdocumentor-summary">Tests detection of an unknown character set</p>
  363. <code class="phpdocumentor-code phpdocumentor-signature ">
  364. <span class="phpdocumentor-signature__visibility">public</span>
  365. <span class="phpdocumentor-signature__name">testConvertUnknownEncoding</span><span>(</span><span class="phpdocumentor-signature__argument"><span class="phpdocumentor-signature__argument__return-type">int&nbsp;</span><span class="phpdocumentor-signature__argument__name">$id</span></span><span class="phpdocumentor-signature__argument"><span>, </span><span class="phpdocumentor-signature__argument__return-type">string&nbsp;</span><span class="phpdocumentor-signature__argument__name">$data</span></span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">void</span></code>
  366. <div class="phpdocumentor-label-line">
  367. </div>
  368. <h5 class="phpdocumentor-argument-list__heading">Parameters</h5>
  369. <dl class="phpdocumentor-argument-list">
  370. <dt class="phpdocumentor-argument-list__entry">
  371. <span class="phpdocumentor-signature__argument__name">$id</span>
  372. : <span class="phpdocumentor-signature__argument__return-type">int</span>
  373. </dt>
  374. <dd class="phpdocumentor-argument-list__definition">
  375. </dd>
  376. <dt class="phpdocumentor-argument-list__entry">
  377. <span class="phpdocumentor-signature__argument__name">$data</span>
  378. : <span class="phpdocumentor-signature__argument__return-type">string</span>
  379. </dt>
  380. <dd class="phpdocumentor-argument-list__definition">
  381. </dd>
  382. </dl>
  383. <section class="phpdocumentor-attributes">
  384. <h5 class="phpdocumentor-elements__header" id="attributes">
  385. Attributes <a href="classes/chillerlan-QRCodeTest-Data-ECITest.html#method_testConvertUnknownEncoding#attributes" class="headerlink"><i class="fas fa-link"></i></a>
  386. </h5>
  387. <dl class="phpdocumentor-argument-list">
  388. <dt class="phpdocumentor-argument-list__entry">
  389. #[<abbr title="\PHPUnit\Framework\Attributes\DataProvider">DataProvider</abbr>]
  390. </dt>
  391. <dd class="phpdocumentor-argument-list__entry">
  392. &#039;unknownEncodingDataProvider&#039;
  393. </dd>
  394. </dl>
  395. </section>
  396. </article>
  397. <article
  398. class="phpdocumentor-element
  399. -method
  400. -public
  401. "
  402. >
  403. <h4 class="phpdocumentor-element__name" id="method_testDataModeInstance">
  404. testDataModeInstance()
  405. <a href="classes/chillerlan-QRCodeTest-Data-ECITest.html#method_testDataModeInstance" class="headerlink"><i class="fas fa-link"></i></a>
  406. </h4>
  407. <aside class="phpdocumentor-element-found-in">
  408. <abbr class="phpdocumentor-element-found-in__file" title="tests/Data/ECITest.php"><a href="files/tests-data-ecitest.html"><abbr title="tests/Data/ECITest.php">ECITest.php</abbr></a></abbr>
  409. :
  410. <span class="phpdocumentor-element-found-in__line">41</span>
  411. </aside>
  412. <code class="phpdocumentor-code phpdocumentor-signature ">
  413. <span class="phpdocumentor-signature__visibility">public</span>
  414. <span class="phpdocumentor-signature__name">testDataModeInstance</span><span>(</span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">void</span></code>
  415. <div class="phpdocumentor-label-line">
  416. </div>
  417. </article>
  418. <article
  419. class="phpdocumentor-element
  420. -method
  421. -public
  422. "
  423. >
  424. <h4 class="phpdocumentor-element__name" id="method_testDecodeECISegmentFollowedByInvalidModeException">
  425. testDecodeECISegmentFollowedByInvalidModeException()
  426. <a href="classes/chillerlan-QRCodeTest-Data-ECITest.html#method_testDecodeECISegmentFollowedByInvalidModeException" class="headerlink"><i class="fas fa-link"></i></a>
  427. </h4>
  428. <aside class="phpdocumentor-element-found-in">
  429. <abbr class="phpdocumentor-element-found-in__file" title="tests/Data/ECITest.php"><a href="files/tests-data-ecitest.html"><abbr title="tests/Data/ECITest.php">ECITest.php</abbr></a></abbr>
  430. :
  431. <span class="phpdocumentor-element-found-in__line">114</span>
  432. </aside>
  433. <p class="phpdocumentor-summary">Tests if and exception is thrown when the ECI segment is followed by a mode that is not 8-bit byte</p>
  434. <code class="phpdocumentor-code phpdocumentor-signature ">
  435. <span class="phpdocumentor-signature__visibility">public</span>
  436. <span class="phpdocumentor-signature__name">testDecodeECISegmentFollowedByInvalidModeException</span><span>(</span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">void</span></code>
  437. <div class="phpdocumentor-label-line">
  438. </div>
  439. </article>
  440. <article
  441. class="phpdocumentor-element
  442. -method
  443. -public
  444. "
  445. >
  446. <h4 class="phpdocumentor-element__name" id="method_testDecodeSegment">
  447. testDecodeSegment()
  448. <a href="classes/chillerlan-QRCodeTest-Data-ECITest.html#method_testDecodeSegment" class="headerlink"><i class="fas fa-link"></i></a>
  449. </h4>
  450. <aside class="phpdocumentor-element-found-in">
  451. <abbr class="phpdocumentor-element-found-in__file" title="tests/Data/ECITest.php"><a href="files/tests-data-ecitest.html"><abbr title="tests/Data/ECITest.php">ECITest.php</abbr></a></abbr>
  452. :
  453. <span class="phpdocumentor-element-found-in__line">54</span>
  454. </aside>
  455. <code class="phpdocumentor-code phpdocumentor-signature ">
  456. <span class="phpdocumentor-signature__visibility">public</span>
  457. <span class="phpdocumentor-signature__name">testDecodeSegment</span><span>(</span><span class="phpdocumentor-signature__argument"><span class="phpdocumentor-signature__argument__return-type">int&nbsp;</span><span class="phpdocumentor-signature__argument__name">$version</span></span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">void</span></code>
  458. <div class="phpdocumentor-label-line">
  459. </div>
  460. <h5 class="phpdocumentor-argument-list__heading">Parameters</h5>
  461. <dl class="phpdocumentor-argument-list">
  462. <dt class="phpdocumentor-argument-list__entry">
  463. <span class="phpdocumentor-signature__argument__name">$version</span>
  464. : <span class="phpdocumentor-signature__argument__return-type">int</span>
  465. </dt>
  466. <dd class="phpdocumentor-argument-list__definition">
  467. </dd>
  468. </dl>
  469. <section class="phpdocumentor-attributes">
  470. <h5 class="phpdocumentor-elements__header" id="attributes">
  471. Attributes <a href="classes/chillerlan-QRCodeTest-Data-ECITest.html#method_testDecodeSegment#attributes" class="headerlink"><i class="fas fa-link"></i></a>
  472. </h5>
  473. <dl class="phpdocumentor-argument-list">
  474. <dt class="phpdocumentor-argument-list__entry">
  475. #[<abbr title="\PHPUnit\Framework\Attributes\DataProvider">DataProvider</abbr>]
  476. </dt>
  477. <dd class="phpdocumentor-argument-list__entry">
  478. &#039;versionBreakpointProvider&#039;
  479. </dd>
  480. </dl>
  481. </section>
  482. </article>
  483. <article
  484. class="phpdocumentor-element
  485. -method
  486. -public
  487. "
  488. >
  489. <h4 class="phpdocumentor-element__name" id="method_testInvalidDataException">
  490. testInvalidDataException()
  491. <a href="classes/chillerlan-QRCodeTest-Data-ECITest.html#method_testInvalidDataException" class="headerlink"><i class="fas fa-link"></i></a>
  492. </h4>
  493. <aside class="phpdocumentor-element-found-in">
  494. <abbr class="phpdocumentor-element-found-in__file" title="tests/Data/ECITest.php"><a href="files/tests-data-ecitest.html"><abbr title="tests/Data/ECITest.php">ECITest.php</abbr></a></abbr>
  495. :
  496. <span class="phpdocumentor-element-found-in__line">72</span>
  497. </aside>
  498. <code class="phpdocumentor-code phpdocumentor-signature ">
  499. <span class="phpdocumentor-signature__visibility">public</span>
  500. <span class="phpdocumentor-signature__name">testInvalidDataException</span><span>(</span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">void</span></code>
  501. <div class="phpdocumentor-label-line">
  502. </div>
  503. </article>
  504. <article
  505. class="phpdocumentor-element
  506. -method
  507. -public
  508. "
  509. >
  510. <h4 class="phpdocumentor-element__name" id="method_testInvalidDataOnEmptyException">
  511. testInvalidDataOnEmptyException()
  512. <a href="classes/chillerlan-QRCodeTest-Data-ECITest.html#method_testInvalidDataOnEmptyException" class="headerlink"><i class="fas fa-link"></i></a>
  513. </h4>
  514. <aside class="phpdocumentor-element-found-in">
  515. <abbr class="phpdocumentor-element-found-in__file" title="tests/Data/ECITest.php"><a href="files/tests-data-ecitest.html"><abbr title="tests/Data/ECITest.php">ECITest.php</abbr></a></abbr>
  516. :
  517. <span class="phpdocumentor-element-found-in__line">83</span>
  518. </aside>
  519. <p class="phpdocumentor-summary">since the ECI class only accepts integer values,
  520. we&#039;ll use this test to check for the upper end of the accepted input range</p>
  521. <code class="phpdocumentor-code phpdocumentor-signature ">
  522. <span class="phpdocumentor-signature__visibility">public</span>
  523. <span class="phpdocumentor-signature__name">testInvalidDataOnEmptyException</span><span>(</span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">void</span></code>
  524. <div class="phpdocumentor-label-line">
  525. </div>
  526. </article>
  527. <article
  528. class="phpdocumentor-element
  529. -method
  530. -public
  531. "
  532. >
  533. <h4 class="phpdocumentor-element__name" id="method_testReadWrite">
  534. testReadWrite()
  535. <a href="classes/chillerlan-QRCodeTest-Data-ECITest.html#method_testReadWrite" class="headerlink"><i class="fas fa-link"></i></a>
  536. </h4>
  537. <aside class="phpdocumentor-element-found-in">
  538. <abbr class="phpdocumentor-element-found-in__file" title="tests/Data/ECITest.php"><a href="files/tests-data-ecitest.html"><abbr title="tests/Data/ECITest.php">ECITest.php</abbr></a></abbr>
  539. :
  540. <span class="phpdocumentor-element-found-in__line">101</span>
  541. </aside>
  542. <code class="phpdocumentor-code phpdocumentor-signature ">
  543. <span class="phpdocumentor-signature__visibility">public</span>
  544. <span class="phpdocumentor-signature__name">testReadWrite</span><span>(</span><span class="phpdocumentor-signature__argument"><span class="phpdocumentor-signature__argument__return-type">int&nbsp;</span><span class="phpdocumentor-signature__argument__name">$id</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">$lengthInBits</span></span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">void</span></code>
  545. <div class="phpdocumentor-label-line">
  546. </div>
  547. <h5 class="phpdocumentor-argument-list__heading">Parameters</h5>
  548. <dl class="phpdocumentor-argument-list">
  549. <dt class="phpdocumentor-argument-list__entry">
  550. <span class="phpdocumentor-signature__argument__name">$id</span>
  551. : <span class="phpdocumentor-signature__argument__return-type">int</span>
  552. </dt>
  553. <dd class="phpdocumentor-argument-list__definition">
  554. </dd>
  555. <dt class="phpdocumentor-argument-list__entry">
  556. <span class="phpdocumentor-signature__argument__name">$lengthInBits</span>
  557. : <span class="phpdocumentor-signature__argument__return-type">int</span>
  558. </dt>
  559. <dd class="phpdocumentor-argument-list__definition">
  560. </dd>
  561. </dl>
  562. <section class="phpdocumentor-attributes">
  563. <h5 class="phpdocumentor-elements__header" id="attributes">
  564. Attributes <a href="classes/chillerlan-QRCodeTest-Data-ECITest.html#method_testReadWrite#attributes" class="headerlink"><i class="fas fa-link"></i></a>
  565. </h5>
  566. <dl class="phpdocumentor-argument-list">
  567. <dt class="phpdocumentor-argument-list__entry">
  568. #[<abbr title="\PHPUnit\Framework\Attributes\DataProvider">DataProvider</abbr>]
  569. </dt>
  570. <dd class="phpdocumentor-argument-list__entry">
  571. &#039;eciCharsetIdProvider&#039;
  572. </dd>
  573. </dl>
  574. </section>
  575. </article>
  576. <article
  577. class="phpdocumentor-element
  578. -method
  579. -public
  580. -static "
  581. >
  582. <h4 class="phpdocumentor-element__name" id="method_unknownEncodingDataProvider">
  583. unknownEncodingDataProvider()
  584. <a href="classes/chillerlan-QRCodeTest-Data-ECITest.html#method_unknownEncodingDataProvider" class="headerlink"><i class="fas fa-link"></i></a>
  585. </h4>
  586. <aside class="phpdocumentor-element-found-in">
  587. <abbr class="phpdocumentor-element-found-in__file" title="tests/Data/ECITest.php"><a href="files/tests-data-ecitest.html"><abbr title="tests/Data/ECITest.php">ECITest.php</abbr></a></abbr>
  588. :
  589. <span class="phpdocumentor-element-found-in__line">132</span>
  590. </aside>
  591. <code class="phpdocumentor-code phpdocumentor-signature ">
  592. <span class="phpdocumentor-signature__visibility">public</span>
  593. <span class="phpdocumentor-signature__static">static</span> <span class="phpdocumentor-signature__name">unknownEncodingDataProvider</span><span>(</span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">array&lt;string|int, mixed&gt;</span></code>
  594. <div class="phpdocumentor-label-line">
  595. </div>
  596. <section>
  597. <h5 class="phpdocumentor-return-value__heading">Return values</h5>
  598. <span class="phpdocumentor-signature__response_type">array&lt;string|int, mixed&gt;</span>
  599. </section>
  600. </article>
  601. <article
  602. class="phpdocumentor-element
  603. -method
  604. -public
  605. -static "
  606. >
  607. <h4 class="phpdocumentor-element__name" id="method_versionBreakpointProvider">
  608. versionBreakpointProvider()
  609. <a href="classes/chillerlan-QRCodeTest-Data-ECITest.html#method_versionBreakpointProvider" class="headerlink"><i class="fas fa-link"></i></a>
  610. </h4>
  611. <aside class="phpdocumentor-element-found-in">
  612. <abbr class="phpdocumentor-element-found-in__file" title="tests/Data/ECITest.php"><a href="files/tests-data-ecitest.html"><abbr title="tests/Data/ECITest.php">ECITest.php</abbr></a></abbr>
  613. :
  614. <span class="phpdocumentor-element-found-in__line">50</span>
  615. </aside>
  616. <p class="phpdocumentor-summary">returns versions within the version breakpoints 1-9, 10-26 and 27-40</p>
  617. <code class="phpdocumentor-code phpdocumentor-signature ">
  618. <span class="phpdocumentor-signature__visibility">public</span>
  619. <span class="phpdocumentor-signature__static">static</span> <span class="phpdocumentor-signature__name">versionBreakpointProvider</span><span>(</span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">array&lt;string|int, mixed&gt;</span></code>
  620. <div class="phpdocumentor-label-line">
  621. </div>
  622. <section>
  623. <h5 class="phpdocumentor-return-value__heading">Return values</h5>
  624. <span class="phpdocumentor-signature__response_type">array&lt;string|int, mixed&gt;</span>
  625. </section>
  626. </article>
  627. <article
  628. class="phpdocumentor-element
  629. -method
  630. -protected
  631. "
  632. >
  633. <h4 class="phpdocumentor-element__name" id="method_setUp">
  634. setUp()
  635. <a href="classes/chillerlan-QRCodeTest-Data-ECITest.html#method_setUp" class="headerlink"><i class="fas fa-link"></i></a>
  636. </h4>
  637. <aside class="phpdocumentor-element-found-in">
  638. <abbr class="phpdocumentor-element-found-in__file" title="tests/Data/ECITest.php"><a href="files/tests-data-ecitest.html"><abbr title="tests/Data/ECITest.php">ECITest.php</abbr></a></abbr>
  639. :
  640. <span class="phpdocumentor-element-found-in__line">29</span>
  641. </aside>
  642. <code class="phpdocumentor-code phpdocumentor-signature ">
  643. <span class="phpdocumentor-signature__visibility">protected</span>
  644. <span class="phpdocumentor-signature__name">setUp</span><span>(</span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">void</span></code>
  645. <div class="phpdocumentor-label-line">
  646. </div>
  647. </article>
  648. <article
  649. class="phpdocumentor-element
  650. -method
  651. -private
  652. "
  653. >
  654. <h4 class="phpdocumentor-element__name" id="method_getDataSegments">
  655. getDataSegments()
  656. <a href="classes/chillerlan-QRCodeTest-Data-ECITest.html#method_getDataSegments" class="headerlink"><i class="fas fa-link"></i></a>
  657. </h4>
  658. <aside class="phpdocumentor-element-found-in">
  659. <abbr class="phpdocumentor-element-found-in__file" title="tests/Data/ECITest.php"><a href="files/tests-data-ecitest.html"><abbr title="tests/Data/ECITest.php">ECITest.php</abbr></a></abbr>
  660. :
  661. <span class="phpdocumentor-element-found-in__line">33</span>
  662. </aside>
  663. <code class="phpdocumentor-code phpdocumentor-signature ">
  664. <span class="phpdocumentor-signature__visibility">private</span>
  665. <span class="phpdocumentor-signature__name">getDataSegments</span><span>(</span><span>)</span><span> : </span><span class="phpdocumentor-signature__response_type">array&lt;string|int, mixed&gt;</span></code>
  666. <div class="phpdocumentor-label-line">
  667. </div>
  668. <section>
  669. <h5 class="phpdocumentor-return-value__heading">Return values</h5>
  670. <span class="phpdocumentor-signature__response_type">array&lt;string|int, mixed&gt;</span>
  671. </section>
  672. </article>
  673. </section>
  674. <div class="phpdocumentor-modal" id="source-view">
  675. <div class="phpdocumentor-modal-bg" data-exit-button></div>
  676. <div class="phpdocumentor-modal-container">
  677. <div class="phpdocumentor-modal-content">
  678. <pre style="max-height: 500px; overflow-y: scroll" data-src="files/tests/Data/ECITest.php.txt" class="language-php line-numbers linkable-line-numbers"></pre>
  679. </div>
  680. <button data-exit-button class="phpdocumentor-modal__close">&times;</button>
  681. </div>
  682. </div>
  683. <script type="text/javascript">
  684. (function () {
  685. function loadExternalCodeSnippet(el, url, line) {
  686. Array.prototype.slice.call(el.querySelectorAll('pre[data-src]')).forEach((pre) => {
  687. const src = url || pre.getAttribute('data-src').replace(/\\/g, '/');
  688. const language = 'php';
  689. const code = document.createElement('code');
  690. code.className = 'language-' + language;
  691. pre.textContent = '';
  692. pre.setAttribute('data-line', line)
  693. code.textContent = 'Loading…';
  694. pre.appendChild(code);
  695. var xhr = new XMLHttpRequest();
  696. xhr.open('GET', src, true);
  697. xhr.onreadystatechange = function () {
  698. if (xhr.readyState !== 4) {
  699. return;
  700. }
  701. if (xhr.status < 400 && xhr.responseText) {
  702. code.textContent = xhr.responseText;
  703. Prism.highlightElement(code);
  704. return;
  705. }
  706. if (xhr.status === 404) {
  707. code.textContent = '✖ Error: File could not be found';
  708. return;
  709. }
  710. if (xhr.status >= 400) {
  711. code.textContent = '✖ Error ' + xhr.status + ' while fetching file: ' + xhr.statusText;
  712. return;
  713. }
  714. code.textContent = '✖ Error: An unknown error occurred';
  715. };
  716. xhr.send(null);
  717. });
  718. }
  719. const modalButtons = document.querySelectorAll("[data-modal]");
  720. const openedAsLocalFile = window.location.protocol === 'file:';
  721. if (modalButtons.length > 0 && openedAsLocalFile) {
  722. console.warn(
  723. 'Viewing the source code is unavailable because you are opening this page from the file:// scheme; ' +
  724. 'browsers block XHR requests when a page is opened this way'
  725. );
  726. }
  727. modalButtons.forEach(function (trigger) {
  728. if (openedAsLocalFile) {
  729. trigger.setAttribute("hidden", "hidden");
  730. }
  731. trigger.addEventListener("click", function (event) {
  732. event.preventDefault();
  733. const modal = document.getElementById(trigger.dataset.modal);
  734. if (!modal) {
  735. console.error(`Modal with id "${trigger.dataset.modal}" could not be found`);
  736. return;
  737. }
  738. modal.classList.add("phpdocumentor-modal__open");
  739. loadExternalCodeSnippet(modal, trigger.dataset.src || null, trigger.dataset.line)
  740. const exits = modal.querySelectorAll("[data-exit-button]");
  741. exits.forEach(function (exit) {
  742. exit.addEventListener("click", function (event) {
  743. event.preventDefault();
  744. modal.classList.remove("phpdocumentor-modal__open");
  745. });
  746. });
  747. });
  748. });
  749. })();
  750. </script>
  751. </article>
  752. </section>
  753. <section class="phpdocumentor-on-this-page__sidebar">
  754. <section class="phpdocumentor-on-this-page__content">
  755. <strong class="phpdocumentor-on-this-page__title">On this page</strong>
  756. <ul class="phpdocumentor-list -clean">
  757. <li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li>
  758. <li>
  759. <ul class="phpdocumentor-list -clean">
  760. <li><a href="classes/chillerlan-QRCodeTest-Data-ECITest.html#toc-constants">Constants</a></li>
  761. <li><a href="classes/chillerlan-QRCodeTest-Data-ECITest.html#toc-properties">Properties</a></li>
  762. <li><a href="classes/chillerlan-QRCodeTest-Data-ECITest.html#toc-methods">Methods</a></li>
  763. </ul>
  764. </li>
  765. <li class="phpdocumentor-on-this-page-section__title">Constants</li>
  766. <li>
  767. <ul class="phpdocumentor-list -clean">
  768. <li class=""><a href="classes/chillerlan-QRCodeTest-Data-ECITest.html#constant_testData">testData</a></li>
  769. </ul>
  770. </li>
  771. <li class="phpdocumentor-on-this-page-section__title">Properties</li>
  772. <li>
  773. <ul class="phpdocumentor-list -clean">
  774. <li class=""><a href="classes/chillerlan-QRCodeTest-Data-ECITest.html#property_QRData">$QRData</li>
  775. <li class=""><a href="classes/chillerlan-QRCodeTest-Data-ECITest.html#property_testCharset">$testCharset</li>
  776. </ul>
  777. </li>
  778. <li class="phpdocumentor-on-this-page-section__title">Methods</li>
  779. <li>
  780. <ul class="phpdocumentor-list -clean">
  781. <li class=""><a href="classes/chillerlan-QRCodeTest-Data-ECITest.html#method_eciCharsetIdProvider">eciCharsetIdProvider()</a></li>
  782. <li class=""><a href="classes/chillerlan-QRCodeTest-Data-ECITest.html#method_testConvertUnknownEncoding">testConvertUnknownEncoding()</a></li>
  783. <li class=""><a href="classes/chillerlan-QRCodeTest-Data-ECITest.html#method_testDataModeInstance">testDataModeInstance()</a></li>
  784. <li class=""><a href="classes/chillerlan-QRCodeTest-Data-ECITest.html#method_testDecodeECISegmentFollowedByInvalidModeException">testDecodeECISegmentFollowedByInvalidModeException()</a></li>
  785. <li class=""><a href="classes/chillerlan-QRCodeTest-Data-ECITest.html#method_testDecodeSegment">testDecodeSegment()</a></li>
  786. <li class=""><a href="classes/chillerlan-QRCodeTest-Data-ECITest.html#method_testInvalidDataException">testInvalidDataException()</a></li>
  787. <li class=""><a href="classes/chillerlan-QRCodeTest-Data-ECITest.html#method_testInvalidDataOnEmptyException">testInvalidDataOnEmptyException()</a></li>
  788. <li class=""><a href="classes/chillerlan-QRCodeTest-Data-ECITest.html#method_testReadWrite">testReadWrite()</a></li>
  789. <li class=""><a href="classes/chillerlan-QRCodeTest-Data-ECITest.html#method_unknownEncodingDataProvider">unknownEncodingDataProvider()</a></li>
  790. <li class=""><a href="classes/chillerlan-QRCodeTest-Data-ECITest.html#method_versionBreakpointProvider">versionBreakpointProvider()</a></li>
  791. <li class=""><a href="classes/chillerlan-QRCodeTest-Data-ECITest.html#method_setUp">setUp()</a></li>
  792. <li class=""><a href="classes/chillerlan-QRCodeTest-Data-ECITest.html#method_getDataSegments">getDataSegments()</a></li>
  793. </ul>
  794. </li>
  795. </ul>
  796. </section>
  797. </section>
  798. </div>
  799. <section data-search-results class="phpdocumentor-search-results phpdocumentor-search-results--hidden">
  800. <section class="phpdocumentor-search-results__dialog">
  801. <header class="phpdocumentor-search-results__header">
  802. <h2 class="phpdocumentor-search-results__title">Search results</h2>
  803. <button class="phpdocumentor-search-results__close"><i class="fas fa-times"></i></button>
  804. </header>
  805. <section class="phpdocumentor-search-results__body">
  806. <ul class="phpdocumentor-search-results__entries"></ul>
  807. </section>
  808. </section>
  809. </section>
  810. </div>
  811. <a href="classes/chillerlan-QRCodeTest-Data-ECITest.html#top" class="phpdocumentor-back-to-top"><i class="fas fa-chevron-circle-up"></i></a>
  812. </main>
  813. <script>
  814. cssVars({});
  815. </script>
  816. <script src="https://cdn.jsdelivr.net/npm/prismjs@1.23.0/prism.min.js"></script>
  817. <script src="https://cdn.jsdelivr.net/npm/prismjs@1.23.0/plugins/autoloader/prism-autoloader.min.js"></script>
  818. <script src="https://cdn.jsdelivr.net/npm/prismjs@1.23.0/plugins/line-numbers/prism-line-numbers.min.js"></script>
  819. <script src="https://cdn.jsdelivr.net/npm/prismjs@1.23.0/plugins/line-highlight/prism-line-highlight.min.js"></script>
  820. </body>
  821. </html>