php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "PHP_CodeSniffer"

How can PHP_CodeSniffer be used to check for missing documentation in PHP files?

PHP_CodeSniffer can be used to check for missing documentation in PHP files by using the `phpcs` command with the `--standard=Generic.Commenting.DocCo...

What tools or software can be used to troubleshoot PHP errors in a custom-built system?

When troubleshooting PHP errors in a custom-built system, tools like Xdebug, PHP_CodeSniffer, and PHPStan can be helpful. Xdebug provides debugging an...

Are there any tools or resources available to help enforce PHP coding standards?

Enforcing PHP coding standards can help maintain consistency and readability in a codebase. There are tools like PHP_CodeSniffer and PHP-CS-Fixer that...

How can developers identify and address deprecated functions like create_function in their PHP code?

Developers can identify deprecated functions like create_function in their PHP code by checking PHP documentation or using tools like PHP_CodeSniffer....

What are some common programmierrichtlinien and code checkers used for PHP projects?

One common programming guideline for PHP projects is to follow the PSR-12 coding standard, which covers coding style, naming conventions, and other be...

Showing 1 to 5 of 38 results

‹ 1 2 3 4 5 6 7 8 ›
PHP.ORG

A free knowledge base for PHP developers. Open to all.

Legal

  • About
  • Contact / Imprint
  • Terms
  • FAQ

© 2025 php.org. All rights reserved.