Home
last modified time | relevance | path

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

/PHP-8.1/build/
H A Dgen_stub.php1656 public $funcInfos; variable in ClassInfo
1664 * @param FuncInfo[] $funcInfos
1679 array $funcInfos, argument
1693 $this->funcInfos = $funcInfos;
1917 if (!empty($this->funcInfos)) {
2109 public $funcInfos = []; variable in FileInfo
2125 yield from $this->funcInfos;
2127 yield from $classInfo->funcInfos;
2779 foreach ($funcInfos as $funcInfo) {
2836 if (!empty($fileInfo->funcInfos)) {
[all …]

Completed in 19 milliseconds