Home
last modified time | relevance | path

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

/PHP-8.1/ext/pgsql/tests/
H A D08escape.phpt73 // pg_escape_literal/pg_escape_identifier
89 $after = pg_escape_identifier($db, $before);
91 echo "pg_escape_identifier() is Ok\n";
94 echo "pg_escape_identifier() is NOT Ok\n";
109 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.1/ext/pgsql/
H A Dpgsql_arginfo.h517 ZEND_FUNCTION(pg_escape_identifier);
634 ZEND_FE(pg_escape_identifier, arginfo_pg_escape_identifier)
H A Dpgsql.stub.php440 function pg_escape_identifier($connection, string $string = UNKNOWN): string|false {} function
H A Dpgsql.c3421 PHP_FUNCTION(pg_escape_identifier) in PHP_FUNCTION() argument

Completed in 54 milliseconds