mirror of
https://github.com/danog/parser.git
synced 2024-12-11 16:49:47 +01:00
7 lines
41 B
PHP
7 lines
41 B
PHP
|
<?php
|
||
|
|
||
|
declare(
|
||
|
a = 3
|
||
|
c = "f"
|
||
|
);
|