Package com.caucho.quercus.function

Examples of com.caucho.quercus.function.FunSpecialCall


    else if (_classDef != null) {
      call = _classDef.getCall();
    }
   
    if (call != null)
      return (V) new FunSpecialCall(call, key);

    Env env = Env.getCurrent();
   
    if (_quercusClass != null) {
      env.error(L.l("Call to undefined method {0}::{1}",
View Full Code Here


    else if (_classDef != null) {
      call = _classDef.getCall();
    }
   
    if (call != null)
      return (V) new FunSpecialCall(call, key);

    Env env = Env.getCurrent();
   
    if (_quercusClass != null) {
      env.error(L.l("Call to undefined method {0}::{1}",
View Full Code Here

TOP

Related Classes of com.caucho.quercus.function.FunSpecialCall

Copyright © 2018 www.massapicom. 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.