mirror of
https://github.com/php/doc-ru.git
synced 2025-08-16 18:22:04 +00:00
Update constants.xml (#413)
This commit is contained in:

committed by
GitHub

parent
09508c93b5
commit
64e2e17dbf
@ -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');
|
||||
|
Reference in New Issue
Block a user