31
2
mirror of https://github.com/joomla-extensions/jedchecker.git synced 2024-06-02 13:40:46 +00:00

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

View File

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