Searched refs:KIND_REAL (Results 1 – 4 of 4) sorted by relevance
11 public const KIND_REAL = 3; // "real" syntax define in PhpParser\\Node\\Expr\\Cast\\Double
178 ["(real) 5.0", ['kind' => Expr\Cast\Double::KIND_REAL]],179 [" ( REAL ) 5.0", ['kind' => Expr\Cast\Double::KIND_REAL]],
731 return Double::KIND_REAL;
494 assert($kind === Cast\Double::KIND_REAL);
Completed in 17 milliseconds