2 $HAANGA_VERSION = '1.0.4';
3 /* Generated from /home/crodas/projects/playground/haanga/tests/assert_templates/in.tpl */
4 function haanga_8815cff61dc42c8002f44fd73612611e6bc333e6($vars, $return=FALSE, $blocks=array())
6 global $test_global, $global1;
11 if (strpos('cesar d. rodas', 'd.') !== FALSE) {
18 if ((is_array($names) ?
array_search('d.', $names) : strpos($names, 'd.')) !== FALSE) {
25 if (strpos('cesar d. rodas', $search) !== FALSE) {
32 if ((is_array($names) ?
array_search($search, $names) : strpos($names, $search)) !== FALSE) {
39 if ($return == TRUE) {
40 return ob_get_clean();