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