text = 'Hello World. 10 < 11'; $chain->array = array('a', 'b', 'c'); $chain->assoc = array('a' => array('b' => 'c')); $obj = new StdClass(); $obj->foo = 'bar'; $chain->obj = $obj; ?> ModifireChain Sample

text->e(); ?>

assoc->get('a')->get('b')->e(); ?>

obj->foo->e(); ?>