Searched refs:REFCOUNT_0 (Results 1 – 1 of 1) sorted by relevance
1158 const REFCOUNT_0 = "0"; define in ReturnInfo1163 self::REFCOUNT_0,1203 $this->refcount = $isScalarType ? self::REFCOUNT_0 : self::REFCOUNT_N;1211 if ($isScalarType && $refcount !== self::REFCOUNT_0) {1212 … return type of "' . $type->__toString() . '" must have a refcount of "' . self::REFCOUNT_0 . '"');1215 if (!$isScalarType && $refcount === self::REFCOUNT_0) {1216 …eturn type of "' . $type->__toString() . '" cannot have a refcount of "' . self::REFCOUNT_0 . '"');
Completed in 18 milliseconds