Home
last modified time | relevance | path

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

/php-src/build/
H A Dgen_stub.php370 public function isScalar(): bool { function in SimpleType
644 public function isScalar(): bool { function in Type
646 if (!$type->isScalar()) {
1200 $isScalarType = $type !== null && $type->isScalar();

Completed in 17 milliseconds