phpOMS/tests/Security/Sample/noDeprecated.php

7 lines
61 B
PHP

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