["int", 42], "nint" => ["?int", null], "bool" => ["bool", null], "nbool" => ["?bool", null], ]; public $ppBool, $ppNbool; function od2Values(): array { return [$this->ppInt, $this->ppNint, $this->ppBool, $this->ppNbool]; } }