phpOMS/tests/Security/Sample/noDeprecated.php

7 lines
62 B
PHP

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