- Fixed little issue with autoescape
[haanga.git] / tests / tmp / 7c948c919295fb106667df66f458e608eb775422.php
blob26a3be887adcf0818518276f12128b594796de31
1 <?php
2 /* Generated from ./assert_templates/filter.tpl */
3 function haanga_7c948c919295fb106667df66f458e608eb775422($vars, $return=FALSE, $blocks=array())
5 extract($vars);
6 $buffer1 = "".htmlentities(strtoupper($var))."\n".htmlentities(strtolower(strtoupper($var)))."\n".htmlentities(str_replace("u", "", $var))."\n".(is_array($var) == TRUE ? count($var) : strlen($var))."\n".htmlentities(strtoupper((empty($foobar) == TRUE ? "default value" : $foobar)))."\n";
7 $buffer2 = "\n hola que \n";
8 $buffer1 .= strtoupper($buffer2)."\n";
9 $buffer2 = "TAL";
10 $buffer1 .= strtolower($buffer2)."\n";
11 $buffer2 = "\n hello world\n";
12 $buffer1 .= str_replace("e", "", strtolower(strtoupper($buffer2)))."\n";
13 if ($return == TRUE) {
14 return $buffer1;
15 } else {
16 echo $buffer1;