<?php class Test { static $_variable = ['something']; static public function runHtmlEntities() { return htmlentities(self::$_variable); } } echo Test::runHtmlEntities();
You have javascript disabled. You will not be able to edit any code.