2 $HAANGA_VERSION = '1.0.4';
3 /* Generated from /home/crodas/projects/playground/haanga/tests/assert_templates/if_else_simple.tpl */
4 function haanga_e7733880179030f69680f92d682d991e9f93c62e($vars, $return=FALSE, $blocks=array())
6 global $test_global, $global1;
11 if (1 == 2 ||
1 +
2 == 3) {
18 if (strtoupper($var) == $var) {
25 if (1 === 2 ||
1 +
2 === 3) {
67 if ($return == TRUE) {
68 return ob_get_clean();