Example #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);
 }
 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);
 }
Example #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);
 }