Lines Matching refs:cond

1236     public ?string $cond;  variable in FuncInfo
1262 ?string $cond, argument
1280 $this->cond = $cond;
1360 && $this->cond === $other->cond;
1371 return "$name|$this->cond";
2548 public ?string $cond; variable in ConstInfo
2564 ?string $cond, argument
2577 $this->cond = $cond;
2700 if ($this->cond) {
2701 $code .= "#if {$this->cond}\n";
2711 if ($this->cond) {
3338 public ?string $cond; variable in ClassInfo
3368 ?string $cond, argument
3388 $this->cond = $cond;
3416 if ($this->cond) {
3417 $code .= "#if {$this->cond}\n";
3529 …ization($this->constInfos, $allConstInfos, $this->phpVersionIdMinimumCompatibility, $this->cond)) {
3553 …lization($this->funcInfos, $allConstInfos, $this->phpVersionIdMinimumCompatibility, $this->cond)) {
3569 if ($this->cond) {
4326 ?string $cond, argument
4501 $cond,
4523 ?string $cond, argument
4577 $cond,
4667 ?string $cond, argument
4755 $cond,
4813 $cond = array_pop($conds);
4814 $conds[] = "!($cond)";
4849 $cond = handlePreprocessorConditions($conds, $stmt);
4869 $cond,
4885 $cond,
4899 $cond = handlePreprocessorConditions($conds, $classStmt);
4916 $cond,
4949 $cond,
4962 …$className, $stmt, $constInfos, $propertyInfos, $methodInfos, $enumCaseInfos, $cond, $fileInfo->ge…
5173 if ($info->cond && $info->cond !== $parentCond) {
5175 && $info->cond !== $openCondition
5180 $code .= "#if {$info->cond}\n";
5181 $openCondition = $info->cond;
5185 $code .= "#if {$info->cond}\n";
5186 $openCondition = $info->cond;
5276 … $code .= generateFunctionEntries($classInfo->name, $classInfo->funcInfos, $classInfo->cond);
5323 function generateFunctionEntries(?Name $className, array $funcInfos, ?string $cond = null): string { argument
5331 if ($cond) {
5332 $code .= "#if {$cond}\n";
5344 }, $cond);
5348 if ($cond) {