diff options
Diffstat (limited to 'ru-ru')
| -rw-r--r-- | ru-ru/php-ru.html.markdown | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/ru-ru/php-ru.html.markdown b/ru-ru/php-ru.html.markdown index d17f24fc..42c4d360 100644 --- a/ru-ru/php-ru.html.markdown +++ b/ru-ru/php-ru.html.markdown @@ -451,7 +451,7 @@ $value = include 'my-include.php';  class MyClass  { -    const MY_CONST      = 'value'; // A constant +    const MY_CONST      = 'value'; // Константа      static $staticVar   = 'static'; | 
