Lines Matching refs:offsetExists
11 public function offsetExists($name) {
12 echo "offsetExists($name)\n";
13 return parent::offsetExists($name);
23 public function offsetExists($name) {
24 echo "offsetExists($name)\n";
25 return parent::offsetExists($name);
52 offsetExists(0)
54 offsetExists(1)
57 offsetExists(1)
65 offsetExists(0)
67 offsetExists(1)
69 offsetExists(1)