Home
last modified time | relevance | path

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

/PHP-8.2/build/
H A Dgen_stub.php1143 const REFCOUNT_0 = "0"; define in ReturnInfo
1148 self::REFCOUNT_0,
1188 $this->refcount = $isScalarType ? self::REFCOUNT_0 : self::REFCOUNT_N;
1196 if ($isScalarType && $refcount !== self::REFCOUNT_0) {
1197 … return type of "' . $type->__toString() . '" must have a refcount of "' . self::REFCOUNT_0 . '"');
1200 if (!$isScalarType && $refcount === self::REFCOUNT_0) {
1201 …eturn type of "' . $type->__toString() . '" cannot have a refcount of "' . self::REFCOUNT_0 . '"');

Completed in 18 milliseconds