Example #1
0
 function _parse_is_expr($is_arg, $_arg)
 {
     $this->internal('compile_parse_is_expr');
     return compile_parse_is_expr($is_arg, $_arg, $this);
 }
 function _parse_is_expr($is_arg, $_arg)
 {
     if (!function_exists('compile_parse_is_expr')) {
         require_once TEMPLATE_LITE_DIR . "internal/compile.parse_is_expr.php";
     }
     return compile_parse_is_expr($is_arg, $_arg, $this);
 }
Example #3
0
 function _parse_is_expr($is_arg, $_arg)
 {
     if (!function_exists('compile_parse_is_expr')) {
         require_once "compile.parse_is_expr.php";
     }
     return compile_parse_is_expr($is_arg, $_arg, $this);
 }