mirror of
https://github.com/danog/parser.git
synced 2025-01-10 06:38:30 +01:00
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";
|