Esempio n. 1
0
 protected override DObject EnsureItemIsObjectOverride(ScriptContext /*!*/ context)
 {
     PhpException.VariableMisusedAsObject(obj, false);
     return(null);
 }
Esempio 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);
 }