Home
last modified time | relevance | path

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

/PHP-8.0/build/
H A Dgen_stub.php302 $classTypes = [];
308 $classTypes[] = $type;
311 return new ArginfoType($classTypes, $builtinTypes);
346 public $classTypes; variable in ArginfoType
351 public function __construct(array $classTypes, array $builtinTypes) { argument
352 $this->classTypes = $classTypes;
357 return !empty($this->classTypes);
363 }, $this->classTypes));

Completed in 7 milliseconds