1.2.82. Binary Glossary

List of all the integer values using the binary format.

<?php

$a = 0b10;
$b = 0B0101;

?>

See also Integer syntax and Mastering binary and bitwise in PHP.

1.2.82.1. Specs

Short name

Type/Binary

Rulesets

All, Appinfo, CE, Changed Behavior, CompatibilityPHP53, Inventory

Exakat since

0.8.4

PHP Version

With PHP 5.4 and more recent

Severity

Major

Time To Fix

Quick (30 mins)

Precision

Very high

Features

integer, binary-integer

Available in

Entreprise Edition, Community Edition, Exakat Cloud