`try {
// Connect to Ganache
$eth = new Ethereum('http://127.0.0.1:8545');
$eth->eth_getBalance()
$result = $eth->eth_getBalance(["0xc94770007dda54cF92009BFF0dE90c06F603a09f","latest"]);
var_dump($result);
}
catch (\Exception $exception) {
die ("Unable to connect.");
}`
return: syntax error, unexpected '$result' (T_VARIABLE)