Home
last modified time | relevance | path

Searched defs:parts (Results 1 – 4 of 4) sorted by relevance

/PHP-Parser/lib/PhpParser/Node/Expr/
H A DShellExec.php10 public array $parts; variable in PhpParser\\Node\\Expr\\ShellExec
18 public function __construct(array $parts, array $attributes = []) {
/PHP-Parser/lib/PhpParser/Node/Scalar/
H A DInterpolatedString.php11 public array $parts; variable in PhpParser\\Node\\Scalar\\InterpolatedString
19 public function __construct(array $parts, array $attributes = []) {
/PHP-Parser/test_old/
H A Drun.php43 $parts = explode('=', $arg); variable
/PHP-Parser/lib/PhpParser/PrettyPrinter/
H A DStandard.php1118 protected function encapsedContainsEndLabel(array $parts, string $label): bool {

Completed in 31 milliseconds