Ejemplo n.º 1
0
 function _compile_custom_function($function, $arguments, &$_result)
 {
     if (!function_exists('compile_compile_custom_function')) {
         require CORE_INCLUDE_DIR . "/template/compile.compile_custom_function.php";
     }
     return compile_compile_custom_function($function, $arguments, $_result, $this);
 }
Ejemplo n.º 2
0
 function _compile_custom_function($function, $modifiers, $arguments, &$_result)
 {
     if (!function_exists('compile_compile_custom_function')) {
         require_once TEMPLATE_LITE_DIR . "internal/compile.compile_custom_function.php";
     }
     return compile_compile_custom_function($function, $modifiers, $arguments, $_result, $this);
 }
Ejemplo n.º 3
0
 function _compile_custom_function($function, $modifiers, $arguments, &$_result)
 {
     if (!function_exists('compile_compile_custom_function')) {
         require_once "compile.compile_custom_function.php";
     }
     return compile_compile_custom_function($function, $modifiers, $arguments, $_result, $this);
 }