Home
last modified time | relevance | path

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

/PHP-8.4/build/
H A Dgen_stub.php1166 const REFCOUNT_0 = "0"; define in ReturnInfo
1171 self::REFCOUNT_0,
1211 $this->refcount = $isScalarType ? self::REFCOUNT_0 : self::REFCOUNT_N;
1219 if ($isScalarType && $refcount !== self::REFCOUNT_0) {
1220 … return type of "' . $type->__toString() . '" must have a refcount of "' . self::REFCOUNT_0 . '"');
1223 if (!$isScalarType && $refcount === self::REFCOUNT_0) {
1224 …eturn type of "' . $type->__toString() . '" cannot have a refcount of "' . self::REFCOUNT_0 . '"');

Completed in 19 milliseconds