Searched refs:escapeString (Results 1 – 5 of 5) sorted by relevance
2 SQLite3::escapeString15 var_dump($db->exec("INSERT INTO test (time, id) VALUES (" . TIMENOW . ", '" . SQLite3::escapeString…
208 public static function escapeString(string $string): string {} function in SQLite3
183 ZEND_METHOD(SQLite3, escapeString);230 ZEND_ME(SQLite3, escapeString, arginfo_class_SQLite3_escapeString, ZEND_ACC_PUBLIC|ZEND_ACC_STATIC)
483 PHP_METHOD(SQLite3, escapeString) in PHP_METHOD() argument
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) . '"';
Completed in 31 milliseconds