$_phpver
$_phpver : array
The PHP version of the system.
$_moduleList : array
The module list <pre> KEY: extension name VALUE: Either the description or an array with the following entries: descrip: (string) Module description error: (string) Error message fatal: (boolean) Is missing extension fatal? function: (string) Reference to function to run. If function returns boolean false, error message will be output.
If function returns a string, this error message will be used. phpver: (string) The PHP version above which to do the test
$_settingsList : array
PHP settings list.
KEY: setting name
VALUE: An array with the following entries:
error: (string) Error message.
function: (string) Reference to function to run. If function
returns non-empty value, error message will be output.
setting: (mixed) Either a boolean (whether setting should be
on or off) or 'value', which will simply output the
value of the setting.
$_pearList : array
PEAR modules list.
KEY: PEAR class name
VALUE: An array with the following entries:
depends: (?) This module depends on another module.
error: (string) Error message.
function: (string) Reference to function to run if module is
found.
path: (string) The path to the PEAR module. Only needed if
KEY is not autoloadable.
required: (boolean) Is this PEAR module required?
_outputLine(array $entry) : string
Internal output function.
| array | $entry | Array with the following values: 1st value: Header 2nd value: Test Result 3rd value: Error message (if present) 4th value: Error level (if present): 0 = error, 1 = warning |
HTML output.