Home
last modified time | relevance | path

Searched refs:KIND_REAL (Results 1 – 4 of 4) sorted by relevance

/PHP-Parser/lib/PhpParser/Node/Expr/Cast/
H A DDouble.php11 public const KIND_REAL = 3; // "real" syntax define in PhpParser\\Node\\Expr\\Cast\\Double
/PHP-Parser/test/PhpParser/
H A DParserTestAbstract.php178 ["(real) 5.0", ['kind' => Expr\Cast\Double::KIND_REAL]],
179 [" ( REAL ) 5.0", ['kind' => Expr\Cast\Double::KIND_REAL]],
/PHP-Parser/lib/PhpParser/
H A DParserAbstract.php731 return Double::KIND_REAL;
/PHP-Parser/lib/PhpParser/PrettyPrinter/
H A DStandard.php489 assert($kind === Cast\Double::KIND_REAL);

Completed in 29 milliseconds