Add `print_r` to "errorlog" list

Display a notice for `print_r` function (along with `error_log`, `var_export`, `var_dump`)
This commit is contained in:
Denis Ryabov 2019-05-15 17:25:32 +03:00 committed by GitHub
parent 2ef0233058
commit 373603166d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ warning_groups="superglobals"
superglobals="$_GET,$_POST,$_SESSION,$_COOKIE,$_FILES"
notice_groups="errorlog,todo"
errorlog="error_log,var_export,var_dump"
errorlog="error_log,var_export,var_dump,print_r"
todo="@TODO"
compatibility_groups="notinj3,deprecated,jerr,DS,strict"