How do I get the line and error type when performing a php lint check?

mata

New Member
When I run $ php -l /path/to/script.php it will report whether an error occurs or not, but won't indicate the line or error type when an error does occur. Is there a better command line tool for lint checking or another way to get more error information?Thanks
 
Back
Top