Home
last modified time | relevance | path

Searched refs:escapeString (Results 1 – 5 of 5) sorted by relevance

/PHP-8.2/ext/sqlite3/tests/
H A Dsqlite3_23_escape_string.phpt2 SQLite3::escapeString
15 var_dump($db->exec("INSERT INTO test (time, id) VALUES (" . TIMENOW . ", '" . SQLite3::escapeString
/PHP-8.2/ext/sqlite3/
H A Dsqlite3.stub.php319 public static function escapeString(string $string): string {} function in SQLite3
H A Dsqlite3_arginfo.h183 ZEND_METHOD(SQLite3, escapeString);
236 ZEND_ME(SQLite3, escapeString, arginfo_class_SQLite3_escapeString, ZEND_ACC_PUBLIC|ZEND_ACC_STATIC)
H A Dsqlite3.c477 PHP_METHOD(SQLite3, escapeString) in PHP_METHOD() argument
/PHP-8.2/ext/phar/tests/files/
H A Dpear2coverage.phar1050 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 27 milliseconds