Package com.caucho.quercus.env

Examples of com.caucho.quercus.env.Value.toValue()


    // value can be a Value or Var
    Value value = _value.evalRef(env);
   
    _var.evalAssignRef(env, value);

    return value.toValue().copy();
  }
 
  /**
   * Evaluates the expression.
   *
 
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.