Home
last modified time | relevance | path

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

/PHP-8.3/build/
H A Dgen_stub.php1134 const REFCOUNT_0 = "0"; define in ReturnInfo
1139 self::REFCOUNT_0,
1179 $this->refcount = $isScalarType ? self::REFCOUNT_0 : self::REFCOUNT_N;
1187 if ($isScalarType && $refcount !== self::REFCOUNT_0) {
1188 … return type of "' . $type->__toString() . '" must have a refcount of "' . self::REFCOUNT_0 . '"');
1191 if (!$isScalarType && $refcount === self::REFCOUNT_0) {
1192 …eturn type of "' . $type->__toString() . '" cannot have a refcount of "' . self::REFCOUNT_0 . '"');

Completed in 15 milliseconds