$BEE_val)
{
if ($BEE_key == "function") continue;
$BEE_argVar =& BEE_VSC("arg", $BEE_key, $BEE_context);
$BEE_argValue = BEE_tagTypedGet($BEE_val, $BEE_f_contextParent);
if (is_array($BEE_argValue))
{
$BEE_argVar = $BEE_argValue;
} else
{
$BEE_argVar[""] = $BEE_argValue;
if ($BEE_key == BEE_THISFUNCTION_ATTR_NAME) $BEE_f_linkName = $BEE_argValue;
}
}
if (!isset($BEE_argContext["arg"]))
{
$BEE_argArg = "";
if (strlen($BEE_argContext["new"])) $BEE_argArg = "new";
else if (strlen($BEE_argContext["thisfunction"])) $BEE_argArg = $BEE_argContext["thisfunction"];
else if (strlen($BEE_argContext["function"])) $BEE_argArg = $BEE_argContext["function"];
if (strlen($BEE_argArg))
{
$BEE_argArgContext =& BEE_VSC("arg", strtolower($BEE_argArg), $BEE_context);
BEE_VSC("arg", "arg", $BEE_context);
$BEE_Var[$BEE_context]["arg"]["arg"] =& $BEE_argArgContext;
}
}
if ($BEE_debug_active && $BEE_debug_function_time >= $BEE_f_nestedLevel && $BEE_f_nestedLevel > 0)
BEE_debugPrint(sprintf("%s[%s entered]
", str_repeat(BEE_TAG_DEBUG_FUNCTION_INDENT, $BEE_f_nestedLevel - 1), $BEE_f_linkName));
$BEE_f_thisName = $BEE_argContext[BEE_THIS_ATTR_NAME];
if ($BEE_f_thisName != "")
$BEE_Var[$BEE_f_contextChild][BEE_THIS_ATTR_NAME] =& $BEE_Var[$BEE_f_contextParent][$BEE_f_thisName];
?>
= $BEE_f_nestedLevel && $BEE_f_nestedLevel > 0 && is_array($BEE_f_startTime))
{
$BEE_f_stopTime = gettimeofday();
$BEE_dura = ($BEE_f_stopTime["sec"] - $BEE_f_startTime["sec"]) * 1000;
$BEE_dura = ($BEE_f_stopTime["usec"] - $BEE_f_startTime["usec"]) / 1000 + $BEE_dura;
BEE_debugPrint(sprintf("%s[%s returns in %d ms]\n", str_repeat(BEE_TAG_DEBUG_FUNCTION_INDENT, $BEE_f_nestedLevel - 1), $BEE_f_linkName, $BEE_dura));
}
if (isset($BEE_f_nestedLevel) && $BEE_f_nestedLevel > 0) $BEE_f_nestedLevel--;
BEE_tagLibReturn_beforeReturn($BEE_context);
$PHP_context = $PHP_contextSaved;
return;
?> $BEE_val)
{
if ($BEE_key == "function") continue;
$BEE_argVar =& BEE_VSC("arg", $BEE_key, $BEE_context);
$BEE_argValue = BEE_tagTypedGet($BEE_val, $BEE_f_contextParent);
if (is_array($BEE_argValue))
{
$BEE_argVar = $BEE_argValue;
} else
{
$BEE_argVar[""] = $BEE_argValue;
if ($BEE_key == BEE_THISFUNCTION_ATTR_NAME) $BEE_f_linkName = $BEE_argValue;
}
}
if (!isset($BEE_argContext["arg"]))
{
$BEE_argArg = "";
if (strlen($BEE_argContext["new"])) $BEE_argArg = "new";
else if (strlen($BEE_argContext["thisfunction"])) $BEE_argArg = $BEE_argContext["thisfunction"];
else if (strlen($BEE_argContext["function"])) $BEE_argArg = $BEE_argContext["function"];
if (strlen($BEE_argArg))
{
$BEE_argArgContext =& BEE_VSC("arg", strtolower($BEE_argArg), $BEE_context);
BEE_VSC("arg", "arg", $BEE_context);
$BEE_Var[$BEE_context]["arg"]["arg"] =& $BEE_argArgContext;
}
}
if ($BEE_debug_active && $BEE_debug_function_time >= $BEE_f_nestedLevel && $BEE_f_nestedLevel > 0)
BEE_debugPrint(sprintf("%s[%s entered]
", str_repeat(BEE_TAG_DEBUG_FUNCTION_INDENT, $BEE_f_nestedLevel - 1), $BEE_f_linkName));
$BEE_f_thisName = $BEE_argContext[BEE_THIS_ATTR_NAME];
if ($BEE_f_thisName != "")
$BEE_Var[$BEE_f_contextChild][BEE_THIS_ATTR_NAME] =& $BEE_Var[$BEE_f_contextParent][$BEE_f_thisName];
?>
$BEE_val)
$BEE_Var[$BEE_f_contextParent]["param"][$BEE_paramName][$BEE_key] = $BEE_val;
unset($BEE_Var[$BEE_f_contextParent]["param"][$BEE_linkName]);
}
$BEE_func();
BEE_debugLeaveFile();
}
else if (!meansTrue($BEE_Var[$BEE_context]["param"][$BEE_paramName]["ignoreerror"]))
BEE_printError("Error: Unknown Function", $BEE_funcName);
$BEE_f_contextParent = $BEE_f_contextParentSaved;
$BEE_f_contextChild = $BEE_f_contextChildSaved;
?>
= $BEE_f_nestedLevel && $BEE_f_nestedLevel > 0 && is_array($BEE_f_startTime))
{
$BEE_f_stopTime = gettimeofday();
$BEE_dura = ($BEE_f_stopTime["sec"] - $BEE_f_startTime["sec"]) * 1000;
$BEE_dura = ($BEE_f_stopTime["usec"] - $BEE_f_startTime["usec"]) / 1000 + $BEE_dura;
BEE_debugPrint(sprintf("%s[%s returns in %d ms]\n", str_repeat(BEE_TAG_DEBUG_FUNCTION_INDENT, $BEE_f_nestedLevel - 1), $BEE_f_linkName, $BEE_dura));
}
if (isset($BEE_f_nestedLevel) && $BEE_f_nestedLevel > 0) $BEE_f_nestedLevel--;
BEE_tagLibReturn_beforeReturn($BEE_context);
$PHP_context = $PHP_contextSaved;
return;
?> $BEE_val)
{
if ($BEE_key == "function") continue;
$BEE_argVar =& BEE_VSC("arg", $BEE_key, $BEE_context);
$BEE_argValue = BEE_tagTypedGet($BEE_val, $BEE_f_contextParent);
if (is_array($BEE_argValue))
{
$BEE_argVar = $BEE_argValue;
} else
{
$BEE_argVar[""] = $BEE_argValue;
if ($BEE_key == BEE_THISFUNCTION_ATTR_NAME) $BEE_f_linkName = $BEE_argValue;
}
}
if (!isset($BEE_argContext["arg"]))
{
$BEE_argArg = "";
if (strlen($BEE_argContext["new"])) $BEE_argArg = "new";
else if (strlen($BEE_argContext["thisfunction"])) $BEE_argArg = $BEE_argContext["thisfunction"];
else if (strlen($BEE_argContext["function"])) $BEE_argArg = $BEE_argContext["function"];
if (strlen($BEE_argArg))
{
$BEE_argArgContext =& BEE_VSC("arg", strtolower($BEE_argArg), $BEE_context);
BEE_VSC("arg", "arg", $BEE_context);
$BEE_Var[$BEE_context]["arg"]["arg"] =& $BEE_argArgContext;
}
}
if ($BEE_debug_active && $BEE_debug_function_time >= $BEE_f_nestedLevel && $BEE_f_nestedLevel > 0)
BEE_debugPrint(sprintf("%s[%s entered]
", str_repeat(BEE_TAG_DEBUG_FUNCTION_INDENT, $BEE_f_nestedLevel - 1), $BEE_f_linkName));
$BEE_f_thisName = $BEE_argContext[BEE_THIS_ATTR_NAME];
if ($BEE_f_thisName != "")
$BEE_Var[$BEE_f_contextChild][BEE_THIS_ATTR_NAME] =& $BEE_Var[$BEE_f_contextParent][$BEE_f_thisName];
?>
= $BEE_f_nestedLevel && $BEE_f_nestedLevel > 0 && is_array($BEE_f_startTime))
{
$BEE_f_stopTime = gettimeofday();
$BEE_dura = ($BEE_f_stopTime["sec"] - $BEE_f_startTime["sec"]) * 1000;
$BEE_dura = ($BEE_f_stopTime["usec"] - $BEE_f_startTime["usec"]) / 1000 + $BEE_dura;
BEE_debugPrint(sprintf("%s[%s returns in %d ms]\n", str_repeat(BEE_TAG_DEBUG_FUNCTION_INDENT, $BEE_f_nestedLevel - 1), $BEE_f_linkName, $BEE_dura));
}
if (isset($BEE_f_nestedLevel) && $BEE_f_nestedLevel > 0) $BEE_f_nestedLevel--;
BEE_tagLibReturn_beforeReturn($BEE_context);
$PHP_context = $PHP_contextSaved;
return;
?> $BEE_val)
{
if ($BEE_key == "function") continue;
$BEE_argVar =& BEE_VSC("arg", $BEE_key, $BEE_context);
$BEE_argValue = BEE_tagTypedGet($BEE_val, $BEE_f_contextParent);
if (is_array($BEE_argValue))
{
$BEE_argVar = $BEE_argValue;
} else
{
$BEE_argVar[""] = $BEE_argValue;
if ($BEE_key == BEE_THISFUNCTION_ATTR_NAME) $BEE_f_linkName = $BEE_argValue;
}
}
if (!isset($BEE_argContext["arg"]))
{
$BEE_argArg = "";
if (strlen($BEE_argContext["new"])) $BEE_argArg = "new";
else if (strlen($BEE_argContext["thisfunction"])) $BEE_argArg = $BEE_argContext["thisfunction"];
else if (strlen($BEE_argContext["function"])) $BEE_argArg = $BEE_argContext["function"];
if (strlen($BEE_argArg))
{
$BEE_argArgContext =& BEE_VSC("arg", strtolower($BEE_argArg), $BEE_context);
BEE_VSC("arg", "arg", $BEE_context);
$BEE_Var[$BEE_context]["arg"]["arg"] =& $BEE_argArgContext;
}
}
if ($BEE_debug_active && $BEE_debug_function_time >= $BEE_f_nestedLevel && $BEE_f_nestedLevel > 0)
BEE_debugPrint(sprintf("%s[%s entered]
", str_repeat(BEE_TAG_DEBUG_FUNCTION_INDENT, $BEE_f_nestedLevel - 1), $BEE_f_linkName));
$BEE_f_thisName = $BEE_argContext[BEE_THIS_ATTR_NAME];
if ($BEE_f_thisName != "")
$BEE_Var[$BEE_f_contextChild][BEE_THIS_ATTR_NAME] =& $BEE_Var[$BEE_f_contextParent][$BEE_f_thisName];
?>
$BEE_val)
$BEE_Var[$BEE_f_contextParent]["param"][$BEE_paramName][$BEE_key] = $BEE_val;
unset($BEE_Var[$BEE_f_contextParent]["param"][$BEE_linkName]);
}
$BEE_func();
BEE_debugLeaveFile();
}
else if (!meansTrue($BEE_Var[$BEE_context]["param"][$BEE_paramName]["ignoreerror"]))
BEE_printError("Error: Unknown Function", $BEE_funcName);
$BEE_f_contextParent = $BEE_f_contextParentSaved;
$BEE_f_contextChild = $BEE_f_contextChildSaved;
?>
$BEE_val)
$BEE_Var[$BEE_f_contextParent]["param"][$BEE_paramName][$BEE_key] = $BEE_val;
unset($BEE_Var[$BEE_f_contextParent]["param"][$BEE_linkName]);
}
$BEE_func();
BEE_debugLeaveFile();
}
else if (!meansTrue($BEE_Var[$BEE_context]["param"][$BEE_paramName]["ignoreerror"]))
BEE_printError("Error: Unknown Function", $BEE_funcName);
$BEE_f_contextParent = $BEE_f_contextParentSaved;
$BEE_f_contextChild = $BEE_f_contextChildSaved;
?>
", $BEE_context);
if (!isset($BEE_Var[$BEE_context]["param"][$BEE_paramName]["conv"])) $BEE_Var[$BEE_context]["param"][$BEE_paramName]["conv"] = BEE_tagVarValue("", $BEE_context);
if (!isset($BEE_Var[$BEE_context]["param"][$BEE_paramName]["convert"])) $BEE_Var[$BEE_context]["param"][$BEE_paramName]["convert"] = BEE_tagVarValue(null, $BEE_context);
if (!isset($BEE_Var[$BEE_context]["param"][$BEE_paramName]["default"])) $BEE_Var[$BEE_context]["param"][$BEE_paramName]["default"] = BEE_tagVarValue(null, $BEE_context);
if (!isset($BEE_Var[$BEE_context]["param"][$BEE_paramName]["display"])) $BEE_Var[$BEE_context]["param"][$BEE_paramName]["display"] = BEE_tagVarValue(null, $BEE_context);
?>
\n", $BEE_context);
if (!isset($BEE_Var[$BEE_context]["param"][$BEE_paramName]["conv"])) $BEE_Var[$BEE_context]["param"][$BEE_paramName]["conv"] = BEE_tagVarValue("", $BEE_context);
if (!isset($BEE_Var[$BEE_context]["param"][$BEE_paramName]["convert"])) $BEE_Var[$BEE_context]["param"][$BEE_paramName]["convert"] = BEE_tagVarValue(null, $BEE_context);
if (!isset($BEE_Var[$BEE_context]["param"][$BEE_paramName]["default"])) $BEE_Var[$BEE_context]["param"][$BEE_paramName]["default"] = BEE_tagVarValue(null, $BEE_context);
if (!isset($BEE_Var[$BEE_context]["param"][$BEE_paramName]["display"])) $BEE_Var[$BEE_context]["param"][$BEE_paramName]["display"] = BEE_tagVarValue(null, $BEE_context);
?>
$BEE_val)
$BEE_Var[$BEE_f_contextParent]["param"][$BEE_paramName][$BEE_key] = $BEE_val;
unset($BEE_Var[$BEE_f_contextParent]["param"][$BEE_linkName]);
}
$BEE_func();
BEE_debugLeaveFile();
}
else if (!meansTrue($BEE_Var[$BEE_context]["param"][$BEE_paramName]["ignoreerror"]))
BEE_printError("Error: Unknown Function", $BEE_funcName);
$BEE_f_contextParent = $BEE_f_contextParentSaved;
$BEE_f_contextChild = $BEE_f_contextChildSaved;
?>
\n", $BEE_context);
if (!isset($BEE_Var[$BEE_context]["param"][$BEE_paramName]["conv"])) $BEE_Var[$BEE_context]["param"][$BEE_paramName]["conv"] = BEE_tagVarValue("", $BEE_context);
if (!isset($BEE_Var[$BEE_context]["param"][$BEE_paramName]["convert"])) $BEE_Var[$BEE_context]["param"][$BEE_paramName]["convert"] = BEE_tagVarValue(null, $BEE_context);
if (!isset($BEE_Var[$BEE_context]["param"][$BEE_paramName]["default"])) $BEE_Var[$BEE_context]["param"][$BEE_paramName]["default"] = BEE_tagVarValue(null, $BEE_context);
if (!isset($BEE_Var[$BEE_context]["param"][$BEE_paramName]["display"])) $BEE_Var[$BEE_context]["param"][$BEE_paramName]["display"] = BEE_tagVarValue(null, $BEE_context);
?>
= $BEE_f_nestedLevel && $BEE_f_nestedLevel > 0 && is_array($BEE_f_startTime))
{
$BEE_f_stopTime = gettimeofday();
$BEE_dura = ($BEE_f_stopTime["sec"] - $BEE_f_startTime["sec"]) * 1000;
$BEE_dura = ($BEE_f_stopTime["usec"] - $BEE_f_startTime["usec"]) / 1000 + $BEE_dura;
BEE_debugPrint(sprintf("%s[%s returns in %d ms]\n", str_repeat(BEE_TAG_DEBUG_FUNCTION_INDENT, $BEE_f_nestedLevel - 1), $BEE_f_linkName, $BEE_dura));
}
if (isset($BEE_f_nestedLevel) && $BEE_f_nestedLevel > 0) $BEE_f_nestedLevel--;
BEE_tagLibReturn_beforeReturn($BEE_context);
$PHP_context = $PHP_contextSaved;
return;
?> $BEE_val)
{
if ($BEE_key == "function") continue;
$BEE_argVar =& BEE_VSC("arg", $BEE_key, $BEE_context);
$BEE_argValue = BEE_tagTypedGet($BEE_val, $BEE_f_contextParent);
if (is_array($BEE_argValue))
{
$BEE_argVar = $BEE_argValue;
} else
{
$BEE_argVar[""] = $BEE_argValue;
if ($BEE_key == BEE_THISFUNCTION_ATTR_NAME) $BEE_f_linkName = $BEE_argValue;
}
}
if (!isset($BEE_argContext["arg"]))
{
$BEE_argArg = "";
if (strlen($BEE_argContext["new"])) $BEE_argArg = "new";
else if (strlen($BEE_argContext["thisfunction"])) $BEE_argArg = $BEE_argContext["thisfunction"];
else if (strlen($BEE_argContext["function"])) $BEE_argArg = $BEE_argContext["function"];
if (strlen($BEE_argArg))
{
$BEE_argArgContext =& BEE_VSC("arg", strtolower($BEE_argArg), $BEE_context);
BEE_VSC("arg", "arg", $BEE_context);
$BEE_Var[$BEE_context]["arg"]["arg"] =& $BEE_argArgContext;
}
}
if ($BEE_debug_active && $BEE_debug_function_time >= $BEE_f_nestedLevel && $BEE_f_nestedLevel > 0)
BEE_debugPrint(sprintf("%s[%s entered]
", str_repeat(BEE_TAG_DEBUG_FUNCTION_INDENT, $BEE_f_nestedLevel - 1), $BEE_f_linkName));
$BEE_f_thisName = $BEE_argContext[BEE_THIS_ATTR_NAME];
if ($BEE_f_thisName != "")
$BEE_Var[$BEE_f_contextChild][BEE_THIS_ATTR_NAME] =& $BEE_Var[$BEE_f_contextParent][$BEE_f_thisName];
?>
= $BEE_f_nestedLevel && $BEE_f_nestedLevel > 0 && is_array($BEE_f_startTime))
{
$BEE_f_stopTime = gettimeofday();
$BEE_dura = ($BEE_f_stopTime["sec"] - $BEE_f_startTime["sec"]) * 1000;
$BEE_dura = ($BEE_f_stopTime["usec"] - $BEE_f_startTime["usec"]) / 1000 + $BEE_dura;
BEE_debugPrint(sprintf("%s[%s returns in %d ms]\n", str_repeat(BEE_TAG_DEBUG_FUNCTION_INDENT, $BEE_f_nestedLevel - 1), $BEE_f_linkName, $BEE_dura));
}
if (isset($BEE_f_nestedLevel) && $BEE_f_nestedLevel > 0) $BEE_f_nestedLevel--;
BEE_tagLibReturn_beforeReturn($BEE_context);
$PHP_context = $PHP_contextSaved;
return;
?>
Error {{dbo}%status}: {{dbo}%message}
Last query: {{dbo}%query}\n", $BEE_context);
if (!isset($BEE_Var[$BEE_context]["param"][$BEE_paramName]["conv"])) $BEE_Var[$BEE_context]["param"][$BEE_paramName]["conv"] = BEE_tagVarValue("", $BEE_context);
if (!isset($BEE_Var[$BEE_context]["param"][$BEE_paramName]["convert"])) $BEE_Var[$BEE_context]["param"][$BEE_paramName]["convert"] = BEE_tagVarValue(null, $BEE_context);
if (!isset($BEE_Var[$BEE_context]["param"][$BEE_paramName]["default"])) $BEE_Var[$BEE_context]["param"][$BEE_paramName]["default"] = BEE_tagVarValue(null, $BEE_context);
if (!isset($BEE_Var[$BEE_context]["param"][$BEE_paramName]["display"])) $BEE_Var[$BEE_context]["param"][$BEE_paramName]["display"] = BEE_tagVarValue(null, $BEE_context);
?>
{msg}\n", $BEE_context);
if (!isset($BEE_Var[$BEE_context]["param"][$BEE_paramName]["conv"])) $BEE_Var[$BEE_context]["param"][$BEE_paramName]["conv"] = BEE_tagVarValue("", $BEE_context);
if (!isset($BEE_Var[$BEE_context]["param"][$BEE_paramName]["convert"])) $BEE_Var[$BEE_context]["param"][$BEE_paramName]["convert"] = BEE_tagVarValue(null, $BEE_context);
if (!isset($BEE_Var[$BEE_context]["param"][$BEE_paramName]["default"])) $BEE_Var[$BEE_context]["param"][$BEE_paramName]["default"] = BEE_tagVarValue(null, $BEE_context);
if (!isset($BEE_Var[$BEE_context]["param"][$BEE_paramName]["display"])) $BEE_Var[$BEE_context]["param"][$BEE_paramName]["display"] = BEE_tagVarValue(null, $BEE_context);
?>
= $BEE_f_nestedLevel && $BEE_f_nestedLevel > 0 && is_array($BEE_f_startTime))
{
$BEE_f_stopTime = gettimeofday();
$BEE_dura = ($BEE_f_stopTime["sec"] - $BEE_f_startTime["sec"]) * 1000;
$BEE_dura = ($BEE_f_stopTime["usec"] - $BEE_f_startTime["usec"]) / 1000 + $BEE_dura;
BEE_debugPrint(sprintf("%s[%s returns in %d ms]\n", str_repeat(BEE_TAG_DEBUG_FUNCTION_INDENT, $BEE_f_nestedLevel - 1), $BEE_f_linkName, $BEE_dura));
}
if (isset($BEE_f_nestedLevel) && $BEE_f_nestedLevel > 0) $BEE_f_nestedLevel--;
BEE_tagLibReturn_beforeReturn($BEE_context);
$PHP_context = $PHP_contextSaved;
return;
?> $BEE_val)
{
if ($BEE_key == "function") continue;
$BEE_argVar =& BEE_VSC("arg", $BEE_key, $BEE_context);
$BEE_argValue = BEE_tagTypedGet($BEE_val, $BEE_f_contextParent);
if (is_array($BEE_argValue))
{
$BEE_argVar = $BEE_argValue;
} else
{
$BEE_argVar[""] = $BEE_argValue;
if ($BEE_key == BEE_THISFUNCTION_ATTR_NAME) $BEE_f_linkName = $BEE_argValue;
}
}
if (!isset($BEE_argContext["arg"]))
{
$BEE_argArg = "";
if (strlen($BEE_argContext["new"])) $BEE_argArg = "new";
else if (strlen($BEE_argContext["thisfunction"])) $BEE_argArg = $BEE_argContext["thisfunction"];
else if (strlen($BEE_argContext["function"])) $BEE_argArg = $BEE_argContext["function"];
if (strlen($BEE_argArg))
{
$BEE_argArgContext =& BEE_VSC("arg", strtolower($BEE_argArg), $BEE_context);
BEE_VSC("arg", "arg", $BEE_context);
$BEE_Var[$BEE_context]["arg"]["arg"] =& $BEE_argArgContext;
}
}
if ($BEE_debug_active && $BEE_debug_function_time >= $BEE_f_nestedLevel && $BEE_f_nestedLevel > 0)
BEE_debugPrint(sprintf("%s[%s entered]
", str_repeat(BEE_TAG_DEBUG_FUNCTION_INDENT, $BEE_f_nestedLevel - 1), $BEE_f_linkName));
$BEE_f_thisName = $BEE_argContext[BEE_THIS_ATTR_NAME];
if ($BEE_f_thisName != "")
$BEE_Var[$BEE_f_contextChild][BEE_THIS_ATTR_NAME] =& $BEE_Var[$BEE_f_contextParent][$BEE_f_thisName];
?>
= $BEE_f_nestedLevel && $BEE_f_nestedLevel > 0 && is_array($BEE_f_startTime))
{
$BEE_f_stopTime = gettimeofday();
$BEE_dura = ($BEE_f_stopTime["sec"] - $BEE_f_startTime["sec"]) * 1000;
$BEE_dura = ($BEE_f_stopTime["usec"] - $BEE_f_startTime["usec"]) / 1000 + $BEE_dura;
BEE_debugPrint(sprintf("%s[%s returns in %d ms]\n", str_repeat(BEE_TAG_DEBUG_FUNCTION_INDENT, $BEE_f_nestedLevel - 1), $BEE_f_linkName, $BEE_dura));
}
if (isset($BEE_f_nestedLevel) && $BEE_f_nestedLevel > 0) $BEE_f_nestedLevel--;
BEE_tagLibReturn_beforeReturn($BEE_context);
$PHP_context = $PHP_contextSaved;
return;
?>
$BEE_val)
$BEE_Var[$BEE_f_contextParent]["param"][$BEE_paramName][$BEE_key] = $BEE_val;
unset($BEE_Var[$BEE_f_contextParent]["param"][$BEE_linkName]);
}
$BEE_func();
BEE_debugLeaveFile();
}
else if (!meansTrue($BEE_Var[$BEE_context]["param"][$BEE_paramName]["ignoreerror"]))
BEE_printError("Error: Unknown Function", $BEE_funcName);
$BEE_f_contextParent = $BEE_f_contextParentSaved;
$BEE_f_contextChild = $BEE_f_contextChildSaved;
?>
$BEE_val)
$BEE_Var[$BEE_f_contextParent]["param"][$BEE_paramName][$BEE_key] = $BEE_val;
unset($BEE_Var[$BEE_f_contextParent]["param"][$BEE_linkName]);
}
$BEE_func();
BEE_debugLeaveFile();
}
else if (!meansTrue($BEE_Var[$BEE_context]["param"][$BEE_paramName]["ignoreerror"]))
BEE_printError("Error: Unknown Function", $BEE_funcName);
$BEE_f_contextParent = $BEE_f_contextParentSaved;
$BEE_f_contextChild = $BEE_f_contextChildSaved;
?>
= $BEE_f_nestedLevel && $BEE_f_nestedLevel > 0 && is_array($BEE_f_startTime))
{
$BEE_f_stopTime = gettimeofday();
$BEE_dura = ($BEE_f_stopTime["sec"] - $BEE_f_startTime["sec"]) * 1000;
$BEE_dura = ($BEE_f_stopTime["usec"] - $BEE_f_startTime["usec"]) / 1000 + $BEE_dura;
BEE_debugPrint(sprintf("%s[%s returns in %d ms]\n", str_repeat(BEE_TAG_DEBUG_FUNCTION_INDENT, $BEE_f_nestedLevel - 1), $BEE_f_linkName, $BEE_dura));
}
if (isset($BEE_f_nestedLevel) && $BEE_f_nestedLevel > 0) $BEE_f_nestedLevel--;
BEE_tagLibReturn_beforeReturn($BEE_context);
$PHP_context = $PHP_contextSaved;
return;
?>
$BEE_val)
$BEE_Var[$BEE_f_contextParent]["param"][$BEE_paramName][$BEE_key] = $BEE_val;
unset($BEE_Var[$BEE_f_contextParent]["param"][$BEE_linkName]);
}
$BEE_func();
BEE_debugLeaveFile();
}
else if (!meansTrue($BEE_Var[$BEE_context]["param"][$BEE_paramName]["ignoreerror"]))
BEE_printError("Error: Unknown Function", $BEE_funcName);
$BEE_f_contextParent = $BEE_f_contextParentSaved;
$BEE_f_contextChild = $BEE_f_contextChildSaved;
?>
$BEE_val)
$BEE_Var[$BEE_f_contextParent]["param"][$BEE_paramName][$BEE_key] = $BEE_val;
unset($BEE_Var[$BEE_f_contextParent]["param"][$BEE_linkName]);
}
$BEE_func();
BEE_debugLeaveFile();
}
else if (!meansTrue($BEE_Var[$BEE_context]["param"][$BEE_paramName]["ignoreerror"]))
BEE_printError("Error: Unknown Function", $BEE_funcName);
$BEE_f_contextParent = $BEE_f_contextParentSaved;
$BEE_f_contextChild = $BEE_f_contextChildSaved;
?>
$BEE_val)
$BEE_Var[$BEE_f_contextParent]["param"][$BEE_paramName][$BEE_key] = $BEE_val;
unset($BEE_Var[$BEE_f_contextParent]["param"][$BEE_linkName]);
}
$BEE_func();
BEE_debugLeaveFile();
}
else if (!meansTrue($BEE_Var[$BEE_context]["param"][$BEE_paramName]["ignoreerror"]))
BEE_printError("Error: Unknown Function", $BEE_funcName);
$BEE_f_contextParent = $BEE_f_contextParentSaved;
$BEE_f_contextChild = $BEE_f_contextChildSaved;
?>
$BEE_val)
$BEE_Var[$BEE_f_contextParent]["param"][$BEE_paramName][$BEE_key] = $BEE_val;
unset($BEE_Var[$BEE_f_contextParent]["param"][$BEE_linkName]);
}
$BEE_func();
BEE_debugLeaveFile();
}
else if (!meansTrue($BEE_Var[$BEE_context]["param"][$BEE_paramName]["ignoreerror"]))
BEE_printError("Error: Unknown Function", $BEE_funcName);
$BEE_f_contextParent = $BEE_f_contextParentSaved;
$BEE_f_contextChild = $BEE_f_contextChildSaved;
?>
$BEE_val)
$BEE_Var[$BEE_f_contextParent]["param"][$BEE_paramName][$BEE_key] = $BEE_val;
unset($BEE_Var[$BEE_f_contextParent]["param"][$BEE_linkName]);
}
$BEE_func();
BEE_debugLeaveFile();
}
else if (!meansTrue($BEE_Var[$BEE_context]["param"][$BEE_paramName]["ignoreerror"]))
BEE_printError("Error: Unknown Function", $BEE_funcName);
$BEE_f_contextParent = $BEE_f_contextParentSaved;
$BEE_f_contextChild = $BEE_f_contextChildSaved;
?>
$BEE_val)
$BEE_Var[$BEE_f_contextParent]["param"][$BEE_paramName][$BEE_key] = $BEE_val;
unset($BEE_Var[$BEE_f_contextParent]["param"][$BEE_linkName]);
}
$BEE_func();
BEE_debugLeaveFile();
}
else if (!meansTrue($BEE_Var[$BEE_context]["param"][$BEE_paramName]["ignoreerror"]))
BEE_printError("Error: Unknown Function", $BEE_funcName);
$BEE_f_contextParent = $BEE_f_contextParentSaved;
$BEE_f_contextChild = $BEE_f_contextChildSaved;
?>
$BEE_val)
$BEE_Var[$BEE_f_contextParent]["param"][$BEE_paramName][$BEE_key] = $BEE_val;
unset($BEE_Var[$BEE_f_contextParent]["param"][$BEE_linkName]);
}
$BEE_func();
BEE_debugLeaveFile();
}
else if (!meansTrue($BEE_Var[$BEE_context]["param"][$BEE_paramName]["ignoreerror"]))
BEE_printError("Error: Unknown Function", $BEE_funcName);
$BEE_f_contextParent = $BEE_f_contextParentSaved;
$BEE_f_contextChild = $BEE_f_contextChildSaved;
?>
$BEE_val)
$BEE_Var[$BEE_f_contextParent]["param"][$BEE_paramName][$BEE_key] = $BEE_val;
unset($BEE_Var[$BEE_f_contextParent]["param"][$BEE_linkName]);
}
$BEE_func();
BEE_debugLeaveFile();
}
else if (!meansTrue($BEE_Var[$BEE_context]["param"][$BEE_paramName]["ignoreerror"]))
BEE_printError("Error: Unknown Function", $BEE_funcName);
$BEE_f_contextParent = $BEE_f_contextParentSaved;
$BEE_f_contextChild = $BEE_f_contextChildSaved;
?>
$BEE_val)
$BEE_Var[$BEE_f_contextParent]["param"][$BEE_paramName][$BEE_key] = $BEE_val;
unset($BEE_Var[$BEE_f_contextParent]["param"][$BEE_linkName]);
}
$BEE_func();
BEE_debugLeaveFile();
}
else if (!meansTrue($BEE_Var[$BEE_context]["param"][$BEE_paramName]["ignoreerror"]))
BEE_printError("Error: Unknown Function", $BEE_funcName);
$BEE_f_contextParent = $BEE_f_contextParentSaved;
$BEE_f_contextChild = $BEE_f_contextChildSaved;
?>
$BEE_val)
$BEE_Var[$BEE_f_contextParent]["param"][$BEE_paramName][$BEE_key] = $BEE_val;
unset($BEE_Var[$BEE_f_contextParent]["param"][$BEE_linkName]);
}
$BEE_func();
BEE_debugLeaveFile();
}
else if (!meansTrue($BEE_Var[$BEE_context]["param"][$BEE_paramName]["ignoreerror"]))
BEE_printError("Error: Unknown Function", $BEE_funcName);
$BEE_f_contextParent = $BEE_f_contextParentSaved;
$BEE_f_contextChild = $BEE_f_contextChildSaved;
?>
$BEE_val)
$BEE_Var[$BEE_f_contextParent]["param"][$BEE_paramName][$BEE_key] = $BEE_val;
unset($BEE_Var[$BEE_f_contextParent]["param"][$BEE_linkName]);
}
$BEE_func();
BEE_debugLeaveFile();
}
else if (!meansTrue($BEE_Var[$BEE_context]["param"][$BEE_paramName]["ignoreerror"]))
BEE_printError("Error: Unknown Function", $BEE_funcName);
$BEE_f_contextParent = $BEE_f_contextParentSaved;
$BEE_f_contextChild = $BEE_f_contextChildSaved;
?>
$BEE_val)
$BEE_Var[$BEE_f_contextParent]["param"][$BEE_paramName][$BEE_key] = $BEE_val;
unset($BEE_Var[$BEE_f_contextParent]["param"][$BEE_linkName]);
}
$BEE_func();
BEE_debugLeaveFile();
}
else if (!meansTrue($BEE_Var[$BEE_context]["param"][$BEE_paramName]["ignoreerror"]))
BEE_printError("Error: Unknown Function", $BEE_funcName);
$BEE_f_contextParent = $BEE_f_contextParentSaved;
$BEE_f_contextChild = $BEE_f_contextChildSaved;
?>
$BEE_val)
$BEE_Var[$BEE_f_contextParent]["param"][$BEE_paramName][$BEE_key] = $BEE_val;
unset($BEE_Var[$BEE_f_contextParent]["param"][$BEE_linkName]);
}
$BEE_func();
BEE_debugLeaveFile();
}
else if (!meansTrue($BEE_Var[$BEE_context]["param"][$BEE_paramName]["ignoreerror"]))
BEE_printError("Error: Unknown Function", $BEE_funcName);
$BEE_f_contextParent = $BEE_f_contextParentSaved;
$BEE_f_contextChild = $BEE_f_contextChildSaved;
?>
$BEE_val)
$BEE_Var[$BEE_f_contextParent]["param"][$BEE_paramName][$BEE_key] = $BEE_val;
unset($BEE_Var[$BEE_f_contextParent]["param"][$BEE_linkName]);
}
$BEE_func();
BEE_debugLeaveFile();
}
else if (!meansTrue($BEE_Var[$BEE_context]["param"][$BEE_paramName]["ignoreerror"]))
BEE_printError("Error: Unknown Function", $BEE_funcName);
$BEE_f_contextParent = $BEE_f_contextParentSaved;
$BEE_f_contextChild = $BEE_f_contextChildSaved;
?>
$BEE_val)
$BEE_Var[$BEE_f_contextParent]["param"][$BEE_paramName][$BEE_key] = $BEE_val;
unset($BEE_Var[$BEE_f_contextParent]["param"][$BEE_linkName]);
}
$BEE_func();
BEE_debugLeaveFile();
}
else if (!meansTrue($BEE_Var[$BEE_context]["param"][$BEE_paramName]["ignoreerror"]))
BEE_printError("Error: Unknown Function", $BEE_funcName);
$BEE_f_contextParent = $BEE_f_contextParentSaved;
$BEE_f_contextChild = $BEE_f_contextChildSaved;
?>
$BEE_val)
$BEE_Var[$BEE_f_contextParent]["param"][$BEE_paramName][$BEE_key] = $BEE_val;
unset($BEE_Var[$BEE_f_contextParent]["param"][$BEE_linkName]);
}
$BEE_func();
BEE_debugLeaveFile();
}
else if (!meansTrue($BEE_Var[$BEE_context]["param"][$BEE_paramName]["ignoreerror"]))
BEE_printError("Error: Unknown Function", $BEE_funcName);
$BEE_f_contextParent = $BEE_f_contextParentSaved;
$BEE_f_contextChild = $BEE_f_contextChildSaved;
?>
$BEE_val)
$BEE_Var[$BEE_f_contextParent]["param"][$BEE_paramName][$BEE_key] = $BEE_val;
unset($BEE_Var[$BEE_f_contextParent]["param"][$BEE_linkName]);
}
$BEE_func();
BEE_debugLeaveFile();
}
else if (!meansTrue($BEE_Var[$BEE_context]["param"][$BEE_paramName]["ignoreerror"]))
BEE_printError("Error: Unknown Function", $BEE_funcName);
$BEE_f_contextParent = $BEE_f_contextParentSaved;
$BEE_f_contextChild = $BEE_f_contextChildSaved;
?>
$BEE_val)
$BEE_Var[$BEE_f_contextParent]["param"][$BEE_paramName][$BEE_key] = $BEE_val;
unset($BEE_Var[$BEE_f_contextParent]["param"][$BEE_linkName]);
}
$BEE_func();
BEE_debugLeaveFile();
}
else if (!meansTrue($BEE_Var[$BEE_context]["param"][$BEE_paramName]["ignoreerror"]))
BEE_printError("Error: Unknown Function", $BEE_funcName);
$BEE_f_contextParent = $BEE_f_contextParentSaved;
$BEE_f_contextChild = $BEE_f_contextChildSaved;
?>
$BEE_val)
$BEE_Var[$BEE_f_contextParent]["param"][$BEE_paramName][$BEE_key] = $BEE_val;
unset($BEE_Var[$BEE_f_contextParent]["param"][$BEE_linkName]);
}
$BEE_func();
BEE_debugLeaveFile();
}
else if (!meansTrue($BEE_Var[$BEE_context]["param"][$BEE_paramName]["ignoreerror"]))
BEE_printError("Error: Unknown Function", $BEE_funcName);
$BEE_f_contextParent = $BEE_f_contextParentSaved;
$BEE_f_contextChild = $BEE_f_contextChildSaved;
?>
$BEE_val)
$BEE_Var[$BEE_f_contextParent]["param"][$BEE_paramName][$BEE_key] = $BEE_val;
unset($BEE_Var[$BEE_f_contextParent]["param"][$BEE_linkName]);
}
$BEE_func();
BEE_debugLeaveFile();
}
else if (!meansTrue($BEE_Var[$BEE_context]["param"][$BEE_paramName]["ignoreerror"]))
BEE_printError("Error: Unknown Function", $BEE_funcName);
$BEE_f_contextParent = $BEE_f_contextParentSaved;
$BEE_f_contextChild = $BEE_f_contextChildSaved;
?>
$BEE_val)
$BEE_Var[$BEE_f_contextParent]["param"][$BEE_paramName][$BEE_key] = $BEE_val;
unset($BEE_Var[$BEE_f_contextParent]["param"][$BEE_linkName]);
}
$BEE_func();
BEE_debugLeaveFile();
}
else if (!meansTrue($BEE_Var[$BEE_context]["param"][$BEE_paramName]["ignoreerror"]))
BEE_printError("Error: Unknown Function", $BEE_funcName);
$BEE_f_contextParent = $BEE_f_contextParentSaved;
$BEE_f_contextChild = $BEE_f_contextChildSaved;
?>
$BEE_val)
$BEE_Var[$BEE_f_contextParent]["param"][$BEE_paramName][$BEE_key] = $BEE_val;
unset($BEE_Var[$BEE_f_contextParent]["param"][$BEE_linkName]);
}
$BEE_func();
BEE_debugLeaveFile();
}
else if (!meansTrue($BEE_Var[$BEE_context]["param"][$BEE_paramName]["ignoreerror"]))
BEE_printError("Error: Unknown Function", $BEE_funcName);
$BEE_f_contextParent = $BEE_f_contextParentSaved;
$BEE_f_contextChild = $BEE_f_contextChildSaved;
?>
$BEE_val)
$BEE_Var[$BEE_f_contextParent]["param"][$BEE_paramName][$BEE_key] = $BEE_val;
unset($BEE_Var[$BEE_f_contextParent]["param"][$BEE_linkName]);
}
$BEE_func();
BEE_debugLeaveFile();
}
else if (!meansTrue($BEE_Var[$BEE_context]["param"][$BEE_paramName]["ignoreerror"]))
BEE_printError("Error: Unknown Function", $BEE_funcName);
$BEE_f_contextParent = $BEE_f_contextParentSaved;
$BEE_f_contextChild = $BEE_f_contextChildSaved;
?>
$BEE_val)
$BEE_Var[$BEE_f_contextParent]["param"][$BEE_paramName][$BEE_key] = $BEE_val;
unset($BEE_Var[$BEE_f_contextParent]["param"][$BEE_linkName]);
}
$BEE_func();
BEE_debugLeaveFile();
}
else if (!meansTrue($BEE_Var[$BEE_context]["param"][$BEE_paramName]["ignoreerror"]))
BEE_printError("Error: Unknown Function", $BEE_funcName);
$BEE_f_contextParent = $BEE_f_contextParentSaved;
$BEE_f_contextChild = $BEE_f_contextChildSaved;
?>
$BEE_val)
$BEE_Var[$BEE_f_contextParent]["param"][$BEE_paramName][$BEE_key] = $BEE_val;
unset($BEE_Var[$BEE_f_contextParent]["param"][$BEE_linkName]);
}
$BEE_func();
BEE_debugLeaveFile();
}
else if (!meansTrue($BEE_Var[$BEE_context]["param"][$BEE_paramName]["ignoreerror"]))
BEE_printError("Error: Unknown Function", $BEE_funcName);
$BEE_f_contextParent = $BEE_f_contextParentSaved;
$BEE_f_contextChild = $BEE_f_contextChildSaved;
?>
$BEE_val)
$BEE_Var[$BEE_f_contextParent]["param"][$BEE_paramName][$BEE_key] = $BEE_val;
unset($BEE_Var[$BEE_f_contextParent]["param"][$BEE_linkName]);
}
$BEE_func();
BEE_debugLeaveFile();
}
else if (!meansTrue($BEE_Var[$BEE_context]["param"][$BEE_paramName]["ignoreerror"]))
BEE_printError("Error: Unknown Function", $BEE_funcName);
$BEE_f_contextParent = $BEE_f_contextParentSaved;
$BEE_f_contextChild = $BEE_f_contextChildSaved;
?>
$BEE_val)
$BEE_Var[$BEE_f_contextParent]["param"][$BEE_paramName][$BEE_key] = $BEE_val;
unset($BEE_Var[$BEE_f_contextParent]["param"][$BEE_linkName]);
}
$BEE_func();
BEE_debugLeaveFile();
}
else if (!meansTrue($BEE_Var[$BEE_context]["param"][$BEE_paramName]["ignoreerror"]))
BEE_printError("Error: Unknown Function", $BEE_funcName);
$BEE_f_contextParent = $BEE_f_contextParentSaved;
$BEE_f_contextChild = $BEE_f_contextChildSaved;
?>
$BEE_val)
$BEE_Var[$BEE_f_contextParent]["param"][$BEE_paramName][$BEE_key] = $BEE_val;
unset($BEE_Var[$BEE_f_contextParent]["param"][$BEE_linkName]);
}
$BEE_func();
BEE_debugLeaveFile();
}
else if (!meansTrue($BEE_Var[$BEE_context]["param"][$BEE_paramName]["ignoreerror"]))
BEE_printError("Error: Unknown Function", $BEE_funcName);
$BEE_f_contextParent = $BEE_f_contextParentSaved;
$BEE_f_contextChild = $BEE_f_contextChildSaved;
?>
\n", $BEE_context);
if (!isset($BEE_Var[$BEE_context]["param"][$BEE_paramName]["conv"])) $BEE_Var[$BEE_context]["param"][$BEE_paramName]["conv"] = BEE_tagVarValue("", $BEE_context);
if (!isset($BEE_Var[$BEE_context]["param"][$BEE_paramName]["convert"])) $BEE_Var[$BEE_context]["param"][$BEE_paramName]["convert"] = BEE_tagVarValue(null, $BEE_context);
if (!isset($BEE_Var[$BEE_context]["param"][$BEE_paramName]["default"])) $BEE_Var[$BEE_context]["param"][$BEE_paramName]["default"] = BEE_tagVarValue(null, $BEE_context);
if (!isset($BEE_Var[$BEE_context]["param"][$BEE_paramName]["display"])) $BEE_Var[$BEE_context]["param"][$BEE_paramName]["display"] = BEE_tagVarValue(null, $BEE_context);
?>
", $BEE_context);
if (!isset($BEE_Var[$BEE_context]["param"][$BEE_paramName]["conv"])) $BEE_Var[$BEE_context]["param"][$BEE_paramName]["conv"] = BEE_tagVarValue("", $BEE_context);
if (!isset($BEE_Var[$BEE_context]["param"][$BEE_paramName]["convert"])) $BEE_Var[$BEE_context]["param"][$BEE_paramName]["convert"] = BEE_tagVarValue(null, $BEE_context);
if (!isset($BEE_Var[$BEE_context]["param"][$BEE_paramName]["default"])) $BEE_Var[$BEE_context]["param"][$BEE_paramName]["default"] = BEE_tagVarValue(null, $BEE_context);
if (!isset($BEE_Var[$BEE_context]["param"][$BEE_paramName]["display"])) $BEE_Var[$BEE_context]["param"][$BEE_paramName]["display"] = BEE_tagVarValue(null, $BEE_context);
?>
", $BEE_context);
if (!isset($BEE_Var[$BEE_context]["param"][$BEE_paramName]["conv"])) $BEE_Var[$BEE_context]["param"][$BEE_paramName]["conv"] = BEE_tagVarValue("", $BEE_context);
if (!isset($BEE_Var[$BEE_context]["param"][$BEE_paramName]["convert"])) $BEE_Var[$BEE_context]["param"][$BEE_paramName]["convert"] = BEE_tagVarValue(null, $BEE_context);
if (!isset($BEE_Var[$BEE_context]["param"][$BEE_paramName]["default"])) $BEE_Var[$BEE_context]["param"][$BEE_paramName]["default"] = BEE_tagVarValue(null, $BEE_context);
if (!isset($BEE_Var[$BEE_context]["param"][$BEE_paramName]["display"])) $BEE_Var[$BEE_context]["param"][$BEE_paramName]["display"] = BEE_tagVarValue(null, $BEE_context);
?>
$BEE_val)
$BEE_Var[$BEE_f_contextParent]["param"][$BEE_paramName][$BEE_key] = $BEE_val;
unset($BEE_Var[$BEE_f_contextParent]["param"][$BEE_linkName]);
}
$BEE_func();
BEE_debugLeaveFile();
}
else if (!meansTrue($BEE_Var[$BEE_context]["param"][$BEE_paramName]["ignoreerror"]))
BEE_printError("Error: Unknown Function", $BEE_funcName);
$BEE_f_contextParent = $BEE_f_contextParentSaved;
$BEE_f_contextChild = $BEE_f_contextChildSaved;
?>
\n", $BEE_context);
if (!isset($BEE_Var[$BEE_context]["param"][$BEE_paramName]["conv"])) $BEE_Var[$BEE_context]["param"][$BEE_paramName]["conv"] = BEE_tagVarValue("", $BEE_context);
if (!isset($BEE_Var[$BEE_context]["param"][$BEE_paramName]["convert"])) $BEE_Var[$BEE_context]["param"][$BEE_paramName]["convert"] = BEE_tagVarValue(null, $BEE_context);
if (!isset($BEE_Var[$BEE_context]["param"][$BEE_paramName]["default"])) $BEE_Var[$BEE_context]["param"][$BEE_paramName]["default"] = BEE_tagVarValue(null, $BEE_context);
if (!isset($BEE_Var[$BEE_context]["param"][$BEE_paramName]["display"])) $BEE_Var[$BEE_context]["param"][$BEE_paramName]["display"] = BEE_tagVarValue(null, $BEE_context);
?>
$BEE_val)
$BEE_Var[$BEE_f_contextParent]["param"][$BEE_paramName][$BEE_key] = $BEE_val;
unset($BEE_Var[$BEE_f_contextParent]["param"][$BEE_linkName]);
}
$BEE_func();
BEE_debugLeaveFile();
}
else if (!meansTrue($BEE_Var[$BEE_context]["param"][$BEE_paramName]["ignoreerror"]))
BEE_printError("Error: Unknown Function", $BEE_funcName);
$BEE_f_contextParent = $BEE_f_contextParentSaved;
$BEE_f_contextChild = $BEE_f_contextChildSaved;
?>
$BEE_val)
$BEE_Var[$BEE_f_contextParent]["param"][$BEE_paramName][$BEE_key] = $BEE_val;
unset($BEE_Var[$BEE_f_contextParent]["param"][$BEE_linkName]);
}
$BEE_func();
BEE_debugLeaveFile();
}
else if (!meansTrue($BEE_Var[$BEE_context]["param"][$BEE_paramName]["ignoreerror"]))
BEE_printError("Error: Unknown Function", $BEE_funcName);
$BEE_f_contextParent = $BEE_f_contextParentSaved;
$BEE_f_contextChild = $BEE_f_contextChildSaved;
?>
\n", $BEE_context);
if (!isset($BEE_Var[$BEE_context]["param"][$BEE_paramName]["conv"])) $BEE_Var[$BEE_context]["param"][$BEE_paramName]["conv"] = BEE_tagVarValue("", $BEE_context);
if (!isset($BEE_Var[$BEE_context]["param"][$BEE_paramName]["convert"])) $BEE_Var[$BEE_context]["param"][$BEE_paramName]["convert"] = BEE_tagVarValue(null, $BEE_context);
if (!isset($BEE_Var[$BEE_context]["param"][$BEE_paramName]["default"])) $BEE_Var[$BEE_context]["param"][$BEE_paramName]["default"] = BEE_tagVarValue(null, $BEE_context);
if (!isset($BEE_Var[$BEE_context]["param"][$BEE_paramName]["display"])) $BEE_Var[$BEE_context]["param"][$BEE_paramName]["display"] = BEE_tagVarValue(null, $BEE_context);
?>
", $BEE_context);
if (!isset($BEE_Var[$BEE_context]["param"][$BEE_paramName]["conv"])) $BEE_Var[$BEE_context]["param"][$BEE_paramName]["conv"] = BEE_tagVarValue("", $BEE_context);
if (!isset($BEE_Var[$BEE_context]["param"][$BEE_paramName]["convert"])) $BEE_Var[$BEE_context]["param"][$BEE_paramName]["convert"] = BEE_tagVarValue(null, $BEE_context);
if (!isset($BEE_Var[$BEE_context]["param"][$BEE_paramName]["default"])) $BEE_Var[$BEE_context]["param"][$BEE_paramName]["default"] = BEE_tagVarValue(null, $BEE_context);
if (!isset($BEE_Var[$BEE_context]["param"][$BEE_paramName]["display"])) $BEE_Var[$BEE_context]["param"][$BEE_paramName]["display"] = BEE_tagVarValue(null, $BEE_context);
?>
$BEE_val)
$BEE_Var[$BEE_f_contextParent]["param"][$BEE_paramName][$BEE_key] = $BEE_val;
unset($BEE_Var[$BEE_f_contextParent]["param"][$BEE_linkName]);
}
$BEE_func();
BEE_debugLeaveFile();
}
else if (!meansTrue($BEE_Var[$BEE_context]["param"][$BEE_paramName]["ignoreerror"]))
BEE_printError("Error: Unknown Function", $BEE_funcName);
$BEE_f_contextParent = $BEE_f_contextParentSaved;
$BEE_f_contextChild = $BEE_f_contextChildSaved;
?>
\n", $BEE_context);
if (!isset($BEE_Var[$BEE_context]["param"][$BEE_paramName]["conv"])) $BEE_Var[$BEE_context]["param"][$BEE_paramName]["conv"] = BEE_tagVarValue("", $BEE_context);
if (!isset($BEE_Var[$BEE_context]["param"][$BEE_paramName]["convert"])) $BEE_Var[$BEE_context]["param"][$BEE_paramName]["convert"] = BEE_tagVarValue(null, $BEE_context);
if (!isset($BEE_Var[$BEE_context]["param"][$BEE_paramName]["default"])) $BEE_Var[$BEE_context]["param"][$BEE_paramName]["default"] = BEE_tagVarValue(null, $BEE_context);
if (!isset($BEE_Var[$BEE_context]["param"][$BEE_paramName]["display"])) $BEE_Var[$BEE_context]["param"][$BEE_paramName]["display"] = BEE_tagVarValue(null, $BEE_context);
?>
$BEE_val)
$BEE_Var[$BEE_f_contextParent]["param"][$BEE_paramName][$BEE_key] = $BEE_val;
unset($BEE_Var[$BEE_f_contextParent]["param"][$BEE_linkName]);
}
$BEE_func();
BEE_debugLeaveFile();
}
else if (!meansTrue($BEE_Var[$BEE_context]["param"][$BEE_paramName]["ignoreerror"]))
BEE_printError("Error: Unknown Function", $BEE_funcName);
$BEE_f_contextParent = $BEE_f_contextParentSaved;
$BEE_f_contextChild = $BEE_f_contextChildSaved;
?>
$BEE_val)
$BEE_Var[$BEE_f_contextParent]["param"][$BEE_paramName][$BEE_key] = $BEE_val;
unset($BEE_Var[$BEE_f_contextParent]["param"][$BEE_linkName]);
}
$BEE_func();
BEE_debugLeaveFile();
}
else if (!meansTrue($BEE_Var[$BEE_context]["param"][$BEE_paramName]["ignoreerror"]))
BEE_printError("Error: Unknown Function", $BEE_funcName);
$BEE_f_contextParent = $BEE_f_contextParentSaved;
$BEE_f_contextChild = $BEE_f_contextChildSaved;
?>