Home
last modified time | relevance | path

Searched refs:KIND_OCT (Results 1 – 6 of 6) sorted by relevance

/PHP-Parser/lib/PhpParser/Node/Scalar/
H A DInt_.php11 public const KIND_OCT = 8; define in PhpParser\\Node\\Scalar\\Int_
72 $attributes['kind'] = Int_::KIND_OCT;
/PHP-Parser/test/PhpParser/
H A DParserTestAbstract.php135 ['07', ['kind' => Scalar\Int_::KIND_OCT]],
140 ['0o7', ['kind' => Scalar\Int_::KIND_OCT]],
141 ['0O7', ['kind' => Scalar\Int_::KIND_OCT]],
H A DPrettyPrinterTest.php160 [new Int_(-1, ['kind' => Int_::KIND_OCT]), '-01'],
/PHP-Parser/test/code/parser/
H A DformattingAttributes.test60 kind: KIND_OCT (8)
/PHP-Parser/lib/PhpParser/
H A DNodeDumper.php234 Int_::KIND_OCT => 'KIND_OCT',
/PHP-Parser/lib/PhpParser/PrettyPrinter/
H A DStandard.php221 case Scalar\Int_::KIND_OCT:

Completed in 11 milliseconds