PhpCodeAnalyzer
PhpCodeAnalyzer copied to clipboard
PhpCodeAnalyzer scans codebase and analyzes which non-built-in php extensions used
Results
1
PhpCodeAnalyzer issues
Sort by
recently updated
recently updated
newest added
I ran: ```bash php www/bin/phpca www/src/ --since-version=7.2 | tee reports/phpca-src.txt ``` I got the following response, which identified this class: [Pool](http://php.net/manual/en/class.pool.php) ``` Scanning www/src/ ... [pthreads] Class "Pool" used in...
bug