a5abf2f96fcc527b5dd8e07cd6c2531927fd9a83
[Pman.Core] / Process / Php7.php
1 <?php
2
3 /**
4  *
5  * PHP7 produces all sorts of pointless warnings... this attempts to just include all the files,
6  * so that you can view them..??
7  *
8  * would be nice to write the code to fix them.
9  *
10  */
11
12 class Pman_Core_Php7 extends Pman
13 {
14     
15     static $cli_desc = "Tests for PHP compatibilty, by including files..."; 
16     
17     
18     
19     function getAuth()
20     {
21         if (empty($this->cli)) {
22             die("CLI only");
23         }
24     }
25     
26     
27     
28     
29     
30     
31 }