PHP Classes

File: bin/check-stan

Recommend this page to a friend!
  Classes of Matous Nemec   PHP DNS Check Tool   bin/check-stan   Download  
File: bin/check-stan
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP DNS Check Tool
Check DNS records and compare record sets
Author: By
Last change:
Date: 6 years ago
Size: 244 bytes
 

Contents

Class file image Download
#!/usr/bin/env php <?php passthru(escapeshellarg(__DIR__ . '/../vendor/bin/phpstan') . ' analyse -l 7 -c ' . escapeshellarg(__DIR__ . '/../phpstan.neon') . ' -a ' . escapeshellarg(__DIR__ . '/../tests/increase_memory.php ') . ' src tests');