@PHP81Migration.test-out.php 77 B

1234
  1. <?php
  2. // https://wiki.php.net/rfc/explicit_octal_notation
  3. $a = 0o16 === 14;