Home
last modified time | relevance | path

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

/PHP-8.2/ext/pgsql/tests/
H A D08escape.phpt76 // pg_escape_literal/pg_escape_identifier
92 $after = pg_escape_identifier($db, $before);
94 echo "pg_escape_identifier() is Ok\n";
97 echo "pg_escape_identifier() is NOT Ok\n";
120 pg_escape_identifier() is Ok
H A Ddeprecated_implicit_default_link.phpt56 'pg_escape_identifier',
141 Deprecated: pg_escape_identifier(): Automatic fetching of PostgreSQL connection is deprecated in %s…
/PHP-8.2/ext/pgsql/
H A Dpgsql_arginfo.h529 ZEND_FUNCTION(pg_escape_identifier);
649 ZEND_FE(pg_escape_identifier, arginfo_pg_escape_identifier)
H A Dpgsql.stub.php866 function pg_escape_identifier($connection, string $string = UNKNOWN): string|false {} function
H A Dpgsql.c3381 PHP_FUNCTION(pg_escape_identifier) in PHP_FUNCTION() argument

Completed in 48 milliseconds