Lint PHP File
lint_php_fileChecks a PHP file for syntax errors using php -l, catching only parse-time errors.
Instructions
Verilen bir PHP dosyasını sözdizimi hatalarına karşı denetler (php -l). Sadece parse-time hatalarını yakalar, statik analiz yapmaz.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filepath | Yes | Lint edilecek PHP dosyasının mutlak veya göreli yolu. Örnek: ./src/Foo.php |