1.2.946. PHP Variables

This is the list of PHP predefined variables that are used in the application.

The web variables ($_GET, $_COOKIE, $_FILES) are quite commonly used, though sometimes replaced by some special accessors. Others are rarely used.

<?php

// Reading an incoming email, with sanitation
$email = filter_var($_GET['email'], FILTER_SANITIZE_EMAIL);

?>

See also Predefined Variables.

1.2.946.1. Specs

Short name

Variables/VariablePhp

Rulesets

All, Appinfo

Exakat since

0.8.4

PHP Version

All

Severity

Time To Fix

Precision

Very high

Features

superglobal, global

Available in

Entreprise Edition, Exakat Cloud