REDROOM
PHP 8.2.31
Path:
Logout
Edit File
Size: 791 B
Close
/opt/cpanel/ea-wappspector/vendor/rector/rector/rules/Php80/NodeFactory/MatchArmsFactory.php
Text
Base64
<?php declare (strict_types=1); namespace Rector\Php80\NodeFactory; use PhpParser\Node\Expr\Assign; use PhpParser\Node\MatchArm; use Rector\Php80\ValueObject\CondAndExpr; final class MatchArmsFactory { /** * @param CondAndExpr[] $condAndExprs * @return MatchArm[] */ public function createFromCondAndExprs(array $condAndExprs) : array { $matchArms = []; foreach ($condAndExprs as $condAndExpr) { $expr = $condAndExpr->getExpr(); if ($expr instanceof Assign) { // $this->assignExpr = $expr->var; $expr = $expr->expr; } $condExprs = $condAndExpr->getCondExprs(); $matchArms[] = new MatchArm($condExprs, $expr); } return $matchArms; } }
Save
Close
Exit & Reset
Text mode: syntax highlighting auto-detects file type.
Directory Contents
Dirs: 0 × Files: 5
Delete Selected
Select All
Select None
Sort:
Name
Size
Modified
Enable drag-to-move
Name
Size
Perms
Modified
Actions
AttrGroupsFactory.php
1.34 KB
lrw-r--r--
2024-11-08 13:59:10
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
MatchArmsFactory.php
791 B
lrw-r--r--
2024-11-08 13:59:10
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
MatchFactory.php
3.20 KB
lrw-r--r--
2024-11-08 13:59:10
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
NestedAttrGroupsFactory.php
2.04 KB
lrw-r--r--
2024-11-08 13:59:10
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
StrStartsWithFuncCallFactory.php
753 B
lrw-r--r--
2024-11-08 13:59:10
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Zip Selected
If ZipArchive is unavailable, a
.tar
will be created (no compression).