eval("\$flag = $expression;");
if the $expression
is not correct its throwing parse error, how to catch it.
Its causing performance issue .
eval("\$flag = $expression;");
if the $expression
is not correct its throwing parse error, how to catch it.
Its causing performance issue .