Searched refs:escapeIdentifier (Results 1 – 4 of 4) sorted by relevance
21 echo $db->escapeIdentifier("This is a quote\"") . "\n";24 $db->escapeIdentifier("aa\xC3\xC3\xC3");
36 public function escapeIdentifier(string $input): string {} function in Pdo\\Pgsql
57 ZEND_METHOD(Pdo_Pgsql, escapeIdentifier);70 ZEND_ME(Pdo_Pgsql, escapeIdentifier, arginfo_class_Pdo_Pgsql_escapeIdentifier, ZEND_ACC_PUBLIC)
61 PHP_METHOD(Pdo_Pgsql, escapeIdentifier) in PHP_METHOD() argument
Completed in 7 milliseconds