4 - Content start key not found.

Content start key('\"') not found.

var $s -> hello;

Just add " char.

Fix method:

var $s -> "hello";

Last updated