phpOMS/tests/Security/Sample/noUnicode.php
2019-04-27 10:34:00 +02:00

7 lines
74 B
PHP

<?php declare(strict_types=1);
function noUnicode()
{
return true;
}