<?php
$v = new ezcTemplateVariableCollection();
$v->obj = new Blarp93093();

return $v;

class Blarp93093
{
	public $prop = 2;
}

?>
