phpOMS/tests/Security/Sample/noDeprecated.php
2018-02-22 13:54:08 +01:00

6 lines
65 B
PHP

<?php
function noDeprecated()
{
return is_string('');
}