Feeding that kind of input data to Hell2Shape::generate():
$array = [
'testStringWithDoubleQuotes' => 'askjdashd"askjdasjkd',
];
$result = Hell2Shape::generate($array, GeneratorConfig::withoutDocComment());
… triggers this exception:
Fatal error: Uncaught Feolius\Hell2Shape\Lexer\LexerException: Unable to define token at line 7 and column 25:
askjdasjkd"
}
... in /var/www/html/vendor/feolius/hell2shape/src/Lexer/Lexer.php:88
Feeding that kind of input data to
Hell2Shape::generate():… triggers this exception: