Searched refs:KIND_OCT (Results 1 – 6 of 6) sorted by relevance
/PHP-Parser/lib/PhpParser/Node/Scalar/ |
H A D | Int_.php | 11 public const KIND_OCT = 8; define in PhpParser\\Node\\Scalar\\Int_ 72 $attributes['kind'] = Int_::KIND_OCT;
|
/PHP-Parser/test/PhpParser/ |
H A D | ParserTestAbstract.php | 135 ['07', ['kind' => Scalar\Int_::KIND_OCT]], 140 ['0o7', ['kind' => Scalar\Int_::KIND_OCT]], 141 ['0O7', ['kind' => Scalar\Int_::KIND_OCT]],
|
H A D | PrettyPrinterTest.php | 160 [new Int_(-1, ['kind' => Int_::KIND_OCT]), '-01'],
|
/PHP-Parser/test/code/parser/ |
H A D | formattingAttributes.test | 60 kind: KIND_OCT (8)
|
/PHP-Parser/lib/PhpParser/ |
H A D | NodeDumper.php | 234 Int_::KIND_OCT => 'KIND_OCT',
|
/PHP-Parser/lib/PhpParser/PrettyPrinter/ |
H A D | Standard.php | 221 case Scalar\Int_::KIND_OCT:
|
Completed in 11 milliseconds