diff options
| author | Dennis Keller <dk.denniskeller@gmail.com> | 2015-10-31 11:11:06 +0100 | 
|---|---|---|
| committer | Dennis Keller <dk.denniskeller@gmail.com> | 2015-10-31 11:11:06 +0100 | 
| commit | ca6ea580c7df41730fe547b0c35b3406dc9e590f (patch) | |
| tree | 8f6daf20606ce1dd0e050c8b65ebcef452e20d0e /ru-ru/php-ru.html.markdown | |
| parent | 2c99b0a9553f25a7ac43b04a14c4e2d78fe2b318 (diff) | |
| parent | edfc99e198fd2e87802ea81d6779fbadfab64919 (diff) | |
Merge remote-tracking branch 'upstream/master' into scala/de
Diffstat (limited to 'ru-ru/php-ru.html.markdown')
| -rw-r--r-- | ru-ru/php-ru.html.markdown | 2 | 
1 files changed, 0 insertions, 2 deletions
| diff --git a/ru-ru/php-ru.html.markdown b/ru-ru/php-ru.html.markdown index 5672aa90..dc254bf8 100644 --- a/ru-ru/php-ru.html.markdown +++ b/ru-ru/php-ru.html.markdown @@ -420,8 +420,6 @@ include_once 'my-file.php';  require 'my-file.php';  require_once 'my-file.php'; -// Same as include(), except require() will cause a fatal error if the -// file cannot be included.  // Действует также как и include(), но если файл не удалось подключить,  // функция выдает фатальную ошибку | 
