Searched refs:isScalar (Results 1 – 1 of 1) sorted by relevance
370 public function isScalar(): bool { function in SimpleType644 public function isScalar(): bool { function in Type646 if (!$type->isScalar()) {1200 $isScalarType = $type !== null && $type->isScalar();
Completed in 17 milliseconds