mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-01-13 02:28:41 +00:00
7 lines
89 B
PHP
Executable File
7 lines
89 B
PHP
Executable File
<?php declare(strict_types=1);
|
|
|
|
function hasDeprecated()
|
|
{
|
|
return eval('1 === 1');
|
|
}
|