function expr
Creates an expression.
36 string references to 'expr'
- ArrowFunction::getSubNodeNames in vendor/
nikic/ php-parser/ lib/ PhpParser/ Node/ Expr/ ArrowFunction.php - Gets the names of the sub nodes.
- Assign::getSubNodeNames in vendor/
nikic/ php-parser/ lib/ PhpParser/ Node/ Expr/ Assign.php - AssignOp::getSubNodeNames in vendor/
nikic/ php-parser/ lib/ PhpParser/ Node/ Expr/ AssignOp.php - AssignRef::getSubNodeNames in vendor/
nikic/ php-parser/ lib/ PhpParser/ Node/ Expr/ AssignRef.php - BitwiseNot::getSubNodeNames in vendor/
nikic/ php-parser/ lib/ PhpParser/ Node/ Expr/ BitwiseNot.php
File
-
vendor/
symfony/ dependency-injection/ Loader/ Configurator/ ContainerConfigurator.php, line 163
Namespace
Symfony\Component\DependencyInjection\Loader\ConfiguratorCode
function expr(string $expression) : Expression {
return new Expression($expression);
}