79814966

Date: 2025-11-09 18:47:36
Score: 0.5
Natty:
Report link

To add to @Kimzu answer, HTML entities with pre tags remain HTMl, so you should escape them:

'<pre>' . htmlentities(print_r($array, true), ENT_QUOTES, 'UTF-8') . '</pre>'
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • User mentioned (1): @Kimzu
  • High reputation (-1):
Posted by: robertspierre