Experimental: Added references to static methods/properties of objects (Requested...
[haanga.git] / tests / tmp / assert_templates / in.tpl.php
blobe7cb8a512593d8d6b5406efae360fa79b3395444
1 <?php
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;
7 extract($vars);
8 if ($return == TRUE) {
9 ob_start();
11 if (strpos('cesar d. rodas', 'd.') !== FALSE) {
12 echo '
13 Here
16 echo '
18 if ((is_array($names) ? array_search('d.', $names) : strpos($names, 'd.')) !== FALSE) {
19 echo '
20 Here
23 echo '
25 if (strpos('cesar d. rodas', $search) !== FALSE) {
26 echo '
27 Here
30 echo '
32 if ((is_array($names) ? array_search($search, $names) : strpos($names, $search)) !== FALSE) {
33 echo '
34 Here
37 echo '
39 if ($return == TRUE) {
40 return ob_get_clean();