Searched refs:_fp (Results 1 – 1 of 1) sorted by relevance
44 var $_fp = null; variable in JpegMeta63 $this->_fp = null;972 $this->_fp = null;986 $this->_fp = @fopen($this->_fileName, 'rb');987 if ($this->_fp) {995 $this->_fp = null;1000 $c1 = ord(fgetc($this->_fp));1001 $c2 = ord(fgetc($this->_fp));1018 $c = ord(fgetc($this->_fp));1019 while (!feof($this->_fp) && ($c != 0xFF)) {[all …]