Searched refs:quote (Results 1 – 6 of 6) sorted by relevance
198 $quote = substr($this->data, $this->position, 1);199 if ($quote === '"' || $quote === "'") {201 $len = strcspn($this->data, $quote, $this->position);
775 $val = $this->pdo->quote($val, PDO::PARAM_INT);777 $val = $this->pdo->quote($val, PDO::PARAM_BOOL);781 $val = $this->pdo->quote($val);
208 $database_ids[] = $this->mysql->quote($id);
377 protected function quote() function in SimplePie\\HTTP\\Parser
612 public function quote($match, $state, $pos) function in Doku_Handler
659 - Added single quote to Lua (Darrin Roenfanz)