Lines Matching refs:print
11 print ++$this->counter;
12 print "\n";
43 print "Circle\n";
50 print "Square\n";
82 print "FATAL = " . FATAL;
83 print "self::FATAL = " . self::FATAL;
113 print "length_of_hello_world() = " . $obj->length_of_hello_world();
114 print "\n";
131 print $this->name;
132 print "\n";
176 print "There was an exception: " . $exception->getException();
177 print "\n";
183 print "There was an exception: " . $exception->getException();
184 print "\n";
216 print $obj->id;
217 print "\n";
221 print $obj->id;
222 print "\n";
223 print $obj->name;
224 print "\n";
225 print $obj->address;
226 print "\n";
237 print "In BaseClass constructor\n";
245 print "In SubClass constructor\n";
263 print "In constructor\n";
269 print "Destroying " . $this->name . "\n";