示例#1
0
 public function castByName($name)
 {
     $args = [];
     if (!$this->value instanceof Nul) {
         $args[] = $this->value;
     }
     $ret = Loader::callInstanceMethodString($name, $this->op, ...$args);
     return $this->opsFold($ret);
 }