8 lines
75 B
PHP
8 lines
75 B
PHP
<?php
|
|
|
|
declare(strict_types=1);
|
|
|
|
$config = [
|
|
'defined' => 'config',
|
|
];
|