Exemplo n.º 1
0
 protected override DObject EnsureItemIsObjectOverride(ScriptContext /*!*/ context)
 {
     PhpException.VariableMisusedAsObject(obj, false);
     return(null);
 }
Exemplo n.º 2
0
 protected override DObject EnsureItemIsObjectOverride(object key, ScriptContext /*!*/ context)
 {
     // error (postponed error, which cannot be reported by the previous operator):
     PhpException.VariableMisusedAsObject(obj, false);
     return(null);
 }