dependences
This commit is contained in:
@ -33,6 +33,7 @@ function getConst($text): array|false|string
|
||||
];
|
||||
|
||||
$str = $text;
|
||||
|
||||
foreach($constStr as $key => $value)
|
||||
{
|
||||
$str = str_replace($key, $value, $str);
|
||||
|
Reference in New Issue
Block a user