Php template engine

i am looking for a php template engine. what do you recommand?
– able to input template from file or string
– able to output html into a string or print out to a stream (similar to [font=courier]sprintf()[/font] and [font=courier]printf()[/font])
– support nested blocks
– easy interface
– compact and fast