mirror of
https://github.com/phabelio/PHP-Parser.git
synced 2024-12-12 09:09:41 +01:00
11 lines
119 B
Groff
11 lines
119 B
Groff
Different integer syntaxes
|
|
-----
|
|
<?php
|
|
|
|
0b111000111000;
|
|
-----
|
|
array(
|
|
0: Scalar_LNumber(
|
|
value: 3640
|
|
)
|
|
) |