Explizite Oktalzahlnotation - PHP 8.1
0o16 === 16; // false — not confusing with explicit notation
0o16 === 14; // true
Puzzled Puffin
0o16 === 16; // false — not confusing with explicit notation
0o16 === 14; // true