constant PhpDumper::NON_FIRST_CHARS in Zircon Profile 8.0
Same name and namespace in other branches
- 8 vendor/symfony/dependency-injection/Dumper/PhpDumper.php \Symfony\Component\DependencyInjection\Dumper\PhpDumper::NON_FIRST_CHARS
Characters that might appear in the generated variable name as any but the first character.
File
- vendor/
symfony/ dependency-injection/ Dumper/ PhpDumper.php, line 50
Class
- PhpDumper
- PhpDumper dumps a service container as a PHP class.
Namespace
Symfony\Component\DependencyInjection\DumperCode
const NON_FIRST_CHARS = 'abcdefghijklmnopqrstuvwxyz0123456789_';