exec('The `$$` syntax is not supported', 'variable-variable-arraydim.php'); } public function testVariableVariableWithFunctionCallThrowsUnsupportedError(): void { $this->exec('The `$$` syntax is not supported', 'variable-variable-function-call.php'); } }