mirror of
https://github.com/danog/parser.git
synced 2025-01-09 22:28:33 +01:00
479f51913c
Signed-off-by: azjezz <azjezz@protonmail.com>
6 lines
151 B
PHP
6 lines
151 B
PHP
<?php
|
|
|
|
// while PHP allows this, we shouldn't, it's a syntax error that most parsers for other languages,
|
|
// including Rust, don't allow.
|
|
$a = "\666";
|