Searched refs:cast (Results 1 – 3 of 3) sorted by relevance
724 protected function getFloatCastKind(string $cast): int { argument725 $cast = strtolower($cast);726 if (strpos($cast, 'float') !== false) {730 if (strpos($cast, 'real') !== false) {
490 $cast = '(double)';492 $cast = '(float)';495 $cast = '(real)';497 …return $this->pPrefixOp(Cast\Double::class, $cast . ' ', $node->expr, $precedence, $lhsPrecedence);
623 `(double)` and `(real)`. The form of the cast will be preserved by the pretty printer. (#565)
Completed in 15 milliseconds