Непонятная ошибка синтаксиса в PHP

Код:

<?php

const SECRET_KEY = 'ek9ghdofzwnifX0=';

$billPayments = new Qiwi\Api\BillPayments(SECRET_KEY);

?>

Выходит в консоли:

PHP Parse error: syntax error, unexpected 'and' (T_LOGICAL_AND), expecting end of file in C:\Users\terli\Desktop\php7.4.1\php.ini-development on line 178

Куда выводит ссылка:

This directive determines whether or not PHP will recognize code between tags as PHP source which should be processed as such. It is generally recommended that should be used and that this feature should be disabled, as enabling it may result in issues when generating XML documents, however this remains supported for backward compatibility reasons. Note that this directive does not control the <?= shorthand tag, which can be used regardless of this directive.


Ответы (0 шт):