You are here

constant PhpDumper::FIRST_CHARS in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/symfony/dependency-injection/Dumper/PhpDumper.php \Symfony\Component\DependencyInjection\Dumper\PhpDumper::FIRST_CHARS

Characters that might appear in the generated variable name as first character.

File

vendor/symfony/dependency-injection/Dumper/PhpDumper.php, line 43

Class

PhpDumper
PhpDumper dumps a service container as a PHP class.

Namespace

Symfony\Component\DependencyInjection\Dumper

Code

const FIRST_CHARS = 'abcdefghijklmnopqrstuvwxyz';