Searched refs:status_code (Results 1 – 6 of 6) sorted by relevance
125 $status_code = exec($command);129 if ($status_code) {134 $status_code = rename($img, $cachefilename);135 if (!$status_code) {
35 * @param int|string $status_code87 public static function throwException($status_code, $message, $results) argument89 if (is_string($status_code)) {91 switch ($status_code) {149 switch ($status_code) {
276 $status_code = copy($this->_tmp_filename.".".$this->_image_format,$destination);282 if (!$status_code) { $this->_errorcode = 7; return false; }
275 $status_code = copy($this->_tmp_filename.".".$this->_image_format,$destination);281 if (!$status_code) { $this->_errorcode = 7; return false; }
140 status_code: 0 property200 status_code: $status_code property