Problems with tags after update to PHP 7

Ok, that looks like a compatibility issue. Try to wrap this bit:

$options['field']()

in curly brackets:

{$options['field']}()