Home
last modified time | relevance | path

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

/php-src/build/
H A Dgen_stub.php1157 const REFCOUNT_0 = "0"; define in ReturnInfo
1162 self::REFCOUNT_0,
1202 $this->refcount = $isScalarType ? self::REFCOUNT_0 : self::REFCOUNT_N;
1210 if ($isScalarType && $refcount !== self::REFCOUNT_0) {
1211 … return type of "' . $type->__toString() . '" must have a refcount of "' . self::REFCOUNT_0 . '"');
1214 if (!$isScalarType && $refcount === self::REFCOUNT_0) {
1215 …eturn type of "' . $type->__toString() . '" cannot have a refcount of "' . self::REFCOUNT_0 . '"');

Completed in 17 milliseconds