Searched refs:REFCOUNT_0 (Results 1 – 1 of 1) sorted by relevance
1120 const REFCOUNT_0 = "0"; define in ReturnInfo1125 self::REFCOUNT_0,1165 $this->refcount = $isScalarType ? self::REFCOUNT_0 : self::REFCOUNT_N;1173 if ($isScalarType && $refcount !== self::REFCOUNT_0) {1174 … return type of "' . $type->__toString() . '" must have a refcount of "' . self::REFCOUNT_0 . '"');1177 if (!$isScalarType && $refcount === self::REFCOUNT_0) {1178 …eturn type of "' . $type->__toString() . '" cannot have a refcount of "' . self::REFCOUNT_0 . '"');
Completed in 17 milliseconds