<?php error_reporting(-1); $arr = array( 'testo' => array('hello')); var_dump(htmlentities($arr['testo'], ENT_COMPAT | ENT_HTML401, 'UTF-8'));
You have javascript disabled. You will not be able to edit any code.