I am looking for applications or methods for performing sanity checks of php code. I hope to to avoid finding out about the coding mistakes the hard way, but instead find them before publishing the website.
= ve benzeri çalışma zamanı yöntemleri display_errors çok geç sorunları bulmak.
Bugüne kadar ben yeterince kapsamlı olmadığını düşünüyorum aşağıdaki yolları bulduk:
- php içinde php_check_syntax ()
- Komut satırından php-l
- ioncube php kodlayıcı
- editörler olarak netbeans ve eclipse
Erken PHP kodu sorunları bulmak için daha iyi bir yolu var mı?