constant PhpDumper::NON_FIRST_CHARS

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

File

drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Dumper/PhpDumper.php, line 47

Class

PhpDumper
PhpDumper dumps a service container as a PHP class.

Namespace

Symfony\Component\DependencyInjection\Dumper

Code

const NON_FIRST_CHARS = 'abcdefghijklmnopqrstuvwxyz0123456789_';