Home
last modified time | relevance | path

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

/PHP-8.3/ext/pgsql/tests/
H A D08escape.phpt73 // pg_escape_literal/pg_escape_identifier
76 $after = pg_escape_literal($db, $before);
78 echo "pg_escape_literal() is Ok\n";
81 echo "pg_escape_literal() is NOT Ok\n";
108 pg_escape_literal() is Ok
H A Ddeprecated_implicit_default_link.phpt55 'pg_escape_literal',
139 Deprecated: pg_escape_literal(): Automatic fetching of PostgreSQL connection is deprecated in %s on…
/PHP-8.3/ext/pgsql/
H A Dpgsql_arginfo.h528 ZEND_FUNCTION(pg_escape_literal);
648 ZEND_FE(pg_escape_literal, arginfo_pg_escape_literal)
H A Dpgsql.stub.php860 function pg_escape_literal($connection, string $string = UNKNOWN): string|false {} function
H A Dpgsql.c3359 PHP_FUNCTION(pg_escape_literal) in PHP_FUNCTION() argument

Completed in 29 milliseconds