3v4l.org

run code in 300+ PHP versions simultaneously
<?php function v_htmlspecialchars($string, $flags = ENT_COMPAT, $encoding = 'ISO-8869-2', $doubleEncode = false) { return htmlspecialchars($string, $flags, $encoding, $doubleEncode); } for ($i=0; $i<1000000; $i++) { v_htmlspecialchars('za:"&<>ź\'ółćgęśląjaźń',ENT_QUOTES,'UTF-8'); }

preferences:
35.04 ms | 402 KiB | 5 Q