Update constants.xml (#413)

This commit is contained in:
aleksandr-shevchenko
2022-08-14 00:46:48 +04:00
committed by GitHub
parent 09508c93b5
commit 64e2e17dbf

View File

@ -192,7 +192,7 @@ const CONSTANT = 'Здравствуй, мир.';
echo CONSTANT;
// Скалярное выражение
const ANOTHER_CONST = CONSTANT.'; Прощай, мир.';
const ANOTHER_CONST = CONSTANT . ' Прощай, мир.';
echo ANOTHER_CONST;
const ANIMALS = array('dog', 'cat', 'bird');