Errors Codenizer can detect
Below you will find list of errors Codenizer can detect. Every error is explained on separate page with sample code that produces it. Besides these errors Codenizer also reports numerous self-explaining syntax errors. Errors Codenizer reports are usually one line messages in following format:
FILE_PATH(LINE_NUMBER): MESSAGE_TEXT
In some cases this line can be followed by another line in same format, starting with single TAB character, for example:
C:\unknown\functions.php(1637): Error in number of parameters for 'wp_referer_field' (expected 1 passed 2)
C:\unknown\functions.php(1655): Declaration of 'wp_referer_field'
In this case second line doesn't contain some new message, but it is rather a further pointer to help you correct error reported in the previous line.

