mirror of
https://github.com/edoardottt/cariddi.git
synced 2026-09-22 17:44:58 +02:00
update errors
This commit is contained in:
+4
-2
@@ -49,13 +49,15 @@ func GetErrorRegexes() []Error {
|
||||
[]string{
|
||||
`(?i)php warning`,
|
||||
`(?i)php error`,
|
||||
`(?i)Fatal error`,
|
||||
`(?i)fatal error`,
|
||||
`(?i)include_path`,
|
||||
`(?i)undefined index`,
|
||||
`(?i)undefined variable`,
|
||||
`(?i)expect(s*) parameter [A-Za-z0-9-_]{1,30}`,
|
||||
`(?i)Call to undefined method`,
|
||||
`(?i)call to undefined method`,
|
||||
`(?i)failed to open stream`,
|
||||
`(?i)cannot modify header information`,
|
||||
`(?i)(syntax|parse) error`,
|
||||
`(?i)safe mode restriction in effect`},
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user