Searched refs:escapeString (Results 1 – 3 of 3) sorted by relevance
2 SQLite3::escapeString15 var_dump($db->exec("INSERT INTO test (time, id) VALUES (" . TIMENOW . ", '" . SQLite3::escapeString…
1050 INSERT INTO paths ("' . $this->db->escapeString($codepath) . '", "' .1051 $this->db->escapeString($testpath). '")';1300 …$this->db->exec('DELETE FROM xdebugs WHERE xdebugpath="' . $this->db->escapeString($xdebugpath) . …1520 $this->db->escapeString($path) . '"';1550 $this->db->escapeString($path) . '"';
443 PHP_METHOD(sqlite3, escapeString) in PHP_METHOD() argument2016 PHP_ME(sqlite3, escapeString, arginfo_sqlite3_escapestring, ZEND_ACC_PUBLIC|ZEND_ACC_STATIC)
Completed in 13 milliseconds