Home
last modified time | relevance | path

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

/PHP-8.1/build/
H A Dgen_stub.php874 const REFCOUNT_0 = "0"; define in ReturnInfo
879 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