Lines Matching refs:p
63 $p = clone $this->p_start;
64 $p->__construct($name, $attr);
65 return $p;
75 $p = clone $this->p_end;
76 $p->__construct($name);
77 return $p;
88 $p = clone $this->p_empty;
89 $p->__construct($name, $attr);
90 return $p;
100 $p = clone $this->p_text;
101 $p->__construct($data);
102 return $p;
112 $p = clone $this->p_comment;
113 $p->__construct($data);
114 return $p;