Package org.eclipse.php.internal.debug.core.zend.debugger

Examples of org.eclipse.php.internal.debug.core.zend.debugger.ExpressionsManager.assignValue()


    if (global) {
      String exp = "$GLOBALS[\"" + variable.getFullName().substring(1) //$NON-NLS-1$
          + "\"]"; //$NON-NLS-1$
      changeVar = new DefaultExpression(exp);
    }
    boolean status = expressionManager
        .assignValue(changeVar, expression, 1);
    if (!status) {
      Logger.debugMSG("[" + this //$NON-NLS-1$
          + "] PHPValue: Problem changing variable value"); //$NON-NLS-1$
    }
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.