7 calls to BuilderHelpers::normalizeValue()
- BuilderFactory::args in vendor/
nikic/ php-parser/ lib/ PhpParser/ BuilderFactory.php - Normalizes an argument list.
- BuilderFactory::val in vendor/
nikic/ php-parser/ lib/ PhpParser/ BuilderFactory.php - Creates node a for a literal value.
- ClassConst::addConst in vendor/
nikic/ php-parser/ lib/ PhpParser/ Builder/ ClassConst.php - Add another constant to const group
- ClassConst::__construct in vendor/
nikic/ php-parser/ lib/ PhpParser/ Builder/ ClassConst.php - Creates a class constant builder
- EnumCase::setValue in vendor/
nikic/ php-parser/ lib/ PhpParser/ Builder/ EnumCase.php - Sets the value.
- Param::setDefault in vendor/
nikic/ php-parser/ lib/ PhpParser/ Builder/ Param.php - Sets default value for the parameter.
- Property::setDefault in vendor/
nikic/ php-parser/ lib/ PhpParser/ Builder/ Property.php - Sets default value for the property.