Untitled
  1. ================================
  2. PHPCS
  3. ================================
  4.  
  5. Ruta analizada: .
  6. Source: native
  7. Binario: /opt/phpcs/vendor/bin/phpcs
  8. Standard: PHPCompatibility
  9. Extensions: php
  10. Ignore: */vendor/*,*/node_modules/*,*/.git/*
  11. Report: full
  12. PHP target: 8.2
  13.  
  14. FILE: /datos/MINUBE/MINUBE_TRABAJO/trabajo/pwork/fidfarma/public/downloads.php
  15. --------------------------------------------------------------------------------------------------------------------------------------------------------------
  16. FOUND 1 ERROR AND 5 WARNINGS AFFECTING 6 LINES
  17. --------------------------------------------------------------------------------------------------------------------------------------------------------------
  18. 2747 | WARNING | INI directive 'safe_mode' is deprecated since PHP 5.3 and removed since PHP 5.4
  19. 3399 | ERROR | INI directive 'magic_quotes_runtime' is deprecated since PHP 5.3 and removed since PHP 5.4
  20. 4800 | WARNING | Possible use of ASP style opening tags detected. ASP style opening tags have been removed in PHP 7.0. Found: <%this.id%>" data-bs-theme=...
  21. 4802 | WARNING | Possible use of ASP style opening tags detected. ASP style opening tags have been removed in PHP 7.0. Found: <%this.action%>">
  22. 4804 | WARNING | Possible use of ASP style opening tags detected. ASP style opening tags have been removed in PHP 7.0. Found: <%this.title%> ?</h5>
  23. 4805 | WARNING | Possible use of ASP style opening tags detected. ASP style opening tags have been removed in PHP 7.0. Found: <%this.content%></p>
  24. --------------------------------------------------------------------------------------------------------------------------------------------------------------
  25.  
  26.  
  27. FILE: /datos/MINUBE/MINUBE_TRABAJO/trabajo/pwork/fidfarma/application/helpers/applogin_helper.php
  28. -------------------------------------------------------------------------------------------------
  29. FOUND 2 ERRORS AFFECTING 2 LINES
  30. -------------------------------------------------------------------------------------------------
  31. 1630 | ERROR | "$this" can no longer be used in a plain function or method since PHP 7.1.
  32. 1642 | ERROR | "$this" can no longer be used in a plain function or method since PHP 7.1.
  33. -------------------------------------------------------------------------------------------------
  34.  
  35.  
  36. FILE: /datos/MINUBE/MINUBE_TRABAJO/trabajo/pwork/fidfarma/application/helpers/appview_helper.php
  37. ------------------------------------------------------------------------------------------------
  38. FOUND 1 ERROR AFFECTING 1 LINE
  39. ------------------------------------------------------------------------------------------------
  40. 1274 | ERROR | "$this" can no longer be used in a plain function or method since PHP 7.1.
  41. ------------------------------------------------------------------------------------------------
  42.  
  43.  
  44. FILE: /datos/MINUBE/MINUBE_TRABAJO/trabajo/pwork/fidfarma/application/helpers/appclub_helper.php
  45. ---------------------------------------------------------------------------------------------------------------
  46. FOUND 2 ERRORS AFFECTING 1 LINE
  47. ---------------------------------------------------------------------------------------------------------------
  48. 191 | ERROR | Function ereg() is deprecated since PHP 5.3 and removed since PHP 7.0; Use preg_match() instead
  49. 191 | ERROR | Extension 'ereg' is deprecated since PHP 5.3 and removed since PHP 7.0; Use pcre instead
  50. ---------------------------------------------------------------------------------------------------------------
  51.  
  52.  
  53. FILE: /datos/MINUBE/MINUBE_TRABAJO/trabajo/pwork/fidfarma/application/language/spanish/textos_lang.php
  54. ------------------------------------------------------------------------------------------------------
  55. FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
  56. ------------------------------------------------------------------------------------------------------
  57. 1 | WARNING | File has mixed line endings; this may cause incorrect results
  58. ------------------------------------------------------------------------------------------------------
  59.  
  60.  
  61. FILE: /datos/MINUBE/MINUBE_TRABAJO/trabajo/pwork/fidfarma/application/language/catala/textos_lang.php
  62. -----------------------------------------------------------------------------------------------------
  63. FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
  64. -----------------------------------------------------------------------------------------------------
  65. 1 | WARNING | File has mixed line endings; this may cause incorrect results
  66. -----------------------------------------------------------------------------------------------------
  67.  
  68.  
  69. FILE: /datos/MINUBE/MINUBE_TRABAJO/trabajo/pwork/fidfarma/application/views/intra/includes/head.php
  70. ---------------------------------------------------------------------------------------------------
  71. FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
  72. ---------------------------------------------------------------------------------------------------
  73. 1 | WARNING | File has mixed line endings; this may cause incorrect results
  74. ---------------------------------------------------------------------------------------------------
  75.  
  76.  
  77. FILE: /datos/MINUBE/MINUBE_TRABAJO/trabajo/pwork/fidfarma/application/views/intra/customer/customer.php
  78. -------------------------------------------------------------------------------------------------------
  79. FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
  80. -------------------------------------------------------------------------------------------------------
  81. 1 | WARNING | File has mixed line endings; this may cause incorrect results
  82. -------------------------------------------------------------------------------------------------------
  83.  
  84.  
  85. FILE: /datos/MINUBE/MINUBE_TRABAJO/trabajo/pwork/fidfarma/application/views/club/mapa.php
  86. -----------------------------------------------------------------------------------------
  87. FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
  88. -----------------------------------------------------------------------------------------
  89. 1 | WARNING | File has mixed line endings; this may cause incorrect results
  90. -----------------------------------------------------------------------------------------
  91.  
  92.  
  93. FILE: /datos/MINUBE/MINUBE_TRABAJO/trabajo/pwork/fidfarma/application/classes/SimpleXLSX.php
  94. --------------------------------------------------------------------------------------------
  95. FOUND 0 ERRORS AND 4 WARNINGS AFFECTING 4 LINES
  96. --------------------------------------------------------------------------------------------
  97. 1056 | WARNING | INI directive 'mbstring.func_overload' is deprecated since PHP 7.2
  98. 1060 | WARNING | INI directive 'mbstring.func_overload' is deprecated since PHP 7.2
  99. 1068 | WARNING | INI directive 'mbstring.func_overload' is deprecated since PHP 7.2
  100. 1072 | WARNING | INI directive 'mbstring.func_overload' is deprecated since PHP 7.2
  101. --------------------------------------------------------------------------------------------
  102.  
  103.  
  104. FILE: /datos/MINUBE/MINUBE_TRABAJO/trabajo/pwork/fidfarma/application/classes/xlsxwriter.class.php
  105. -----------------------------------------------------------------------------------------------------------------------------------------
  106. FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
  107. -----------------------------------------------------------------------------------------------------------------------------------------
  108. 365 | WARNING | [x] Curly brace syntax for accessing array elements and string offsets has been deprecated in PHP 7.4. Found: $value{0}
  109. -----------------------------------------------------------------------------------------------------------------------------------------
  110. PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
  111. -----------------------------------------------------------------------------------------------------------------------------------------
  112.  
  113.  
  114. FILE: /datos/MINUBE/MINUBE_TRABAJO/trabajo/pwork/fidfarma/application/libraries/EcoOfferManager.php
  115. ---------------------------------------------------------------------------------------------------
  116. FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
  117. ---------------------------------------------------------------------------------------------------
  118. 1 | WARNING | File has mixed line endings; this may cause incorrect results
  119. ---------------------------------------------------------------------------------------------------
  120.  
  121.  
  122. FILE: /datos/MINUBE/MINUBE_TRABAJO/trabajo/pwork/fidfarma/application/libraries/CustomerManager.php
  123. ---------------------------------------------------------------------------------------------------
  124. FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
  125. ---------------------------------------------------------------------------------------------------
  126. 1 | WARNING | File has mixed line endings; this may cause incorrect results
  127. ---------------------------------------------------------------------------------------------------
  128.  
  129.  
  130. FILE: /datos/MINUBE/MINUBE_TRABAJO/trabajo/pwork/fidfarma/application/config/routes.php
  131. ---------------------------------------------------------------------------------------
  132. FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
  133. ---------------------------------------------------------------------------------------
  134. 1 | WARNING | File has mixed line endings; this may cause incorrect results
  135. ---------------------------------------------------------------------------------------
  136.  
  137.  
  138. FILE: /datos/MINUBE/MINUBE_TRABAJO/trabajo/pwork/fidfarma/application/models/groupunits_model.php
  139. -------------------------------------------------------------------------------------------------
  140. FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
  141. -------------------------------------------------------------------------------------------------
  142. 1 | WARNING | File has mixed line endings; this may cause incorrect results
  143. -------------------------------------------------------------------------------------------------
  144.  
  145.  
  146. FILE: /datos/MINUBE/MINUBE_TRABAJO/trabajo/pwork/fidfarma/application/controllers/intra/ecooffer.php
  147. ----------------------------------------------------------------------------------------------------
  148. FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
  149. ----------------------------------------------------------------------------------------------------
  150. 1 | WARNING | File has mixed line endings; this may cause incorrect results
  151. ----------------------------------------------------------------------------------------------------
  152.  
  153.  
  154. FILE: /datos/MINUBE/MINUBE_TRABAJO/trabajo/pwork/fidfarma/application/controllers/intra/customerstatistics.php
  155. --------------------------------------------------------------------------------------------------------------
  156. FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
  157. --------------------------------------------------------------------------------------------------------------
  158. 1 | WARNING | File has mixed line endings; this may cause incorrect results
  159. --------------------------------------------------------------------------------------------------------------
  160.  
  161.  
  162. FILE: /datos/MINUBE/MINUBE_TRABAJO/trabajo/pwork/fidfarma/application/controllers/intra/user.php
  163. ------------------------------------------------------------------------------------------------
  164. FOUND 2 ERRORS AFFECTING 2 LINES
  165. ------------------------------------------------------------------------------------------------
  166. 235 | ERROR | "$this" can no longer be used in a plain function or method since PHP 7.1.
  167. 236 | ERROR | "$this" can no longer be used in a plain function or method since PHP 7.1.
  168. ------------------------------------------------------------------------------------------------
  169.  
  170.  
  171. FILE: /datos/MINUBE/MINUBE_TRABAJO/trabajo/pwork/fidfarma/application/controllers/ajax/getsajax.php
  172. ---------------------------------------------------------------------------------------------------
  173. FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
  174. ---------------------------------------------------------------------------------------------------
  175. 1 | WARNING | File has mixed line endings; this may cause incorrect results
  176. ---------------------------------------------------------------------------------------------------
  177.  
Pasted 2026-05-13 00:58:17

Short link: