Lines Matching refs:cond

1244     public ?string $cond;  variable in FuncInfo
1270 ?string $cond, argument
1288 $this->cond = $cond;
1365 && $this->cond === $other->cond;
1376 return "$name|$this->cond";
2553 public ?string $cond; variable in ConstInfo
2569 ?string $cond, argument
2582 $this->cond = $cond;
2705 if ($this->cond) {
2706 $code .= "#if {$this->cond}\n";
2716 if ($this->cond) {
3199 public ?string $cond; variable in ClassInfo
3229 ?string $cond, argument
3249 $this->cond = $cond;
3277 if ($this->cond) {
3278 $code .= "#if {$this->cond}\n";
3390 …ization($this->constInfos, $allConstInfos, $this->phpVersionIdMinimumCompatibility, $this->cond)) {
3414 …lization($this->funcInfos, $allConstInfos, $this->phpVersionIdMinimumCompatibility, $this->cond)) {
3430 if ($this->cond) {
4187 ?string $cond, argument
4362 $cond,
4384 ?string $cond, argument
4438 $cond,
4528 ?string $cond, argument
4616 $cond,
4674 $cond = array_pop($conds);
4675 $conds[] = "!($cond)";
4710 $cond = handlePreprocessorConditions($conds, $stmt);
4730 $cond,
4746 $cond,
4760 $cond = handlePreprocessorConditions($conds, $classStmt);
4777 $cond,
4810 $cond,
4823 …$className, $stmt, $constInfos, $propertyInfos, $methodInfos, $enumCaseInfos, $cond, $fileInfo->ge…
5034 if ($info->cond && $info->cond !== $parentCond) {
5036 && $info->cond !== $openCondition
5041 $code .= "#if {$info->cond}\n";
5042 $openCondition = $info->cond;
5046 $code .= "#if {$info->cond}\n";
5047 $openCondition = $info->cond;
5137 … $code .= generateFunctionEntries($classInfo->name, $classInfo->funcInfos, $classInfo->cond);
5184 function generateFunctionEntries(?Name $className, array $funcInfos, ?string $cond = null): string { argument
5192 if ($cond) {
5193 $code .= "#if {$cond}\n";
5205 }, $cond);
5209 if ($cond) {