071
Explicit octal literals using the 0o/0O prefix are supported in PHP 8.1 and later.
0o/0O
See Explicit octal integer literal notation (php.net) for details.