Searched refs:REFCOUNT_0 (Results 1 – 1 of 1) sorted by relevance
874 const REFCOUNT_0 = "0"; define in ReturnInfo879 self::REFCOUNT_0,928 $this->refcount = $isScalarType ? self::REFCOUNT_0 : self::REFCOUNT_N;936 if ($isScalarType && $refcount !== self::REFCOUNT_0) {937 … return type of "' . $type->__toString() . '" must have a refcount of "' . self::REFCOUNT_0 . '"');940 if (!$isScalarType && $refcount === self::REFCOUNT_0) {941 …eturn type of "' . $type->__toString() . '" cannot have a refcount of "' . self::REFCOUNT_0 . '"');
Completed in 10 milliseconds