Searched refs:isScalar (Results 1 – 1 of 1) sorted by relevance
254 public function isScalar(): bool { function in SimpleType476 public function isScalar(): bool { function in Type478 if (!$type->isScalar()) {925 $isScalarType = $type !== null && $type->isScalar();
Completed in 11 milliseconds