1.2.238. Constants Names

List of PHP defined global constants in the source code. Constants are defined with the define() functioncall or const command.

<?php

// with const
const X = 1;

// with define()
define ('Y', 2);

?>

See also PHP Constants.

1.2.238.1. Connex PHP features

1.2.238.1.1. Specs

Short name

Constants/Constantnames

Rulesets

All, CE, Inventory

Exakat since

0.8.4

PHP Version

All

Severity

Minor

Time To Fix

Slow (1 hour)

Precision

Very high

Available in

Entreprise Edition, Community Edition, Exakat Cloud