Lines Matching refs:a
12 var $a;
13 function __construct(array $a)
15 $this->a = $a;
19 next($this->a);
23 return current($this->a);
27 return key($this->a);
31 return (bool) current($this->a);
35 reset($this->a);
41 …var_dump($phar->buildFromIterator(new myIterator(array('a' => $a = fopen(basename(__FILE__, 'php')…
42 fclose($a);
61 ["a"]=>